[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: postfix problems



also sprach Tom Allison <tallison@tacocat.net> [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 <madduck@debian.org>
: :'  :    proud Debian developer, admin, and user
`. `'`
  `-  Debian - when you have better things to do than to fix a system

Attachment: pgpFIi_TEwKu0.pgp
Description: PGP signature


Reply to: