Kbase P26718: Shared Library errors Running dbtool on UNIX
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/10/2010 |
|
Status: Verified
SYMPTOM(s):
Shared library errors running dbtool
dbtool: error in loading shared libraries: librocket_r.so: cannot open shared object file: No such file or directory
dynamic linker : dbtool : could not open librocket.so (or librocket.sl)
Killed
DBTOOL introduced in 9.1D06
FACT(s) (Environment):
UNIX
Progress 9.1D
Progress 9.1E
CAUSE:
The shared library path, LD_LIBRARY_PATH (or SHLIB_PATH, LIBPATH depending on platforms), does not contain the $DLC/lib directory where the shared library librocket_r.so is located.
FIX:
Prepend $DLC/lib to library path.
Example that follows is for Solaris, Unixware, Linux: LD_LIBRARY_PATH=$DLC/lib:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH