Consultor Eletrônico



Kbase P117790: Can not load $DLC/auditing/policies.xml
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/31/2008
Status: Verified

SYMPTOM(s):

Can not load policies.xml

Could not open Dynamic Library: $DLC /lib/libproxml.so (8013)

DLL Error : 0509-022 Cannot load module $DLC/lib/libproxml.so. (8014)

The proxml.dll or libproxml.so was missing or incomplete or XML could not be initialized. (9088)

A Progress Service Pack has been installed

FACT(s) (Environment):

OpenEdge 10.1A
OpenEdge 10.1A 64-bit
IBM AIX POWER 5.3

CAUSE:

This is a known issue being investigated by Development where we do not tailor the shared libraries after file extraction when a SERVICEPACK is installed over the FCS version.

FIX:

To resolve this issue perform the following steps to manually tailor the necessary shared libraries:

1) get into proenv environment to ensure that the Progress environment variables are correctly set.

2) cd $DLC/lib

3) BACKUP the libraries listed below before continuing.

3a) If Progress 10.1A01 AIX 32bit:

/usr/bin/rtl_enable -R libproxml.so \
-blibpath:${DLC}/lib:/usr/lib:/lib

/usr/bin/rtl_enable -R libicuuc-psc.so \
-blibpath:${DLC}/lib:/usr/lib:/lib

/usr/bin/rtl_enable -R libicui18n-psc.so \
-blibpath:${DLC}/lib:/usr/lib:/lib

3b) If Progress 10.1A01 AIX 64bit:

/usr/bin/rtl_enable -X64 -R libproxml.so \
-blibpath:${DLC}/lib:/usr/lib:/lib

/usr/bin/rtl_enable -X64 -R libicuuc-psc.a \
-blibpath:${DLC}/lib:/usr/lib:/lib

/usr/bin/rtl_enable -X64 -R libicui18n-psc.a \
-blibpath:${DLC}/lib:/usr/lib:/lib

*** NOTE ***
if any of the above fail with messages similar to -
ld: 0711-224 WARNING: Duplicate symbol: ....
Then you are NOT hitting this issue!

Revert to the backup copies that were taken in STEP 3 and contact Progress Technical Support.