Kbase P51090: XML errors 8013, 9088, 3181 when using probuilt runtime small client executable on HP-UX
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
FACT(s) (Environment):
HP-UX 11
Progress 9.1C
Progress 9.1D
SYMPTOM(s):
Errors 8013, 9088, 3181 when using probuilt runtime small client executable
Performing simple XML object creation fails with errors 8013, 9088, 3181
/usr/lib/dld.sl: Unresolved symbol: __shlinit (code) from
/opt/dlc91c/lib/libicudata.sl
Could not open Dynamic Library: /opt/dlc91c/lib/libicudata.sl (8013)
The proxml.dll or libproxml.so was missing or incomplete or XML could not be
initialized. (9088)
Cannot create widget of type X-DOCUMENT. (3181)
Errors do not occur when using full Progress client executable.
CHANGE:
Using run-time probuilt client instead of regular Progress client.
CAUSE:
BUG# 20031009-014
FIX:
Upgrade to Progress 9.1D08 or later release of Progress.
Alternatively you can modify the link script to include:
$PROLOAD/4gl/cpprt0_stub.o \
With the other libraries: -lCsup -lstream \ at the end.