Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ste52653

Pages: [1]
1
PHP / Enable PHP-LDAP extesion in php 5.6 (Centos 6)
« on: September 12, 2016, 04:30:59 PM »
I can't seem to figure out how to enable the LDAP extension in php 5.6 - I've tried editing the php.ini to enable teh extension but it doesn't work.  i get en error that the extension doesn't exist:
Code: [Select]
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/extensions/no-debug-non-zts-20131226/ldap.so' - /usr/lib64/extensions/no-debug-non-zts-20131226/ldap.so: cannot open shared object file: No such file or directory in Unknown on line 0So following other guides fr php I've found "yum install php-ldap", but unfortunately that appears to have installed ldap support for php 5.3 (I need 5.6).

How to do install/enable this ldap extension for 5.6?

Thanks!

Pages: [1]