We're nearing the outer limits of my experience.
I'd try strace, it might tell  you which shared lib is failing to load.

Len.

On Tue, Jun 21, 2011 at 6:29 AM, Jorge Gonzalez <[email protected]>wrote:

> El 20/06/11 22:06, Len Jaffe escribió:
>
>
>> Hmm...
>> make sure all those libraries are readable.
>> make sure you  can resolve all the dependencies in those 6 libraries too.
>> Len.
>>
>>
>>
> All are readable and resolvable, I think all of them are pretty standard
> system libraries. I'm resolving them as a normal user, so the very fact that
> ldd can open and check them indicates that permissions are OK.
>
>
> [jorgegv@desarrollo3 HTTP-HeaderParser-XS-0.20-**TnpClr]$ ldd
> ./blib/arch/auto/HTTP/**HeaderParser/XS/XS.so
>    linux-gate.so.1 =>  (0x00b80000)
>    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00c88000)
>    libm.so.6 => /lib/libm.so.6 (0x0072e000)
>    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00766000)
>    libc.so.6 => /lib/libc.so.6 (0x009b3000)
>
>    /lib/ld-linux.so.2 (0x00682000)
> [jorgegv@desarrollo3 HTTP-HeaderParser-XS-0.20-**TnpClr]$ ldd
> /usr/lib/libstdc++.so.6
>    linux-gate.so.1 =>  (0x00203000)
>    libm.so.6 => /lib/libm.so.6 (0x00837000)
>    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00925000)
>    libc.so.6 => /lib/libc.so.6 (0x006a6000)
>
>    /lib/ld-linux.so.2 (0x00682000)
> [jorgegv@desarrollo3 HTTP-HeaderParser-XS-0.20-**TnpClr]$ ldd
> /lib/libm.so.6
>
>    /lib/ld-linux.so.2 (0x00682000)
>    linux-gate.so.1 =>  (0x00e82000)
>    libc.so.6 => /lib/libc.so.6 (0x006a6000)
> [jorgegv@desarrollo3 HTTP-HeaderParser-XS-0.20-**TnpClr]$ ldd
> /lib/libgcc_s.so.1
>    linux-gate.so.1 =>  (0x00cab000)
>    libc.so.6 => /lib/libc.so.6 (0x006a6000)
>
>    /lib/ld-linux.so.2 (0x00682000)
> [jorgegv@desarrollo3 HTTP-HeaderParser-XS-0.20-**TnpClr]$ ldd
> /lib/libc.so.6
>
>    /lib/ld-linux.so.2 (0x00682000)
>    linux-gate.so.1 =>  (0x00f45000)
>
> How can I trace the loading and errors of blib/arch/auto/HTTP/**
> HeaderParser/XS/XS.so?
>
> Regards
> Jorge
>
>
>
> ______________________________**_________________
> List: [email protected]
> Listinfo: 
> http://lists.scsys.co.uk/cgi-**bin/mailman/listinfo/catalyst<http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst>
> Searchable archive: http://www.mail-archive.com/**
> [email protected]/<http://www.mail-archive.com/[email protected]/>
> Dev site: http://dev.catalyst.perl.org/
>



-- 
[email protected]   614-404-4214
Proprietor: http://www.theycomewithcheese.com/ - An Homage to Fromage
Asst. Scoutmaster Troop 156 - www.bsatroop156.org -
[email protected]
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to