That's strange, as the failure is occurring when trying to execute a.out.
It looks like your LD_LIBRARY_PATH doesn't contain /usr/local/lib; can you
check?
Alberto
At 10.40 19/10/2004 -0400, Dorn Hetzel wrote:
On a vanilla RH9 box with gcc 3.2.2,
I'm trying to build xerces-c against libwww, using
xerces-c-current.tar.gz which contains xerces-c-src_2_5_0
and using w3c-libwww-5.4.0.tgz which is configured as
follows:
in /usr/local/src/w3c-libwww-5.4.0/
./configure --with-expat '--with-ssl=-L/usr/local/ssl/lib -lssl -lcrypto' \
--with-zlib
then in
/usr/local/src/xerces-c-src_2_5_0/src/xercesc/
./runConfigure -p linux -n libwww
fails with:
checking whether the C compiler works... configure: error: cannot run C
compiled programs.
examination of config.log reveals:
configure:1714: checking whether the C compiler works
configure:1720: ./a.out
./a.out: error while loading shared libraries: libwwwxml.so.0: cannot open
shared object file: No such file or directory
/usr/local/lib/libwwwxml.so.0 is a link to
/usr/local/lib/libwwwxml.so.0.1.0 which exists (size 158686)
since I did not specify installation location, I guess this is the
default for libwww libraries.
Is there some additional parameter I need to pass to runConfigure, or
some additional environment variable to tell it where to look? Or do
I need to install libwww differently?
Thanks in advance for any clues :)
-Dorn
---------------------------------------------------------------------
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]