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