Le mer 31/03/2004 � 16:24, [EMAIL PROTECTED] a �crit :
> I am using apache 2.0.40-21.9 (the default for redhat9) . Does this
> version of apache not come with APR support? I just installed apr 0.9.4
> from source, but httpd still complains about" apr_socket_send". I'm
> wondering... do I need to link these apr libraries to apache somehow?
>
> thanks,
> devin
You don't need to link anything. They are shared libraries and symbols
are resolved at runtime. This is the reason it fails at runtime.
To see which libraries the module expect, just type:
ldd mod_jk2.so
You should get something like:
/usr/lib/libgdkxft.so => /usr/lib/libgdkxft.so (0x4002c000)
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 (0x40031000)
libc.so.6 => /lib/i686/libc.so.6 (0x40054000)
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x40190000)
libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x402be000)
libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x402f4000)
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x402f7000)
libdl.so.2 => /lib/libdl.so.2 (0x4031b000)
libXi.so.6 => /usr/lib/libXi.so.6 (0x4031f000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x40327000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x40336000)
libm.so.6 => /lib/i686/libm.so.6 (0x40400000)
libXft.so.1 => /usr/lib/libXft.so.1 (0x40423000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x4044d000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40452000)
libz.so.1 => /usr/lib/libz.so.1 (0x404a3000)
Try to run ldconfig -v as root, it will rebuild the cache
/etc/ld.so.cache. The problem may be your library is located somewhere
out of reach of the directories specified in /etc/ld.so.conf. If it is
the case, add you directory in /etc/ld.so.conf before running ldconfig
-v.
--
=======================================
Daniel Savard
Consultation Informatique Daniel Savard
551, boul. Sir-Wilfrid-Laurier
suite 105
Beloeil, (Qu�bec)
Canada J3G 4J1
T�l: (450) 467-8014
Internet: [EMAIL PROTECTED]
=======================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]