-
Need to install php-imap
Hi All
I have to install php-imap(2007e).
When i compile "yum install php-imap" &
getting error "Missing Dependency: php-common = 5.1.6-39.el5_8 is needed by package php-imap-5.1.6-39.el5_8.i386 (base)".
But when i install php-common, am getting error as
"Package matching php-common-5.1.6-39.el5_8.i386 already installed. Checking for update"
But while install php-imap it forcing me to install php-common
please guide me how to install php-imap2007e
Am using CentOS5
Thanks in advance
-
Give try downloading remi repo
into
cd /etc/yum.repos.d
then try
yum update
yum --enablerepo=remi install <package name>
-
problem here is that u might hve higher version of php common
below will show it
yum list php-common