Hi Juha,
OK it is Exim 3.33, on RedHat 7.2 (default install).
I'll download the libary anyway. Could you tell me if I need to enable the
database in the Local/Makefile.
I have a line in my Local/Makefile that says
:USE_DB=yes
Should this maybe be set to 'no'?
Thanks for the help :-)
Mike
> I've just installed 7.2 on a new box here, and Exim 3.33 runs fine on
> that, even though it hasn't got libdb-3.1.so either. You can get that
> library from the db31-3.1.17-1.i386.rpm package, but I don't see that Exim
> is using it:
>
> # ldd $(which exim)
> libnsl.so.1 => /lib/libnsl.so.1 (0x15581000)
> libcrypt.so.1 => /lib/libcrypt.so.1 (0x15597000)
> libpam.so.0 => /lib/libpam.so.0 (0x155c4000)
> libdl.so.2 => /lib/libdl.so.2 (0x155cc000)
> libdb.so.3 => /usr/lib/libdb.so.3 (0x155d0000)
> libresolv.so.2 => /lib/libresolv.so.2 (0x1560e000)
> libm.so.6 => /lib/i686/libm.so.6 (0x15620000)
> libc.so.6 => /lib/i686/libc.so.6 (0x15644000)
> libssl.so.1 => /usr/lib/libssl.so.1 (0x1577f000)
> libcrypto.so.1 => /usr/lib/libcrypto.so.1 (0x157ab000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x15556000)
>
> Maybe it's something else? Which version of Exim are you installing?