SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 13400: ld.so.1 errors on Solaris in SAS 9.1.3

DetailsHotfixAboutRate It
Errors of the following form may be received when running SAS 9.1.3
(9.1 TS1M3) on Solaris:

  Could not load /usr/sas9.1/sasexe/sasiml (25 images loaded)
  Error: ld.so.1: /usr/sas9.1/sasexe/sas: fatal: libsunperf_mt.so.4:
  open failed: No such file or directory
  ERROR: Procedure IML not found.

To prevent this error, edit the file !SASROOT/bin/sasenv and add the
path to !SASROOT/sasexe to the *beginning* of the LD_LIBRARY_PATH
specification. For example, if SAS is installed in /usr/local/sas9,
you would change the setting of the environment variable from this:

LD_LIBRARY_PATH=$JAVA_HOME/lib/sparcv9/server:$JAVA_HOME/lib/sparcv9:
$LD_LIBRARY_PATH

to this:

LD_LIBRARY_PATH=/usr/local/sas9/sasexe:$JAVA_HOME/lib/sparcv9/server:
$JAVA_HOME/lib/sparcv9:$LD_LIBRARY_PATH


A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:

http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#013400

For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:

http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#013400


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SAS64-bit Enabled Solaris9.1 TS1M39.1 TS1M3 SP1
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.