Neeraj Vaidya wrote: > SOLVED....This thread may be closed. > Here is how : > Created a symlink to the libs in /usr/X11R6/lib from /usr/lib > As root type the following > # cd /usr/lib > # ln -sv /usr/X11R6/lib/* .
Eww yuck! No, not fixed, but worked around until that mess comes back to bite you a year later. LD_LIBRARY_PATH might have made it work under root, but you shouldn't have it there (unless you want to isolate those libs from the rest of the system for some reason...and you do not). Without more information, the most likely fix is, as the root user: echo "/usr/X11R6/lib" >> /etc/ld.so.conf && /sbin/ldconfig -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
