On Fri, Sep 03, 2004 at 10:44:13AM -0400, Jonathan Rengifo wrote:
: nm /usr/local/apache-httpd-2.0.50/lib/libapr-0.so.0 | grep div
: [337]   |         0|       0|FUNC |GLOB |0    |UNDEF  |.div
: [640]   |         0|       0|FUNC |GLOB |0    |UNDEF  |.udiv
: [909]   |         0|       0|NOTY |GLOB |0    |UNDEF  |__divdi3
: [938]   |         0|       0|NOTY |GLOB |0    |UNDEF  |__udivdi3
: 
: So it seems that the problem is on the libapr-0.so.0.... because there
: is the variable "__divdi3" wich is reporting the relocation error

What happens when you run ldd on libapr-0.so.0, and skim those libs for
the symbol?

Note especially any libs that ldd claims it can't find.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to