Can't run PNDManager after CodeBlocks launched


pmprog

DNF (Did Not Finish)
Joined
Apr 25, 2011
Messages
4,150
After I launch CodeBlocks, if I try and load the PND Manager, it fails to load, and the /tmp/pndrun.out file contains

./panorama: symbol lookup error: /mnt/utmp/codeblocks/usr/lib/libXi.so: undefined symbol: _XGetRequest

I'm not sure if this is a problem with CodeBlocks or PNDManager. Is there any way I can get around this without having to reboot?
 
looks like codeblocks overwrites some system environment variable - LD_LIBRARY_PATH comes to my mind ... maybe check that and reset it?
 
Yes, add an empty file "clean_pnd" in appdata/codeblocks/init, and it should cleanly unmount when quitting (note, the "clean unmount" will be the default behavour starting build 10).

Or, you can temporarly lauch a "sudo ldconfig", use PNDManager, and then "sudo ldconfig -f /mnt/utmp/codeblocks/init/ld.so.cfg" to use codeblocks again
 
Last edited by a moderator:
Back
Top