From: Victor Duchovni (no email)
Date: Wed Sep 01 2004 - 11:10:56 EDT
On Wed, Sep 01, 2004 at 10:45:26AM -0400, Tim Feeney wrote:
> Victor Duchovni wrote:
>
> >1.
> > env -i TZ=$TZ ldd /usr/sbin/postconf
> >
>
> 1. env -i TZ=$TZ ldd /usr/sbin/postconf
> libdb-4.2.so => not found
> libnsl.so.1 => /lib/libnsl.so.1 (0x4001d000)
> libresolv.so.2 => /lib/libresolv.so.2 (0x40032000)
> libc.so.6 => /lib/libc.so.6 (0x40042000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
>
> 4. /usr/bin/env -i TZ=$TZ /bin/sh -c "
> /usr/sbin/postconf -d mail_version || {
> echo postconf -d mail_version failed
> exit 1
> }" echo $?
> /usr/sbin/postconf: error while loading shared libraries: libdb-4.2.so:
> cannot open shared object file: No such file or directory
> postconf -d mail_version failed
>
Bingo! Do include an appropriate "rpath" when building Postfix with
Berkeley DB.
-- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:?body=unsubscribe%20postfix-users>
|
|
|