From: Pascal H. <a.h...@ch...> - 2005-05-04 18:02:22
|
04/05/05 14:28, Martin Ellis wrote: > Why not add /usr/local/lib to this line? > > LD_LIBRARY_PATH=$GARNOME/lib:$LD_LIBRARY_PATH > > so.... > LD_LIBRARY_PATH=$GARNOME/lib:/usr/local/lib:$LD_LIBRARY_PATH > > You could alternatively play with ld.so.config or whatever, but you'd have > to look at the man pages.... /usr/local/lib is in /etc/ld.so.conf. Thanks Pascal. |