Usage Note 13400: ld.so.1 errors on Solaris in SAS 9.1.3
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
SAS System | Base SAS | 64-bit Enabled Solaris | 9.1 TS1M3 | 9.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.
Type: | Usage Note |
Priority: | high |
Topic: | System Administration ==> Installation
|
Date Modified: | 2004-12-20 13:46:21 |
Date Created: | 2004-09-22 15:02:49 |