Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Missing Shared Library
(1/1)
kip:
Something that seems to have crept recently into the svn repository is a missing library during the compile or install phase.
For every new commit, I run the following with no problems:
make clean uninstall clean uninstall && ./configure --enable-contrib && make && make install
The build and install runs fine without errors, but running codeblocks now gives...
codeblocks: error while loading shared libraries: libcodeblocks.so.0: cannot open shared object file: No such file or directory
--
Kip
mandrav:
Try running ldconfig. If this doesn't work, try this:
--- Code: ---make uninstall
make clean-bin
make clean-zipfiles
make
sudo make install
--- End code ---
kip:
Thanks Mandrav. Got it to work.
Kip
Navigation
[0] Message Index
Go to full version