Failed Installation : Lib Files

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
altruist
Participant
Posts: 73
Joined: Thu May 11, 2006 6:50 am

Failed Installation : Lib Files

Post by altruist »

Hi All,

I am trying to install IIS Suite application on AIX box. It gave an error as below

Code: Select all

Ensure the following libraries do not exist: /usr/lib/libicuio.a, /usr/lib/libicuuc.a, /usr/lib/libicui18n.a. These libraries may cause uvsh to not work properly.
I manually removed these files by executing

Code: Select all

sudo rm /usr/lib/libicuio.a 
sudo rm /usr/lib/libicuuc.a
sudo rm /usr/lib/libicui18n.a

I don't see these files after executing the remove command, but when I press "Check Again" application still shows the above error. Any idea what might be happening ?

Thanks & Regards
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Perhaps those libararies are in another directory in your LIBPATH; you can use "find" to see if there are other copies.
Post Reply