RHEL3 Postfix + LDAP hosed

Graham Leggett minfrin at sharp.fm
Sun Mar 14 07:16:48 UTC 2004


Graham Leggett wrote:
> Hi all,
> 
> After attempting a migration from Redhat v9 to RHEL v3 in a test 
> environment, I am having trouble with Postfix.
> 
> As soon as I configure postfix to use any LDAP based maps, the following 
> errors are logged in the /var/log/maillog file:
> 
> Mar 14 08:22:36 dungeon postfix/master[10407]: warning: process 
> /usr/libexec/postfix/nqmgr pid 10505 killed by signal 11
> Mar 14 08:22:36 dungeon postfix/master[10407]: warning: 
> /usr/libexec/postfix/nqmgr: bad command startup -- throttling
> Mar 14 08:23:36 dungeon postfix/master[10407]: warning: process 
> /usr/libexec/postfix/pickup pid 10506 killed by signal 11
> Mar 14 08:23:36 dungeon postfix/master[10407]: warning: 
> /usr/libexec/postfix/pickup: bad command startup -- throttling
> Mar 14 08:23:36 dungeon postfix/master[10407]: warning: process 
> /usr/libexec/postfix/nqmgr pid 10507 killed by signal 11
> Mar 14 08:23:36 dungeon postfix/master[10407]: warning: 
> /usr/libexec/postfix/nqmgr: bad command startup -- throttling

While rebuilding postfix v2.0.18, the following warnings were issued 
during the compile:

gcc -Wmissing-prototypes -Wformat -DHAS_LDAP -DHAS_PCRE 
-I/usr/include/pcre -I/usr/include/sasl -DUSE_SASL_AUTH -DHAS_SSL 
-I/usr/kerberos/include  -DINET6 -D__ss_family=ss_family  -O2 -g -pipe 
-march=i386 -mcpu=i686 -I. -I../../include -DLINUX2 -o qmgr qmgr.o 
qmgr_active.o qmgr_transport.o qmgr_queue.o qmgr_entry.o qmgr_message.o 
qmgr_deliver.o qmgr_move.o qmgr_rcpt_list.o qmgr_job.o qmgr_peer.o 
qmgr_defer.o qmgr_enable.o qmgr_scan.o qmgr_bounce.o 
../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a 
-L/usr/lib -lldap -llber -lpcre -lsasl2 -L/usr/kerberos/lib -lssl 
-lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz 
-lz -ldb -lnsl -lresolv
/usr/bin/ld: warning: libcom_err.so.3, needed by /usr/lib/libssl.so, may 
conflict with libcom_err.so.2

Seems that libcom_err appears twice, once in the e2fsprogs-1.32-6 
package, and the second time in the krb5-libs-1.2.7-19 package.

Trying to remove the krb5-devel package fails, as openssl-devel has a 
dependancy on it for some reason.

Regards,
Graham
--





More information about the redhat-list mailing list