I set PERL5LIB to the location of the missing library:

export PERL5LIB=/root/build/libapreq2-2.07/library/.libs

no change.

I then set the LD_LIBRARY_PATH to the same value.  The tests still
failed but 'ldd Request.so' is now revealing this for libapreq2.so.2:

libapreq2.so.2 =>
/root/build/libapreq2-2.07/library/.libs/libapreq2.so.2 (0x00a2c000)

Any suggestions?

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

Reply via email to