Research & Science Home ESA Public Web Site Sci-Tech Portal      XMM-Newton Public Web Site XMM-Newton Sci-Tech Portal
Astrophysics Missions Planetary Exploration Missions Solar Terrestrial Science Missions Fundamental Physics Missions Science Faculty

SAS watchout page


On RHEL 4 update 4, omichain (and omfchain) fail to run properly due to a changed version of ghostscript.

Currently we have identified failures of omichain and omfchain, due to subsequent failures on ghostscript (gs).

The reason for these failures is that once the SAS 7.0 environment is set, all SAS binaries and all other system tasks use the LD_LIBRARY_PATH to search for shared libraries on execution time. On RHEL 4 update 4, ghostscript depends on a new version of the libgcc_s.so shared library, in particular on the libgcc_s.so library introduced by gcc 4.1. Since SAS 7.0 was built with gcc 3.3.6, its libgcc_s.so library is missing the required symbols and functions used by this new version of ghostscript. However this is the first shared library found in the LD_LIBRARY_PATH path.

To override the problem, prepend the /lib directory to the search path for shared libraries as follows:

setenv LD_LIBRARY_PATH /lib:$LD_LIBRARY_PATH (C-shell/tcsh)

export LD_LIBRARY_PATH=/lib:$LD_LIBRARY_PATH (sh/bash/ksh)

This problem will be fixed in the next SAS release.


   Copyright 2012© European Space Agency. All rights reserved.
This page was last updated on 22 February, 2011.