|
Save the teapot fund New CSS web design for Wibble proudly provided by Kelv. Please contact the webmaster with any questions or concerns. |
Wibble > List archives > postfix > 2004 > September
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: postfix v. 2.1.4
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:majordomo@xxxxxxxxxxx?body=unsubscribe%20postfix-users>
|