hello,
i have installed codeblocks from this repo:
https://build.opensuse.org/package/show?package=codeblocks&project=devel%3Atools%3Aide
but when i execute it i receive this error
codeblocks: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: cannot open shared object file: No such file or directory
the lib is installed in my box and i have tried to reinstall it.
thanks in advance
Welcome to opensuse.
Open a terminal and write
su
# zypper search libwx_gtk2u_aui-2.8.so.0:
post here the output.
$ zypper search libwx_gtk2u_aui-2.8.so.0:
Too many arguments.
Usage:
shell
i have 64bit os and i am using 11.4.
there isn’t a package for 11.4
This is right
#include<iostream>
main()
{
int x;
cin>>x;
Switch (x)
{
case 1:
Cout << "your Cpu is 32 bit"<< [RPM resource libwx_gtk2u_aui-2.8.so.0](http://www.rpmfind.net/linux/rpm2html/search.php?query=libwx_gtk2u_aui-2.8.so.0) <<[libwx_gtk2u_aui-2.8.so.0 Downloads - Linux Packages Search](http://pkgs.org/package/libwx_gtk2u_aui-2.8.so.0) ;
break;
case 2:
cout<<"your cpu is 64 bit<<[RPM Search libwx_gtk2u_aui-2.8.so.0(WXU_2.8)(64bit)](http://rpm.pbone.net/index.php3/stat/3/srodzaj/1/search/libwx_gtk2u_aui-2.8.so.0%28WXU_2.8%29%2864bit%29) ;
break;
default:
Cout<<"wrong";
}
}
This is the right programm for you!!! C++;)
I can not find this package for 11.4. I will try to find it.
Follow up from Factory mailinglist:
Fixed in SR#64008.
Btw Did you get it working?
Cheers!
Romanator
@romanator
can u explain ur previous reply??
Maybe your package who you are looking for is
My friend ah7013 found it
linux-2uot:~ # zypper wp libwx_gtk2u_aui-2.8.so.0
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
--+----------------------------------------------+---------+------------+--------+------------------
| libwx_gtk2u_aui-2_8-0-compat-lib-stl | package | 2.8.11-3.3 | x86_64 | openSUSE-11.4-Oss
| libwx_gtk2u_aui-2_8-0-compat-lib-stl | package | 2.8.11-3.3 | i586 | openSUSE-11.4-Oss
| libwx_gtk2u_aui-2_8-0-compat-lib-wxcontainer | package | 2.8.11-3.3 | x86_64 | openSUSE-11.4-Oss
| libwx_gtk2u_aui-2_8-0-compat-lib-wxcontainer | package | 2.8.11-3.3 | i586 | openSUSE-11.4-Oss
| libwx_gtk2u_aui-2_8-0-stl | package | 2.8.11-3.3 | x86_64 | openSUSE-11.4-Oss
| libwx_gtk2u_aui-2_8-0-stl | package | 2.8.11-3.3 | i586 | openSUSE-11.4-Oss
| libwx_gtk2u_aui-2_8-0-wxcontainer | package | 2.8.11-3.3 | x86_64 | openSUSE-11.4-Oss
| libwx_gtk2u_aui-2_8-0-wxcontainer | package | 2.8.11-3.3 | i586 | openSUSE-11.4-Oss
Make install with
# zypper install <package>