Changes between Version 1 and Version 2 of SolarisClient
- Timestamp:
- Apr 25, 2007, 3:16:44 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SolarisClient
v1 v2 1 1 = Running BOINC on Solaris = 2 2 3 3 The BOINC client software should work on: 4 4 * Solaris versions 7, 8, 9, or 10 5 5 * Any SPARC processor … … 7 7 8 8 ---- 9 9 If BOINC produces messages of the form 10 10 {{{ 11 11 ld.so.1: boinc: fatal: libgcc_s.so.1: open failed: No such file or directory 12 12 }}} 13 13 then you may need to add /usr/local/lib to your LD_LIBRARY_PATH before running BOINC. 14 14 ---- 15 15 If BOINC produces messages of the form 16 16 {{{ 17 17 ld.so.1: boinc: fatal: libstdc++.so.3: open failed: No such file or 18 18 directory 19 19 }}} 20 20 then you probably have a newer version of libstdc++.so, and you may need to symbolically link the newer version to libstdc++.so.3 21 21 ---- 22 22 If BOINC produces messages of the form 23 23 {{{ 24 24 Can't create shared mem: -144 25 25 }}} 26 26 then you need to change your shared-memory configuration. For example, make the following change to /etc/system and reboot: 27 27 {{{ 28 28 set strctlsz=4096 … … 38 38 set semsys:seminfo_semmsl=128 39 39 }}} 40 40 These settings should work on machines with up to 20 CPUs.