Not really qmail-ldap related, but maybe someone can help me;
In my /var/log/qmail/smtpd/current file I get
@400000003b972ce3398e2b44 tcpserver: pid 3994 from 192.168.75.153
@400000003b972ce339948444 tcpserver: ok 3994 0:192.168.75.188:25
ecomda-5.intern.ecomda.de:192.168.75.153::2396
@400000003b972ce3399ed8cc /var/qmail/bin/qmail-smtpd: error while
loading shared libraries: libc.so.6: cannot load shared object fil
@400000003b972ce339a11aec tcpserver: end 3994 status 32512
This is on a freshly SuSe Linux 7.2. Something is not right, but I dunno
where to look. Starting qmail-smtpd works. I load qmail-smtpd using the
supervise run script;
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -l 0 -X -x /etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
/var/qmail/bin/qmail-smtpd 2>&1
So I'm not shure what is not able to load libc.so.6
Any clues anyone?
--
- Torgeir