Consultor Eletrônico



Kbase P30924: dbtool can not load librocket_r.so on AIX
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/09/2008
Status: Verified

SYMPTOM(s):

Error when executing dbtool executable

exec(): 0509-036 Cannot load program dbtool because of the following errors:
0509-150 Dependent module librocket_r.so could not be loaded.
0509-022 Cannot load module librocket_r.so.
0509-026 System error: A file or directory in the path name does not
exist.

librocket_r.so is in $DLC/lib directory

FACT(s) (Environment):

IBM AIX
Progress 9.1D

CAUSE:

AIX would not allow an executable to load shared library from a location other than standard /usr/lib directory

FIX:

Add soft link to /usr/lib, and execute dbtool

ln -s $DLC/lib/librocket_r.so /usr/lib