I am working with PHP 4.1.2 on Redhat 7.3 using the version of PHP that
shipped with the O/S.  In version 7.1 of Redhat, I simply installed the
default version of Apache and PHP and everything worked fine.  On 7.3, I am
having trouble getting connected to a known working LDAP directory.  The
error that I am receiving is:

Call to undefined function: ldap_connect()
>From the line:  $ds = ldap_connect("myldapservername");

I have tried a variety of versions of the above line including the port
number.

Can someone point me in the right direction to help resolve the issue?

Thanks in Advance



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to