Error install ldap for php 5.3 on CentOS 5.5 -


error install ldap php 5.3 on centos 5.5

error message below :

[root@localhost ~]# yum install php-ldap loaded plugins: fastestmirror loading mirror speeds cached hostfile setting install process resolving dependencies --> running transaction check ---> package php-ldap.i386 0:5.1.6-27.el5_5.3 set updated --> processing dependency: php-common = 5.1.6-27.el5_5.3 package: php-ldap --> finished dependency resolution php-ldap-5.1.6-27.el5_5.3.i386 updates has depsolving problems   --> missing dependency: php-common = 5.1.6-27.el5_5.3 needed package php-ldap-5.1.6-27.el5_5.3.i386 (updates) error: missing dependency: php-common = 5.1.6-27.el5_5.3 needed package php-ldap-5.1.6-27.el5_5.3.i386 (updates)  try using --skip-broken work around problem  try running: package-cleanup --problems                         package-cleanup --dupes                         rpm -va --nofiles --nodigest program package-cleanup found in yum-utils package. 

you need install yum install php-common first


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -