Kbase P26502: DBTOOL error on unix: dynamic linker : dbtool : could not op
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/03/2004 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Running 9.1D06
DBTOOL introduced in 9.1D06
Executing dbtool ($DLC/bin/dbtool database name) produces error
dynamic linker : dbtool : could not open librocket.so (or librocket.sl)
Killed
CHANGE:
Upgraded Progress installation to 9.1D06
CAUSE:
$DLC/lib not added to OS library path by slib_env file
FIX:
Prepend $DLC/lib to library path. Example that follows is for Unixware: LD_LIBRARY_PATH (LD_LIBRARY_PATH=$DLC/lib:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH