also sprach Tom Allison <[EMAIL PROTECTED]> [2002.10.14.0246 +0200]:
> tallison@gandolf:~$ sudo postfix start

use /etc/init.d/postfix start instead.

> postfix/postfix-script: warning: 
> /var/spool/postfix/lib/libnss_compat-2.2.5.so a 
>  nd /lib/libnss_compat-2.2.5.so differ

[and others]

postfix runs in its own environment (chroot) from which it can't
access the outside. So it needs the libraries all to itself, and the
script merely tells you, that ppstfix's copies and the copies on the
system are different.

If the init.d script doesn't do it for you, then simply do this:

cd /var/spool/postfix/lib
for i in *; do cp -i /lib/$i $i; done

-- 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer, admin, and user
`. `'`
  `-  Debian - when you have better things to do than to fix a system

Attachment: msg06767/pgp00000.pgp
Description: PGP signature

Reply via email to