On Thu, Jul 29, 2010 at 6:18 PM, Narendra Sisodiya <[email protected]> wrote: > > > On Thu, Jul 29, 2010 at 5:49 PM, Nilesh Govindarajan <[email protected]> > wrote: >> >> Alternatively you could add /usr/local/lib to /etc/ld.so.conf >> > i did, but it did't worked > > > -- > l...@iitd - http://tinyurl.com/ycueutm >
You need to run ldconfig as root after adding paths to update ld cache. I forgot to mention that. If you need it as a temporary setting then issue the command as: LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib command -- Regards, Nilesh Govindarajan Facebook: http://www.facebook.com/nilesh.gr Twitter: http://twitter.com/nileshgr Website: http://www.itech7.com VPS Hosting: http://www.itech7.com/a/vps -- l...@iitd - http://tinyurl.com/ycueutm
