On Thu, Nov 29, 2001 at 12:12:31AM +0000, John Gay wrote: > By removing the /usr/local/kylix/bin from my ld.so.conf file and > re-running ldconfig I was able to sucessfully start a kde app! This > should allow me to return to a KDE desktop again! I jsut won't be able > to run my kylix apps. I don't know pascal anyway.
You can probably stil run Kylix by modifying its startup script (or making your own) to set the LD_LIBRARY_PATH env variable like so: export LD_LIBRARY_PATH=/usr/local/kylix/bin:$LD_LIBRARY_PATH Ciao, Gordon