| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 6
|
|
| Author |
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
[root@ceshi09 ~]# ./boinc_6.10.58_i686-pc-linux-gnu.sh
use /root/BOINC/run_manager to start BOINC [root@ceshi09 ~]# cd BOINC [root@ceshi09 BOINC]# sudo cp boinc boinccmd boincmgr /usr/bin/ [root@ceshi09 BOINC]# sudo /etc/init.d/boinc-client start sudo: /etc/init.d/boinc-client: command not found [root@ceshi09 BOINC]# find boinc-client find: boinc-client: No such file or directory [root@ceshi09 BOINC]# lsb release -a -bash: lsb: command not found [root@ceshi09 BOINC]# lsb_release -a -bash: lsb_release: command not found [root@ceshi09 BOINC]# uname Linux [root@ceshi09 BOINC]# uname -r 2.6.18-348.16.1.el5.028stab108.1 [root@ceshi09 BOINC]# cat /etc/redhat-release CentOS release 5.9 (Final) [root@ceshi09 BOINC]# |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Hi,
Does not look much like a successful install, but there sure is a wiki out there that leads the steps to crunch: http://boinc.berkeley.edu/wiki/Installing_BOINC#Installing_BOINC_as_a_package Does not specifically cover CentOS, but see no reason why those steps would not work for this nix version. Also, search for CentOS on the forums such as this thread: https://secure.worldcommunitygrid.org/forums/...ead,34570_offset,0#408375 As for lsb_release -a ... tells me on Ubuntu I have no LSB [Linux Standard Base] modules ... Small giggle, trying to keep this install as close as possible to the original so next maybe a first is possible to upgrade from 13.10 to 13.14... next April. |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
[root@ceshi09 ~]# cd /root
[root@ceshi09 ~]# ./boinc_6.10.58_i686-pc-linux-gnu.sh use /root/BOINC/run_manager to start BOINC [root@ceshi09 ~]# cd /root/BOINC/run_manager -bash: cd: /root/BOINC/run_manager: Not a directory [root@ceshi09 ~]# cd /root/BOINC [root@ceshi09 BOINC]# ./run_manager ./boincmgr: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory [root@ceshi09 BOINC]# |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
./boincmgr: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
how to get libraries mentioned above? |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Dumping terminal output without commentary is not going to get us very far. Checking up, CentOS does know yum, from which you can pull BOINC: http://itekblog.com/do-something-good-with-your-pc-boinc-on-rhelfedoracentos/
Not sure at all if 6.10.58 is CentOS 5 compatible, but one thread notes success of this version on 5.5. |
||
|
|
poppageek
Advanced Cruncher Joined: Nov 16, 2004 Post Count: 99 Status: Offline Project Badges:
|
FOr one thing boinc_6.10.58_i686-pc-linux-gnu.sh does not install /etc/init.d/boinc-client. You have to install from repositories for the startup scripts to be installed.
----------------------------------------I am Debina/Ububtu user but these should work yum list libgtk-x11 yum install libgtk-x11 Installing stuff in root and as root is seldom a good idea. [Edit 1 times, last edit by PoppaGeek at Nov 19, 2013 2:55:32 PM] |
||
|
|
|