User forums > Help

can't run CB in openSUSE

(1/2) > >>

denisco:
I am new to linux I unpack the tar files and there where tree rpm which I installed via Yast2 in my openSUSE 11.0.

When I type codeblocks in a command prompt it says:
codeblocks: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: cannot open shared object file: No such file or directory

I can't find that either???

What am I suppose to do now???

Thanks in advance for any help.
DenisCo

frithjofh:
hi there,

I'm not an expert but I had problems running c::b on suse 11.0 too.

I had to check if the wxGtk package was installed and that the wxWidgets packages were NOT installed, that did the trick for me...

I hope it helps.

Regards

nausea

denisco:
Found and did install wxGTK 2.8.7, still same result.

frithjofh:
Just a question: did you already search for libwx_gtk2u_aui-2.8.so.0 on your system and did you find it?

Regards

nausea

TheTuxKeeper:
try to run

--- Code: ---sudo /sbin/ldconfig
--- End code ---
and after that codeblocks

btw. the library file should be /usr/lib/libwx_gtk2u_aui-2.8.so.0 or /usr/lib64/libwx_gtk2u_aui-2.8.so.0 (i586 or x86_64 version of suse)

Navigation

[0] Message Index

[#] Next page

Go to full version