Page 1 of 1

Error executing dsrecords utility

Posted: Tue Mar 27, 2007 4:23 am
by ag_ram
Hello Folks

Tried to execute the "dsrecords" utility , i get the following error . Is there some Env variables that need to be set additionally for Execution

Could not load program ./dsrecords:
Dependent module liborchaix3.a(libtemp.o) could not be loaded.
Could not load module liborchaix3.a(libtemp.o).
System error: No such file or directory

Posted: Tue Mar 27, 2007 5:53 am
by kumar_s
Source dsenv before executing the command.

Code: Select all

cd $DSHOME
. ./dsenv
And also make sure $APT_ORCHHOME/lib is in your lib search path.
else include it.

Code: Select all

SHLIB_PATH=$APT_ORCHHOME/lib:$SHLIB_PATH;export SHLIB_PATH