Kbase 21371: Shared Library Error when launching Procedure Editor using _progres on HPUX system.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1x
HP-UX 11 32-bit
HP-UX 11 64-bit
SYMPTOM(s):
Executing _progres and selecting Help > About Procedure Editor.
Inser/usr/lib/dld.sl: Can't open shared library: /<path>/libicudata.sl
/usr/lib/dld.sl: No such file or directory
CAUSE:
Progress Shared libraries could not be found because their location was not in the search path.
FIX:
Manually set SHLIB_PATH to include the $DLC/lib directory
You can set this by performing the following:
SHLIB_PATH=$DLC/lib:$SHLIB_PATH; export SHLIB_PATH