user730815
user730815

Reputation: 53

Error install ldap for php 5.3 on CentOS 5.5

Error install ldap for PHP 5.3 on CentOS 5.5

Error message as below :

[root@localhost ~]# yum install php-ldap
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-ldap.i386 0:5.1.6-27.el5_5.3 set to be updated
--> Processing Dependency: php-common = 5.1.6-27.el5_5.3 for package: php-ldap
--> Finished Dependency Resolution
php-ldap-5.1.6-27.el5_5.3.i386 from updates has depsolving problems
  --> Missing Dependency: php-common = 5.1.6-27.el5_5.3 is needed by package php-ldap-5.1.6-27.el5_5.3.i386 (updates)
Error: Missing Dependency: php-common = 5.1.6-27.el5_5.3 is needed by package php-ldap-5.1.6-27.el5_5.3.i386 (updates)
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

Upvotes: 1

Views: 3653

Answers (3)

Jack
Jack

Reputation: 11

or try install yum install php55w-ldap instead.

Upvotes: 1

postalservice14
postalservice14

Reputation: 2534

install yum install php53-ldap instead.

Upvotes: 1

Flask
Flask

Reputation: 4996

you need to install yum install php-common first

Upvotes: 1

Related Questions