Hello, does anyone know how to instal php-ldap?
When I try to install, I get this returned,
When I try to install, I get this returned,
Code:
[root@server7 ~]# yum install php-ldap
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* epel: mirrors.einstein.yu.edu
* webtatic: us-east.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package php-ldap.x86_64 0:5.3.3-40.el6_6 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-40.el6_6 for package: php-ldap-5.3.3-40.el6_6.x86_64
--> Finished Dependency Resolution
Error: Package: php-ldap-5.3.3-40.el6_6.x86_64 (updates)
Requires: php-common(x86-64) = 5.3.3-40.el6_6
Installed: php-common-5.6.7-1.el6.remi.x86_64 (@remi-php56)
php-common(x86-64) = 5.6.7-1.el6.remi
Available: php-common-5.3.3-38.el6.x86_64 (base)
php-common(x86-64) = 5.3.3-38.el6
Available: php-common-5.3.3-40.el6_6.x86_64 (updates)
php-common(x86-64) = 5.3.3-40.el6_6
Available: php54w-common-5.4.36-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.4.36-1.w6
Available: php54w-common-5.4.37-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.4.37-1.w6
Available: php54w-common-5.4.38-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.4.38-1.w6
Available: php54w-common-5.4.39-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.4.39-1.w6
Available: php55w-common-5.5.20-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.5.20-1.w6
Available: php55w-common-5.5.21-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.5.21-1.w6
Available: php55w-common-5.5.22-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.5.22-1.w6
Available: php55w-common-5.5.23-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.5.23-1.w6
Available: php56w-common-5.6.4-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.6.4-1.w6
Available: php56w-common-5.6.5-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.6.5-1.w6
Available: php56w-common-5.6.6-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.6.6-1.w6
Available: php56w-common-5.6.7-1.w6.x86_64 (webtatic)
php-common(x86-64) = 5.6.7-1.w6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@server7 ~]# rpm -Va --nofiles --nodigest
[root@server7 ~]# yum install php-ldap --skip-broken
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* epel: mirrors.einstein.yu.edu
* webtatic: us-east.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package php-ldap.x86_64 0:5.3.3-40.el6_6 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-40.el6_6 for package: php-ldap-5.3.3-40.el6_6.x86_64
Packages skipped because of dependency problems:
php-ldap-5.3.3-40.el6_6.x86_64 from updates
[root@server7 ~]#