Hi,
I used "--disable-shared --with-expat=xml/expat" option while
configuring Apache, but it still seems to be linking dynamically with
libexpat. I want it to link with libexpat statically.
$ ldd httpd
libm.so.6 => /lib/i686/libm.so.6 (0x40032000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40054000)
libuuid.so.1 => /lib/libuuid.so.1 (0x40074000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x40078000)
librt.so.1 => /lib/librt.so.1 (0x400a8000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x400ba000)
libdl.so.2 => /lib/libdl.so.2 (0x400e7000)
libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Any suggestions ?
Thanks in advance,
Ravindra
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]