You are not logged in.

Search results

Search results 1-1 of 1.

Monday, November 7th 2005, 12:52am

Author: adrianbowyer

help with kde apps not working

The environment variable is called LD_LIBRARY_PATH. To find out what it is set to type: $ echo $LD_LIBRARY_PATH /opt/ACIS/lib/linux_so/:/opt/ACIS/bin/linux_so:/home/ensab/Staroffice/lib:/usr/local/lib:/usr/local/Qtopia/lib $ Which for me gives the response you see. The library that stopped some KDE apps working in my path was /usr/local/Qtopia/lib at the end. For you it may be different. To clear the path do $ export LD_LIBRARY_PATH= Then gradually add directories to it like this: $ export LD_LI...