ehsdav
March 28, 2022, 6:43am
#1
Hi
Steps for Insttalling codeblocks from source-code
./configure
./make
./make install
but now codeblocks not run and the error is:
codeblocks: error while loading shared libraries: libcodeblocks.so.0: cannot open shared object file: No such file or directory
Finally I found solution and I should run
codeblocks ~/Downloads/codeblocks_20.03_amd64_stable/codeblocks_20.03/sources-20.03/src/sdk/.libs/
or one time run
./bootstrap
after make install
I wrote the solution for who may care.
But in general I don’t know why there is something else I should run after make install.
ehsdav:
Hi
Steps for Insttalling codeblocks from source-code
./configure
./make
./make install
but now codeblocks not run and the error is:
codeblocks: error while loading shared libraries: libcodeblocks.so.0: cannot open shared object file: No such file or directory
Finally I found solution and I should run
codeblocks ~/Downloads/codeblocks_20.03_amd64_stable/codeblocks_20.03/sources-20.03/src/sdk/.libs/
or one time run
./bootstrap
after make install
I wrote the solution for who may care.
But in general I don’t know why there is something else I should run after make install.
Hi
Sounds like you installed as your user rather than system wide? Why not ask for the Leap 15.3 repository to be enabled on OBS? Or just grab the src rpm and rebuild locally and install that?
https://build.opensuse.org/package/show/devel:tools:ide/codeblocks