Page 1 of 1

Unable to Run uvsh

Posted: Fri Jan 09, 2009 2:36 am
by samyamkrishna
Hi,

I am trying to run uvsh.
But it gives an error message saying
/usr/lib/dld.sl: Can't open shared library ./uvdlls/libUtilWSClient.ls
/usr/lib/dld.sl: No such file or directory

Can someone tell me what i should be doing.

Thanks,
Samyam

Re: Unable to Run uvsh

Posted: Fri Jan 09, 2009 5:26 am
by samyamkrishna
Hi,

I ran the uvsh from the DSEngine Directory, It worked fine but now i am getting the same error with a diff file name.

/usr/lib/dld.sl: Can't open shared library /builds/DStage.Build/server/release/uv/unix/lib/libgciudt6.sl
/usr/lib/dld.sl: No such file or directory

Any idea on this one

Posted: Fri Jan 09, 2009 8:27 am
by chulett
You must source the dsenv file first to setup the environment this command needs:

Code: Select all

cd $DSHOME
. ./dsenv
Then execute your command.