Hi, thanks for your very important help..

I ran the ldd utility on the libapr-0.so.0 lib, with the following results:

/usr/local/apache-httpd-2.0.50/lib ldd libapr-0.so.0
        libsendfile.so.1 =>      /usr/lib/libsendfile.so.1
        librt.so.1 =>    /usr/lib/librt.so.1
        libm.so.1 =>     /usr/lib/libm.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libresolv.so.2 =>        /usr/lib/libresolv.so.2
        libpthread.so.1 =>       /usr/lib/libpthread.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libaio.so.1 =>   /usr/lib/libaio.so.1
        libmd5.so.1 =>   /usr/lib/libmd5.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        libthread.so.1 =>        /usr/lib/libthread.so.1
        /usr/platform/SUNW,Sun-Fire-V210/lib/libc_psr.so.1
        /usr/platform/SUNW,Sun-Fire-V210/lib/libmd5_psr.so.1

Then I  those libs for the symbol, and don't find it... What does this mean?

Thanks ......
Jonathan




On Fri, 3 Sep 2004 10:01:01 -0500, QM <[EMAIL PROTECTED]> wrote:
> 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]
> 
>

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

Reply via email to