On Fri, 22 Oct 2004, Scott Rothgaber wrote: ; Has anyone seen this? It built OK on the test machine but the production ; machine produces these errors. Both are 4.10-RELEASE with the same packages ; installed. ; ; Thanks! ; Scott ; ; ; output.o: In function `logg_close': ; output.o(.text+0x53): undefined reference to `pthread_mutex_lock' ; output.o(.text+0x87): undefined reference to `pthread_mutex_unlock' ; output.o: In function `logg': ; output.o(.text+0xcb): undefined reference to `pthread_mutex_lock' ; output.o(.text+0x11f): undefined reference to `pthread_mutex_unlock' ; output.o(.text+0x1a3): undefined reference to `pthread_mutex_unlock' ; output.o(.text+0x2fd): undefined reference to `pthread_mutex_unlock' ; output.o(.text+0x3af): undefined reference to `pthread_mutex_unlock' ; ../libclamav/.libs/libclamav.so: undefined reference to `pthread_cleanup_pop' ; ../libclamav/.libs/libclamav.so: undefined reference to `pthread_cleanup_push' ; *** Error code 1
It looks as if you're missing the pthread library on the production system. Odd if the installed packages are the same but look for libpthread.so* on both systems. A. _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users