Posts by Cane Kostovski

1) Message boards : Questions and problems : boincmgr not built with SVN tag boinc_core_release_6_12_34 (Message 45820)
Posted 27 Sep 2012 by Cane Kostovski
Post:
I have OpenSUSE 12.2 and Boinc 7.0.28 for Linux x64.

I kept getting messages of missing wxWidgets (eg: libwx_* files). I used YAST to install all the wxWidgets that did not have the word "compatible" in the package name.

After that, I got this error message:
./boincmgr 
./boincmgr: relocation error: ./boincmgr: symbol _ZTV16wxWindowListNode, version WXU_2.8 not defined in file libwx_gtk2u_core-2.8.so.0 with link time reference


I used this command and it worked!!!
for file in /usr/lib64/wx-2.8-wxcontainer/*.so.0; do ln -s $file /usr/lib64; done;
2) Message boards : Questions and problems : BOINC 6.12.34 64-Bit and wxWidgets Link Reference (Message 45819)
Posted 27 Sep 2012 by Cane Kostovski
Post:
I have OpenSUSE 12.2 and Boinc 7.0.28 for Linux x64.

I kept getting messages of missing wxWidgets (eg: libwx_* files). I used YAST to install all the wxWidgets that did not have the word "compatible" in the package name.

After that, I got this error message:
./boincmgr 
./boincmgr: relocation error: ./boincmgr: symbol _ZTV16wxWindowListNode, version WXU_2.8 not defined in file libwx_gtk2u_core-2.8.so.0 with link time reference


I used this command and it worked!!!
for file in /usr/lib64/wx-2.8-wxcontainer/*.so.0; do ln -s $file /usr/lib64; done;




Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.