Consultor Eletrônico



Kbase P71545: Errors occur when running probuilt local and remote DataServer executable in AIX
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/09/2008
Status: Verified

SYMPTOM(s):

Errors occur when running probuilt local and remote DataServer executable in AIX

Cannot load program ./_progres because of the following errors:
Dependent module libclntsh.a(shr.o) could not be loaded.
Cannot load module libclntsh.a(shr.o).
System error: A file or directory name in the path does not exist.

Cannot load program ./_orasrv because of the following errors:
Dependent module libclntsh.a(shr.o) could not be loaded.
Cannot load module libclntsh.a(shr.o).
System error: A file or directory name in the path does not exist.

FACT(s) (Environment):

LIBPATH environment variable iss not set to $ORACLE_HOME/lib
SETUID is on for executables
Can not turn SETUID off
IBM AIX POWER 5.1
Progress 9.1D
ORACLE DataServer

CAUSE:

LIBPATH was not set before running the probuild generated script (ldpro or ldorasrv)

FIX:

Set the LIBPATH environment variable and export it before running the script that was created by probuild utility to create the actual DataServer executable.

Set the environment as:

export LIBPATH=$ORACLE_HOME/lib