configure --disable-shared

Jeff Sturm jsturm@one-point.com
Mon May 26 18:58:00 GMT 2003


On Mon, 26 May 2003, Erik Poupaert wrote:
> > Why can't you just set LD_LIBRARY_PATH in your executable launch
> > script and deploy the shared libraries side-by-side with your executable?
>
> Our administrator tried to put both libgcj.so and libgccc_s.so on an
> otherwise excellently performing RedHat 8.0 server, and copied them to
> the LD_LIBRARY_PATH.  It didn't work.

Try running "ldd" on the installed executable with your LD_LIBRARY_PATH
etc. set to ensure it is linking exactly the libraries you expect.

Jeff



More information about the Java mailing list