Re: [Exim] installing under mandrake 9

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Suresh Ramasubramanian
Fecha:  
A: Ian Warburton
Cc: exim-users
Asunto: Re: [Exim] installing under mandrake 9
On Fri, 2002-12-13 at 16:51, Ian Warburton wrote:
> Ouch that hurt - I know I know, but its only a test machine and i wondered
> whether the file would be found if I tried as root - but point taken :)
>
> Thankyou Oliver - I did made a symbolic link to /usr/include/db2/db.h as
> db3 did not exist.


Like I said, you haven't installed the db3 libraries.

(suresh@quirk) 18:09:16 [~] [1002] $ cat /etc/mandrake-release
Mandrake Linux release 9.0 (dolphin) for i586

(suresh@quirk) 18:09:25 [~] [1002] $ ldd /usr/sbin/exim
    libresolv.so.2 => /lib/libresolv.so.2 (0x4001e000)
    libnsl.so.1 => /lib/libnsl.so.1 (0x4002f000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0x40043000)
    libdb-3.3.so => /lib/libdb-3.3.so (0x40070000)
    libssl.so.0 => /usr/lib/libssl.so.0 (0x4010f000)
    libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0x40140000)
    libc.so.6 => /lib/i686/libc.so.6 (0x4020a000)
    libdl.so.2 => /lib/libdl.so.2 (0x4032a000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


(suresh@quirk) 18:09:29 [~] [1003] $ rpm -ql --whatprovides libdb-3.3.so
/lib/libdb-3.3.so
/usr/share/doc/libdb3.3-3.3.11
/usr/share/doc/libdb3.3-3.3.11/LICENSE
/usr/share/doc/libdb3.3-3.3.11/README

(suresh@quirk) 18:09:47 [~] [1004] $ rpm -qa|grep db3
libdb3.3-3.3.11-11mdk
libdb3.3-devel-3.3.11-11mdk

(suresh@quirk) 18:14:06 [~] [1012] $ exim -bV
Exim version 4.10 #1 built 04-Dec-2002 09:48:28
Copyright (c) University of Cambridge 2002

    srs