|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
(no subject)
From: jon (jon
dullesmicro.com)
Date: Thu May 22 2003 - 16:55:45 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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]