Ajay Bansal wrote:

What is the difference between rpath and LD_LIBRARY_PATH in terms of library search paths at link time? Which one is better to use. I was using LD_LIB... But my customer says.. Remove it.. Use somethinig else..

You're probably best off making your application a shell script that locates its library directory and sets the LD_LIBRARY_PATH without the user's intervention. See the "mozilla" script for an example of how this is done. "mozilla" is a shell script that sets some variables, and then runs the program "mozilla-bin".




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to