[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: router and libraries



On Tue, Sep 23, 2003 at 02:00:27PM +0200, Xose Vazquez Perez wrote:
> hi,
> 
> looks like router is linked with several libraries not specified into
> ./configure command line with "--with" option:

  It has always done so.  Lets look deeper.

> --cut--
> export DESTDIR=/tmp/z
> 
> ./configure \
>         --includedir=/usr/include/zmailer \
>         --libdir=/usr/lib/ \
>         --mandir=/usr/share/man \
>         --prefix=$DESTDIR \
...
> --end--
> 
> # ldd router
>         libcrypt.so.1 => /lib/libcrypt.so.1 (0x40034000)

  Don't know what pulls that in.

>         libdb-4.0.so => /lib/libdb-4.0.so (0x40061000)

  SleepyCat DB (autoconfigured)

>         libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x40109000)

  GDBM database (autoconfigured)

>         libldap.so.2 => /usr/lib/libldap.so.2 (0x40111000)
>         liblber.so.2 => /usr/lib/liblber.so.2 (0x4013c000)

  LDAP client library (autoconfigured)

>         libresolv.so.2 => /lib/libresolv.so.2 (0x40147000)

  Resolver library (explicitely used in the router)

>         libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
>         libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40159000)

  Those are LIBC, foundation of all programs.


>         libsasl.so.7 => /usr/lib/libsasl.so.7 (0x40167000)

  LDAP library has SASL authenticator stuff, which also pulls
  in lots of the following stuff:

>         libssl.so.4 => /lib/libssl.so.4 (0x40172000)
>         libcrypto.so.4 => /lib/libcrypto.so.4 (0x401a8000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
>         libdl.so.2 => /lib/libdl.so.2 (0x40299000)
>         libpam.so.0 => /lib/libpam.so.0 (0x4029d000)
>         libgssapi_krb5.so.2 => /usr/kerberos/lib/libgssapi_krb5.so.2 (0x402a5000)
>         libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x402b8000)
>         libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3 (0x40316000)
>         libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x40327000)
>         libz.so.1 => /usr/lib/libz.so.1 (0x40329000)
-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi