$ldd Request.so
linux-gate.so.1 => (0x00a2c000)
libapreq2.so.2 => not found
libaprutil-0.so.0 => /usr/lib/libaprutil-0.so.0 (0x00bf1000)
libapr-0.so.0 => /usr/lib/libapr-0.so.0 (0x00b36000)
libldap-2.2.so.7 => /usr/lib/libldap-2.2.so.7 (0x00c61000)
liblber-2.2.so.7 => /usr/lib/liblber-2.2.so.7 (0x006ab000)
libdb-4.3.so => /lib/tls/i686/libdb-4.3.so (0x0077d000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0x002e2000)
librt.so.1 => /lib/librt.so.1 (0x0074c000)
libm.so.6 => /lib/libm.so.6 (0x00111000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x0025e000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00568000)
libdl.so.2 => /lib/libdl.so.2 (0x00717000)
libc.so.6 => /lib/libc.so.6 (0x00879000)
libresolv.so.2 => /lib/libresolv.so.2 (0x0065a000)
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x00135000)
libssl.so.5 => /lib/libssl.so.5 (0x0014b000)
libcrypto.so.5 => /lib/libcrypto.so.5 (0x00301000)
/lib/ld-linux.so.2 (0x0068e000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2
(0x00183000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x0019a000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x00626000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x0020c000)
libz.so.1 => /usr/lib/libz.so.1 (0x00f76000)
libkrb5support.so.0 => /usr/lib/libkrb5support.so.0
(0x00e92000)
As you can see, Request.so can't find libapreq2.so.2 which is located
in libapreq2-2.07/library/.libs.
Also, I'm getting this after the server starts but before the tests:
[warn] PassEnv variable PERL5LIB was undefined
Should this be set to something?
On Fri, 03 Mar 2006 18:25:50 -0500, Joe Schaefer
<[EMAIL PROTECTED]> wrote:
>Steve Thames <[EMAIL PROTECTED]> writes:
>
>> The Request.so file does exist so I can only assume there is some file
>> Request.so can not find and the error is being reported this way from
>> Dynaloader.pm.
>
>Right, it's reporting that it can't find libapreq2.so, which is pretty odd.
>What do you get from
>
> $ ldd Request.so