Hi list, I just tried to compile Sendmail 8.12.10 on my SuSE 8.2 box and ran into a load of errors. After some searching I don't think it's a configuration error, looks like some kind of library issue, maybe something with gcc. The errors I get are the following: /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_getspecific' /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_key_create' /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_setspecific' has anyone else run into this already and maybe found a solution? TIA, Stefan
Stefan, Have you installed the pthread library? did you read the docs on what it needs? What did ./configure throw up? Is that version not available as an rpm on the suse website? Are you setting it up as a server? Cheers! Suzanne On Sunday 19 October 2003 1:47 pm, Stefan Suurmeijer wrote:
Hi list,
I just tried to compile Sendmail 8.12.10 on my SuSE 8.2 box and ran into a load of errors. After some searching I don't think it's a configuration error, looks like some kind of library issue, maybe something with gcc. The errors I get are the following:
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_getspecific' /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_key_create' /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_setspecific'
has anyone else run into this already and maybe found a solution?
TIA,
Stefan
As far as I can check all dependancies are satisfied: /usr/lib> ldd libbind.so libc.so.6 => /lib/libc.so.6 (0x4005c000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) Sendmail is available as an RPM on the SuSE server, but I need to compile it myself to set up some special options. So any suggestions are welcome... cheers, Stefan Suzanne McSweeney-DesRochers wrote:
Stefan, Have you installed the pthread library? did you read the docs on what it needs? What did ./configure throw up? Is that version not available as an rpm on the suse website? Are you setting it up as a server?
Cheers! Suzanne
On Sunday 19 October 2003 1:47 pm, Stefan Suurmeijer wrote:
Hi list,
I just tried to compile Sendmail 8.12.10 on my SuSE 8.2 box and ran into a load of errors. After some searching I don't think it's a configuration error, looks like some kind of library issue, maybe something with gcc. The errors I get are the following:
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_getspecific' /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_key_create' /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_setspecific'
has anyone else run into this already and maybe found a solution?
TIA,
Stefan
Stefan Suurmeijer wrote:
Hi list,
I just tried to compile Sendmail 8.12.10 on my SuSE 8.2 box and ran into a load of errors. After some searching I don't think it's a configuration error, looks like some kind of library issue, maybe something with gcc. The errors I get are the following:
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_getspecific' /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_key_create' /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../libbind.so: undefined reference to `pthread_setspecific'
has anyone else run into this already and maybe found a solution?
May want to add -lpthread to your linker options. -- Rafael
participants (3)
-
Rafael E. Herrera
-
Stefan Suurmeijer
-
Suzanne McSweeney-DesRochers