Am Donnerstag, 20. Mai 2004 03:46 schrieb Tony Staples: > Hello all, > I realize that this is not technically a LTSP problem, but I would > appreciate any insight anyone can give me on this problem. > I am running BOINC (setiboinc.ssl.berkeley.edu/ap) under LTSP 4 console. > I just upgraded to the latest version of BOINC (v 3.04) > The nodes boot fine, but when my rc.boinc script starts the BOINC client I > get the following error: > error while loading shared library libstdc++.so.5 : cannot open shared > object file : no such file or directory. > > is there a way to update/install this shared lib under LTSP 4? > Please let me know if there is any other info I can provide! > Thanks, > awstaples
This looks for me like a typical LTSP local app problem. Make sure that libstdc++.so.5 exists in /opt/ltsp/i386/usr/lib (/usr/lib of the client). You can usually copy it over from the server's /usr/lib - if that's an i386 box as well. Regards, Anselm ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
