XML dynamic library problem

alex10

New Member
I'm running an Example Of Creating an Output XML File and the following error is appearing when i run it:

DEFINE VARIABLE hDoc AS HANDLE.
CREATE X-DOCUMENT hDoc.


Could not open Dynamic Library: /usr7/dlc91e/lib/libicuuc-psc.sl (8013)


does anyone have any idea how to fix this?

Thanks
 

Casper

ProgressTalk.com Moderator
Staff member
I think that a softlink will solve the problem:
Code:
ln -s $DLC/lib/libicuuc-psc.sl /usr/lib

HTH,

Casper.
 
Top