Message boards : Questions and problems : boinc on CentOS 6.4 64bits
Message board moderation
Author | Message |
---|---|
Send message Joined: 17 May 13 Posts: 1 ![]() |
Good morning! I saw a couple of threads about boinc having some issues running on CentOS 6.4 x64 and I'm wondering if there is a final fix for this. This is what I'm having right now: [jfl@slim BOINC]$ uname -a Linux slim 2.6.32-358.6.1.el6.x86_64 #1 SMP Tue Apr 23 19:29:00 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux [jfl@slim BOINC]$ ./boinccmd ./boinccmd: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by ./boinccmd) ./boinccmd: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./boinccmd) [jfl@slim BOINC]$ ldd boinccmd ./boinccmd: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by ./boinccmd) ./boinccmd: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./boinccmd) linux-vdso.so.1 => (0x00007fff54fcc000) libpthread.so.0 => /lib64/libpthread.so.0 (0x000000330b200000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x000000330de00000) libm.so.6 => /lib64/libm.so.6 (0x000000330ba00000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x000000330ea00000) libc.so.6 => /lib64/libc.so.6 (0x000000330ae00000) /lib64/ld-linux-x86-64.so.2 (0x000000330a600000) I installed all the required packages for this and that doesn't seem to fix the issue. Am I missing something? Regards, Julien |
![]() Send message Joined: 29 Aug 05 Posts: 15640 ![]() |
You can install, what is it, 6.10.45? That's the version that's available from its repositories. Otherwise you can try to build BOINC against the libraries that are on the system. Or build newer libraries for CentOS so that the newer BOINC can run with those libraries. Lastly, there's the VM option. Run a different Linux in a VM, run BOINC in that. |
Send message Joined: 30 May 13 Posts: 3 ![]() |
Hello, Try and install the following also make the symlinks Install libstdc++ and compat-libstdc++ yum search libstdc++ yum install libstdc++ yum install compat-libstdc++* Symlink to libstdc++ updatedb locate libstdc++.so cd /usr/lib/ ln -s libstdc++.so.5 libstdc++.so.3 cd /usr/lib64/ ln -s libstdc++.so.5 libstdc++.so.3 |
Copyright © 2025 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.