OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
-DHAS_MYSQL \ -DUSE_SASL_AUTH

From: markus (markusturan.ch)
Date: Tue Apr 06 2004 - 09:23:56 CDT


I'm trying installing postfix on a new installed Redhat 9.0 with
following instructrions:

---
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'
----

The make command close with following warnings:

---
gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/local/mysql/include/mysql -DUSE_SASL_AUTH
-I/usr/local/include/sasl -I/usr/local/bdb/include -g -O -I.
-I../../include -DLINUX2 -o master master.o master_conf.o master_ent.o
master_sig.o master_avail.o master_spawn.o master_service.o
master_status.o master_listen.o master_vars.o master_wakeup.o
master_flow.o ../../lib/libglobal.a ../../lib/libutil.a
-L/usr/local/mysql/lib/mysql -lmysqlclient -lz -lm -L/usr/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] Fehler 1
make: *** [update] Fehler 1

----

I was installing mysql, bdb, openssl,cyrus-sasl/imapd bevore.

Is -DAHS_MYSQL and -DUSE_SASL_AUTH a library? in

the path i dont find a file like this...

thanx for any ideas...
marcus