I had some trouble to install boinc application on OpenSuse 12.2 due to wxWidget configuration…
The right way tomake it work is to :
– Install wxWidgets-wxcontainer-compat-lib-config
– Install the libwx_xxxx_xxx-2_8-0-wxcontainer required (use ldd boincmgr to get the list)
– Create a symbolic link on libnotify.so.4 to libnotify.so.1 in /usr/lib64
After doing this, it worked for mand the following message has disapeared : symbol _ZTV16wxWindowListNode, version WXU_2.8 not defined in file libwx_gtk2u_core-2.8.so.0 with link time reference
worked like this for me on SuSE 12.3 with boinc-manager 7.2.33.
Apparently the order of installing different wxWidgets-related packages matters. Only I did it exactly as described there were no conflicts and boincmgr ran without complaint
thanks a lot!
regards
Geza