AIX Package Install Issues
Posted
by
user513983
on Stack Overflow
See other posts from Stack Overflow
or by user513983
Published on 2010-12-29T14:12:01Z
Indexed on
2010/12/29
14:53 UTC
Read the original article
Hit count: 191
Hi All,
I want to install gettext but i cannot because my AIX says that gettext is dependent on glib and when i try to install glib it says that I cannot because glib is in turn dependent on gettext.
Please let me know how I could get past this situation?
root [rover]% rpm -i gettext-0.17-1.aix5.1.ppc.rpm
error: failed dependencies: libglib-2.0.a(libglib-2.0.so.0) is needed by gettext-0.17-1
libxlsmp.a(smprt.o) is needed by gettext-0.17-1
root [rover]% rpm -i glib2-2.22.5-2.aix5.1.ppc.rpm
error: failed dependencies: gettext is needed by glib2-2.22.5-2
Regards,
Anurag
© Stack Overflow or respective owner