https://bugzilla.novell.com/show_bug.cgi?id=747940 https://bugzilla.novell.com/show_bug.cgi?id=747940#c2 --- Comment #2 from Jan Engelhardt <jengelh@medozas.de> 2012-02-21 08:42:44 UTC ---
The solution is to include "-pthread" in LDFLAGS in your Makefile for the application.
su does not use pthreads, therefore adding -pthread or -lpthread seems inappropriate. The gdb problem also only manifests itself if a library is loaded that leads to the loading of libpthread itself. The current trigger is pam_systemd.so, which loads libudev.so, which loads libpthread.so. libudev already has a proper DT_NEEDED entry for libpthread.so, so there is nothing wrong there. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.