Hi ,

I am trying to  run STAFProc in a linux vmware image.

uname -a
Linux ismevm01-RHAS30U3 2.4.21-20.EL #1 Wed Aug 18 20:58:25 EDT 2004 i686
i686 i386 GNU/Linux

I am installing STAF "STAF332-linux.tar.gz" in this machine.

I am using the following STAFEnv script to set the env:


#!/bin/ksh
# STAF environment variables
PATH=/usr/local/staf/bin:${PATH:-}
LD_LIBRARY_PATH=/usr/local/staf/lib:${LD_LIBRARY_PATH:-}
#LIBPATH=/usr/local/staf/lib:${LIBPATH:-}
CLASSPATH=/usr/local/staf/lib/JSTAF.jar:/usr/local/staf/samples/demo/STAFDemo.jar:${CLASSPATH:-}
STAFCONVDIR=/usr/local/staf/codepage
if [ $# = 0 ]
then
STAF_INSTANCE_NAME=STAF
else
STAF_INSTANCE_NAME=$1
fi
export PATH LIBPATH CLASSPATH STAFCONVDIR STAF_INSTANCE_NAME

I run the script as . ./STAFProc.env


Then i try to run the STAFProc as :

./STAFProc    i get the following error :


./STAFProc
./STAFProc: error while loading shared libraries: libstdc++.so.6: cannot
open shared object file: No such file or directory

Kindly give me some trouble shooters.


Regards
Sangram
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to