On Wed, Dec 03, 2003 at 10:14:08AM -0600, David Soukasene wrote: > Andy, thanks for replying. I have libstdc++ in /usr/local/lib. I am > running solaris 9. I included the > LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib in the run file. I am only
Either add /usr/local/lib to /etc/ld.so.conf (or the corresponding file in Solaris) and run ldconfig, or make sure to export the new value of the variable in the run file; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib //Peter
