RE: [Exim] More mySQL

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Juha Saarinen
Fecha:  
A: Chris Knipe, Oliver Cook
Cc: exim-users
Asunto: RE: [Exim] More mySQL
:: Well, the RedHat output from ldd did show it has allot more linked to it
:: than the FreeBSD system. I'm just wondering now whether it can't be some
:: other lib that is required that is missing???
::
:: libdb or libresolve?

From a Rawhide/7.1 system:

# ldd /usr/sbin/exim
        libnsl.so.1 => /lib/libnsl.so.1 (0x40028000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x4003f000)
        libpam.so.0 => /lib/libpam.so.0 (0x4006d000)
        libdl.so.2 => /lib/libdl.so.2 (0x40075000)
        libdb.so.3 => /usr/lib/libdb.so.3 (0x40079000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x400b7000)
        libm.so.6 => /lib/i686/libm.so.6 (0x400ca000)
        libc.so.6 => /lib/i686/libc.so.6 (0x400ee000)
        libssl.so.1 => /usr/lib/libssl.so.1 (0x4021f000)
        libcrypto.so.1 => /usr/lib/libcrypto.so.1 (0x4024c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)



Looks like the Exim 3.22 version in Rawhide doesn't have MySQL support
compiled in.

# rpm -qi exim
Name        : exim                         Relocations: (not relocateable)
Version     : 3.22                              Vendor: Red Hat, Inc.
Release     : 10                            Build Date: Mon 05 Mar 2001
06:19:00 AM NZDT
Install date: Sat 10 Mar 2001 10:41:39 AM NZDT      Build Host:
porky.devel.redhat.com
Group       : System Environment/Daemons    Source RPM: exim-3.22-10.src.rpm
Size        : 1599341                          License: GPL
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL         : http://www.exim.org/
Summary     : exim mail transfer agent


Missed the beginning of this thread, but if you want MySQL support, you
could always get the src.rpm, install it, hack the config file, and build
the binary rpm.

-- Juha