[Catalyst] Problem in compiling Catalyst::Engine::HTTP::Prefork due to HTTP::HeaderParser::XS

Jorge Gonzalez jorge.gonzalez at daikon.es
Tue Jun 21 10:29:52 GMT 2011


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 at 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 at 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 at 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 at 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 at 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




More information about the Catalyst mailing list