Can't run boinc/seti on SPARC/Solaris

Questions and Answers : Unix/Linux : Can't run boinc/seti on SPARC/Solaris
Message board moderation

To post messages, you must log in.

AuthorMessage
Adrian Hoe

Send message
Joined: 24 Aug 99
Posts: 7
Credit: 195,884
RAC: 0
Malaysia
Message 101591 - Posted: 20 Apr 2005, 3:22:43 UTC

Hi,

I downloaded boinc_4.19_sparc-sun-solaris2.7 but I couldn't run it on my SPARC/Solaris. I'm using SB150, Solaris 9 with development tools and libraries from blastwave.org.

When I ran boinc_4.19_sparc-sun-solaris2.7, it gave me an error:

% ./boinc_4.19_sparc-sun-solaris2.7
ld.so.1: ./boinc_4.19_sparc-sun-solaris2.7: fatal: libstdc++.so.3: open failed: No such file or directory
Killed



I have the following in /opt/csw/lib:

libstdc++.so.5.0.5 libstdc++.so.6.0.1
libstdc++.so.5 libstdc++.so.6 libstdc++.so.6.0.2

I tried to make a symbolic link for libstdc++.so.3 but it's not working.

Can someone please help? Thank you.

--
Adrian Hoe
ID: 101591 · Report as offensive
the1

Send message
Joined: 3 Apr 99
Posts: 1
Credit: 3,458
RAC: 0
United States
Message 106751 - Posted: 3 May 2005, 2:47:01 UTC

I was able to get it to run on solaris 10 with blastwave/sunfreeware gcc by both creating a symbolic link:

ln -s /usr/local/lib/libstdc++.so.5 libstdc++.so.3

and also setting my library path environmental variable (note: blastwave says this may mess up some software)

export LD_LIBRARY_PATH='/opt/csw/lib/$ISALIST':/usr/local/lib/


Accoring to blastwave.org:


If you absolutely must have it set for some reason (not recommended), then best results should come if you use

# THIS IS NOT A GOOD IDEA
LD_LIBRARY_PATH='/opt/csw/lib/$ISALIST':/other/values/here
# THIS IS NOT A GOOD IDEA

The single-quotes are required, as is putting the csw entry FIRST.

All blastwave executables have been compiled with the appropriate -R flag, so that they will automatically use the right blastwave libraries by default. LD_LIBRARY_PATH is a tool given to users so that they may choose to deliberately override the built-in library path of executables.



ID: 106751 · Report as offensive

Questions and Answers : Unix/Linux : Can't run boinc/seti on SPARC/Solaris


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.