|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re:
From: John Anthony Kazos Jr. (jkazos
vt.edu)
Date: Thu May 22 2003 - 17:00:52 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>I am getting this error while "make" on a newly installed Redhat 9.0 box,
>latest postfix, db-4.1.25. :
>-------------------------
>/libglobal.a
>../../lib/libutil.a -L/usr/local/mysql/lib/mysql -lmysqlclient -lz -lm -L/us
>r/local/lib -lsasl2 -L/usr/local/bdb/lib -ldb -lnsl -lresolv
>/usr/local/bdb/lib/libdb.so: undefined reference to
>`pthread_condattr_setpshared'
>/usr/local/bdb/lib/libdb.so: undefined reference to
>`pthread_mutexattr_destroy'
>/usr/local/bdb/lib/libdb.so: undefined reference to
>`pthread_mutexattr_setpshared'
>/usr/local/bdb/lib/libdb.so: undefined reference to `pthread_mutexattr_init'
>/usr/local/bdb/lib/libdb.so: undefined reference to `pthread_mutex_trylock'
>collect2: ld returned 1 exit status
>make: *** [master] Error 1
>make: *** [update] Error 1
>-------------------------
>here is the config command:
>-------------------------
>make makefiles 'CCARGS=-DHAS_MYSQL \
>-I/usr/local/mysql/include/mysql -DUSE_SASL_AUTH \
>-I/usr/local/include/sasl -I/usr/local/bdb/include' \
>'AUXLIBS=-L/usr/local/mysql/lib/mysql \
>-lmysqlclient -lz -lm -L/usr/local/lib -lsasl2 -L/usr/local/bdb/lib'
>-------------------------
>
>thank you
Just a random guess: Maybe your glibc wasn't compiled with linuxthreads
support? Not sure if that's still called "pthreads" or not since I haven't
used it since it was added.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]