Вот захотел Postfix с LDAP...
При make выдает что ->
gcc -Wmissing-prototypes -Wformat -I/usr/local/include -DHAS_LDAP -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/lib -lldap -L/usr/local/lib -llber -ldb -lnsl -lresolv
/usr/bin/../lib/libdb.so: undefined reference to `pthread_condattr_setpshared'
/usr/bin/../lib/libdb.so: undefined reference to `pthread_mutexattr_destroy'
/usr/bin/../lib/libdb.so: undefined reference to `pthread_mutexattr_setpshared'
/usr/bin/../lib/libdb.so: undefined reference to `pthread_mutexattr_init'
/usr/bin/../lib/libdb.so: undefined reference to `pthread_mutex_trylock'
collect2: ld returned 1 exit status
make: *** [master] Ошибка 1
make: *** [update] Ошибка 1Может кто встречался? Чем ему эта библиотека не угодила :( ??? Вроде обновил BerkeleyDB до 4.3 нормально... без эксцессов...
Мозги у меня кривые!!!! Пень я эдакий на postfix.org все есть -
Add the "-lpthread" library to the "make makefiles" command.% make makefiles .... AUXLIBS="... -lpthread"
Сори за беспокойство :)