On Fri, 27 Nov 1998 12:59:09 -0500 (EST),
"J. S. Connell" <[EMAIL PROTECTED]> wrote:

> Greetings again,
>
> When I attempt to run any of the binaries included with the sendmail
> 8.9.1-4 package, I receive the following error:
>
> /usr/sbin/sendmail: error in loading shared libraries: /usr/sbin/sendmail:
> undefined symbol: db_open

I encountered that problem too; eventually I found that installing the libdb2
package solved it.

> ldd reports:
>
>       libdb.so.3 => /lib/libdb.so.3 (0x5002c000)
>       libresolv.so.2 => /lib/libresolv.so.2 (0x50084000)
>       libnsl.so.1 => /lib/libnsl.so.1 (0x500a6000)
>       libc.so.6 => /lib/libc.so.6 (0x500d1000)
>       /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x50000000)

I get:

        libdb2.so.2 => /usr/lib/libdb2.so.2 (0x5002c000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x50087000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x500a9000)
        libc.so.6 => /lib/libc.so.6 (0x500d4000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x50000000)

Note the added "2" after libdb.

The "sendmail" package doesn't list any package dependencies for libdb2;
probably that is the real bug.

--Paul Vojta, [EMAIL PROTECTED]

Reply via email to