Hi sangram,
You are using an older version of OS/packages. If you want
STAF to run on it please put any libstdc++.so.6 file from any latest OS
in /usr/local/staf/lib directory and try again.
Hope this should solve your problem.
Regards,
Sairam
________________________________
From: Sangram Bakshi [mailto:[email protected]]
Sent: Thursday, March 05, 2009 5:28 PM
To: [email protected]
Subject: [staf-users] Problem Regarding running STAFProc.
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/STA
FDemo.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
<<image001.jpg>>
BEGIN:VCARD VERSION:2.1 N:Sairam-B22305;Purandhar;;Mr. FN:'Purandhar Sairam-B22305' ORG:Freescale Semiconductor;UCM TITLE:Software Engineer TEL;WORK;VOICE:+914023358927 TEL;HOME;VOICE:+914027243556 TEL;CELL;VOICE:+919963333929 ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;Intoto Software (I) Pvt Ltd,=0D=0A4th floor, Uma Plaza, NagarjunaHills,Pun= jagutta;Hyderabad;Andhra Pradesh;500082;India LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Intoto Software (I) Pvt Ltd,=0D=0A4th floor, Uma Plaza, NagarjunaHills,Punja= gutta=0D=0AHyderabad, Andhra Pradesh 500082=0D=0AIndia ADR;HOME:;;H.No. 24-138/8, Behind old Anandbagh Post Office, Anandbagh, Malkajgiri;Hyderabad;Andhra Pradesh;500047;India LABEL;HOME;ENCODING=QUOTED-PRINTABLE:H.No. 24-138/8, Behind old Anandbagh Post Office, Anandbagh, Malkajgiri=0D= =0AHyderabad, Andhra Pradesh 500047=0D=0AIndia EMAIL;PREF;INTERNET:[email protected] REV:20081125T090756Z END:VCARD
------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/staf-users
