I am trying to install Mcrypt for a customer to use PhpManager and I am having no luck.
I grabbed the rpm and installed everything it needs but the last one is
error: failed dependencies:
libltdl is needed by mcrypt-2.5.12-1
When I try to install it I get
[~]# rpm -Uhv libltdl-1.4e-0.20030119.2.i386.rpm
error: failed dependencies:
libtool-libs = 1.4.2-7 is needed by libtool-1.4.2-7
So I tried to install this libtool-lib
root@ews3 [~]# rpm -Uhv libtool-libs-1.4.2-7.i386.rpm
Preparing... ########################################### [100%]
package libtool-libs-1.4.2-7 is already installed
So now Im stuck and a customer is getting upset. Can someone please help me out here. Thanks in advance.
Oh also its a Cpanel Server if it makes a difference.