I'm trying to install libiconv to AIX 7.1 from an rpm off of the perzl.org site. The rpm appears to install but I get this error message.
add shr4.o shared members from /usr/lib/libiconv.a to /opt/freeware/lib/libiconv.a add shr.o shared members from /usr/lib/libiconv.a to /opt/freeware/lib/libiconv.a add shr4_64.o shared members from /usr/lib/libiconv.a to /opt/freeware/lib/libiconv.a
How could I go about adding these shared members to the /opt/freeware/lib/libiconv.a? Should I just make a symbolic link using -sf?
I can't seem to find a write-up on this anywhere, and I've got a bad feeling if I just do what I think I'll encounter some build errors when I go to compile drupal later down the road.
Edit:
I've gone ahead and done - if anyone has any insight that this is incorrect please let me know!
ln -sf /usr/lib/libiconv.a /opt/freeware/lib/libiconv.a
Edited by kneemoe, 29 June 2012 - 09:16 AM.












