Questions and Answers : Unix/Linux : Climateprediction.net don't start
Message board moderation
Previous · 1 · 2 · 3 · Next
Author | Message |
---|---|
Send message Joined: 29 Aug 14 Posts: 20 Credit: 101,199 RAC: 0 |
All my works AFTER 2 september have this error. libstdc++.so.6: cannot open shared object file: No such file or directory I have forgett was .so.6 -files are, Is it 'drivers'? I have installed: libstdc++5 AND libstdc++6 but are probably 64-bit ? In debian apt-get repository are also: lib32stdc++-4.8-dev AND lib32stdc++6-4.8.dev I have installed sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libstdc++6 libstdc++5 freeglut3 Can libstdc++5 AND libstdc++6 and also maybee freeglut3 being 64-bit library? Unsing Ubuntu 14.04 64-bit |
Send message Joined: 15 May 09 Posts: 4540 Credit: 19,017,270 RAC: 20,902 |
sudo apt-get install libstdc++6:i386 is what you need for that. |
Send message Joined: 29 Aug 14 Posts: 20 Credit: 101,199 RAC: 0 |
I find a lib32stdc++6 There where no lib32stdc++5 and NO libstdc++6:i386 |
Send message Joined: 29 Aug 14 Posts: 20 Credit: 101,199 RAC: 0 |
I tried to run ldd (list dynamic dependencies) but it does not work? a@Packad:/var/lib/boinc-client/projects/climateprediction.net$ ldd ldd: missing file arguments Try `ldd --help' for more information. a@Packad:/var/lib/boinc-client/projects/climateprediction.net$ ldd --help Usage: ldd [OPTION]... FILE... --help print this help and exit --version print version information and exit -d, --data-relocs process data relocations -r, --function-relocs process data and function relocations -u, --unused print unused direct dependencies -v, --verbose print all information What do I wrong? |
Send message Joined: 15 May 09 Posts: 4540 Credit: 19,017,270 RAC: 20,902 |
Install lib32stdc++6 I think it will stop the problem unless there are other dependencies still not satisfied. |
Send message Joined: 15 May 09 Posts: 4540 Credit: 19,017,270 RAC: 20,902 |
I remember the difficulties I had getting things to run including CPDN when I started and knew, not very much about linux. I was in close to the start under another user name with an email I have since lost. |
Send message Joined: 29 Aug 14 Posts: 20 Credit: 101,199 RAC: 0 |
shit still communication deferred :( |
Send message Joined: 29 Aug 14 Posts: 20 Credit: 101,199 RAC: 0 |
Install lib32stdc++6 I think it will stop the problem unless there are other dependencies still not satisfied. yes i'm afraid of that, and iit takes time to test :( |
Send message Joined: 15 May 09 Posts: 4540 Credit: 19,017,270 RAC: 20,902 |
Check in /usr/lib32 to see if you have the following file libstdc++.so.6.0.19 and a link to it libstdc++.so6 Also, have you used the stand alone package for BOINC or the packaged version. If using the packaged version you may also need to add a link from /usr/lib Not sure about this as I am running the stand alone version. |
Send message Joined: 15 May 09 Posts: 4540 Credit: 19,017,270 RAC: 20,902 |
Trawling though the threads on this. sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libstdc++6 libstdc++5 freeglut3 worked for one user with last year's version of Ubuntu. |
Send message Joined: 15 May 09 Posts: 4540 Credit: 19,017,270 RAC: 20,902 |
And, now for an idea that probably has good reasons why it hasn't been done. What about the CPDN site having a download area with the .deb & .rpm files for the missing libs on it? |
Send message Joined: 29 Aug 14 Posts: 20 Credit: 101,199 RAC: 0 |
When I checked the comuter the pocessor worked with 100% :) and SETI@home suspended :) Well: a@Packad:~$ cd /usr/lib32 a@Packad:/usr/lib32$ ls gconv libform.so.5.9 libpanel.so.5.9 libvdpau_nvidia.so libbz2.so.1 libgcc_s.so.1 libstdc++.so.6 libz.so.1 libbz2.so.1.0 libmenu.so.5 libstdc++.so.6.0.19 libz.so.1.2.8 libbz2.so.1.0.4 libmenu.so.5.9 libtic.so.5 nvidia-331 libform.so.5 libpanel.so.5 libtic.so.5.9 vdpau a@Packad:/usr/lib32$ Seems good? |
Send message Joined: 16 Jan 10 Posts: 1084 Credit: 7,808,726 RAC: 5,192 |
I tried to run ldd (list dynamic dependencies) but it does not work? ... ldd needs to be given a file to examine: it will then follow the links and report the needed libraries. Examples are in the original post in the "64 bit Linux and CPDN - problems/solutions" sticky, here. (Perhaps you now have the right libraries by trial and error.) |
Send message Joined: 29 Aug 14 Posts: 20 Credit: 101,199 RAC: 0 |
Trawling though the threads on this. Unfortunally, Ubuntu change a lot between years... I only use the LTS-versions, 12.04LTS to 14.04LTS...normally I use to wait a year after the realesed LTS, but now they complain about unsupported PPA and stuff, so I have upgraded and make a new install of 14.04LTS. Haven't had any dependency problem like this since RedHat in the former millenium ;) |
Send message Joined: 15 May 09 Posts: 4540 Credit: 19,017,270 RAC: 20,902 |
I am using 14.04 an am pretty certain that it was the instructions edit: below. that got it sorted for me eventually. |
Send message Joined: 29 Aug 14 Posts: 20 Credit: 101,199 RAC: 0 |
I am using 14.04 an am pretty certain that it was the instructions above that got it sorted for me eventually. Well. I have that now. Will see if it work. Have now run for aprox. 6 hours, but they are still 'In progress'. |
Send message Joined: 5 Sep 04 Posts: 7629 Credit: 24,240,330 RAC: 0 |
If they're going to crash, they'll do so in about 5-8 seconds. ANZ models run for a bit over 100 hours on my fast Intel machines, so they'll take a fair bit longer on yours. |
Send message Joined: 29 Aug 14 Posts: 20 Credit: 101,199 RAC: 0 |
If they're going to crash, they'll do so in about 5-8 seconds.seems to work then :) |
Send message Joined: 29 Aug 14 Posts: 20 Credit: 101,199 RAC: 0 |
If they're going to crash, they'll do so in about 5-8 seconds. I have two tasks. Is it one/core? |
Send message Joined: 5 Sep 04 Posts: 7629 Credit: 24,240,330 RAC: 0 |
I have two tasks. Is it one/core?Yes. |
©2024 cpdn.org