jeph perro
jeph perro

Reputation: 6422

How to install LDAP.so on Red Hat Enterprise Linux 6.2

I've just created a brand new Red Hat Enterprise Linux 6.2 server, which I am going to migrate some LAMP applications from an older RedHat 5 server.

On my old server, in the /usr/lib/php/modules directory I had the ldap.so module which I need.

In my new RedHat 6 server, in the /usr/lib64/php/modules/ directory there is no ldap.so

How do I add ldap.so ? I'm looking for a simple solution like using yum perhaps.

Upvotes: 0

Views: 9379

Answers (1)

Ignacio Vazquez-Abrams
Ignacio Vazquez-Abrams

Reputation: 798814

Assuming you really meant RHEL 6.2, the php-ldap package contains the LDAP extension for PHP.

Upvotes: 3

Related Questions