John Riganati wrote:

Not sure if this is significant or not, but ...

> My ld.so.conf file looks like this:
> [root@vmsurfrider Docs]# more /etc/ld.so.conf
> /usr/local/BerkeleyDB.3.2/lib
[...]

> [root@vmsurfrider bin]# ldd master
>         libdb-3.1.so => /lib/libdb-3.1.so (0x4010d000)

> [root@vmsurfrider bin]# ldd imapd
>         libdb-3.1.so => /lib/libdb-3.1.so (0x401af000)

> [root@vmsurfrider bin]# ldd pop3d
>         libdb-3.1.so => /lib/libdb-3.1.so (0x401af000)

Those binaries don't appear to be pointing to your newly built
Berkeley DB library (particularly as the version numbers are
different).


Regards,
  Daryl Tester

Reply via email to