Trouble Installing phpldapadmin

Issues related to applications and software problems
Post Reply
hartmada
Posts: 1
Joined: 2021/03/25 17:44:19

Trouble Installing phpldapadmin

Post by hartmada » 2021/03/25 17:52:01

I am having trouble installing phpldapadmin on my Centos 7 server:

Code: Select all

# cat /etc/centos-release
CentOS Linux release 7.9.2009 (Core)
I have confirmed that the latest version of EPEL is installed and available:

Code: Select all

# yum install -y epel-release
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
 * EA4: 185.125.185.32
 * cpanel-addons-production-feed: 185.125.185.32
 * cpanel-plugins: 185.125.185.32
 * base: repo1.ash.innoscale.net
 * epel: iad.mirror.rackspace.com
 * extras: mirrors.advancedhosters.com
 * updates: mirror.siena.edu
Package epel-release-7-13.noarch already installed and latest version
Nothing to do
But I get the following when I attempt to install phpldapadmin:

Code: Select all

# yum install -y phpldapadmin
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
 * EA4: 185.125.185.32
 * cpanel-addons-production-feed: 185.125.185.32
 * cpanel-plugins: 185.125.185.32
 * base: repo1.ash.innoscale.net
 * epel: iad.mirror.rackspace.com
 * extras: mirrors.advancedhosters.com
 * updates: mirror.siena.edu
No package phpldapadmin available.
Error: Nothing to do
Any help would be greatly apprecated!

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Trouble Installing phpldapadmin

Post by TrevorH » 2021/03/25 18:35:54

You need to ask cpanel. They add exclusions for php* packages to the yum config files as they supply their own version of php and related products. You should not just remove those exclusions until you check with them what effect that will have.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply