linux + squashfs-tools for red-hat 5.3

1

I want to install the squashfs-tools-4.0-5.el6.i686.rpm But I have the following dependencies ( after RPM installation )

please advice what the additional packages that I need to install on my linux red-hat 5.3 in order to solve the dependencies issue ?

[root@localhost WORK]# rpm -i squashfs-tools-4.0-5.el6.i686.rpm
 warning: squashfs-tools-4.0-5.el6.i686.rpm: Header V3 RSA/SHA1 signature: NOKEY, key  ID c105b9de
  error: Failed dependencies:
    libc.so.6(GLIBC_2.11) is needed by squashfs-tools-4.0-5.el6.i686
    libc.so.6(GLIBC_2.7) is needed by squashfs-tools-4.0-5.el6.i686
    rpmlib(FileDigests) <= 4.6.0-1 is needed by squashfs-tools-4.0-5.el6.i686
    rpmlib(PayloadIsXz) <= 5.2-1 is needed by squashfs-tools-4.0-5.el6.i686

uname -a

   [root@localhost WORK]# uname -a
    Linux localhost 2.6.18-128.el5PAE #1 SMP Wed Dec 17 12:02:33 EST 2008 i686 i686 i386 GNU/Linux

user260231

Posted 2013-10-06T07:23:42.263

Reputation: 11

No answers