On Wed, 27 Nov 2002, Eduardo Mendes wrote: > Hello > > I don' t have access to root and therefore no rights to write anything on > libs, include etc. In order to run a program I had to compile a specific > lib on my home dir ($HOME/lib and $/HOME/include). > > Is there a way to set a variable (or change path etc) so as to make the > program "see" the libs on $HOME/dir?
You need to set LD_LIBRARY_PATH. E.g. (from Bash): export LD_LIBRARY_PATH=$HOME/dir:$LD_LIBRARY_PATH
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
