I'm trying to run an application in a test environment
This application is running smoothly on Production but when i run it on test it gives me this error
exec(): 0509-036 Cannot load program /usr/cimagek/mtserv5/bin/mtserver because of the following errors:
0509-150 Dependent module libclntsh.a(shr.o) could not be loaded.
0509-022 Cannot load module libclntsh.a(shr.o).
0509-026 System error: A file or directory in the path name does not exist.
The only difference that i made was instead of installing oracle on the test machine i've copied the oracle directories (/ora0/app/oracle ) to the test and then i assigned the premissions to oracle8i user.
I edited some of the oracle files and i ran rootpre.sh from the oracle CD.
now oracle is running but this application won't run
when i looked into the file libclntsh.a it was in this location:
/ora0/app/oracle/product/8.1.7/lib/libclntsh.a
-rw-r--r-- 1 oracle8i oinstall 8089579 Apr 05 2005 libclntsh.a
any help would be appreciated
This application is running smoothly on Production but when i run it on test it gives me this error
exec(): 0509-036 Cannot load program /usr/cimagek/mtserv5/bin/mtserver because of the following errors:
0509-150 Dependent module libclntsh.a(shr.o) could not be loaded.
0509-022 Cannot load module libclntsh.a(shr.o).
0509-026 System error: A file or directory in the path name does not exist.
The only difference that i made was instead of installing oracle on the test machine i've copied the oracle directories (/ora0/app/oracle ) to the test and then i assigned the premissions to oracle8i user.
I edited some of the oracle files and i ran rootpre.sh from the oracle CD.
now oracle is running but this application won't run
when i looked into the file libclntsh.a it was in this location:
/ora0/app/oracle/product/8.1.7/lib/libclntsh.a
-rw-r--r-- 1 oracle8i oinstall 8089579 Apr 05 2005 libclntsh.a
any help would be appreciated