Bug #10507 2007-02-27 16:12

jimp

can't find libcodeblocks.so.* files

Making a Debian Linux version using the 2-26-07 SVN.

Everything OK - bootstrap, configure, make, and make install.

Most files are installed to /usr/local/bin and /usr/local/lib.

When I tried to run codeblocks I got the message:

"error while loading shared libraries: libcodeblocks.so.0 cannot open shared object file: No such file or directory"

I copied libcodeblocks.so.* from /usr/local/lib to /usr/lib and it worked.

There is a problem with codeblocks finding the libcodeblocks.so.* files in the /usr/local/lib directory when the make is done from SVN.

Category
Application::Error
Group
 
Status
Closed
Close date
2007-03-06 12:58
Assigned to
biplab
biplab 2007-02-27 16:39

You've to run ldconfig in SU mode after you issue make install. That should resolve the issue.

biplab 2007-03-06 12:58

Closing this as it's not a bug. Thanks for your feedback.