Kbase P113050: Error 9088 on HP-UX, executing "_progres"
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
HP-UX 11 32-bit
HP-UX 11 64-bit
SYMPTOM(s):
Running program:
DEF VAR myhandle AS HANDLE.
CREATE SAX-READER myhandle.
Starting procedure editor with "_progres" (and not "pro" or "mpro")
Could not open Dynamic Library: /usr1/v91D/dlc/lib/libxerces-pro.sl (8013)
The proxml.dll or libproxml.so was missing or incomplete or XML could not be initialized. (9088)
Cannot create widget of type SAX-READER. (3181)
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