The last thing I need for all the installation checks is to get LDAP installed.
as you can see in the screenshots, also i confirmed the proper dll's are in place.
I am not sure what else to do, and why it is not registering as Installed.
Using Windows 7 (test env)
Apache 2.4.9
Mysql5.6.17
php5.5.12
Pre-Installation Checks - LDAP Installed but still "NO"
Moderators: Developers, Moderators
-
- Posts: 2
- Joined: Mon Jan 08, 2018 1:34 pm
Re: Pre-Installation Checks - LDAP Installed but still "NO"
You probably need to run one of the following (assuming its ubuntu) depending on the system you are running.
I've included all four because it changes between some systems and I can't recall if you need the php- in front of the mod name or not off the top of my head. Once you've done that you need to reload apache.
Code: Select all
php7enmod ldap
php7enmod php-ldap
phpenmod ldap
phpenmod php-ldap
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
-
- Posts: 2
- Joined: Mon Jan 08, 2018 1:34 pm
Re: Pre-Installation Checks - LDAP Installed but still "NO"
I actually got this working, I found this useful comment on stackexchange and it worked.
https://stackoverflow.com/a/46560708/1787465
"after enabling extension =php_ldap.dll in php.ini
you must add following dll to system32 in windows
copy libsasl.dll into system32 folder
steps: php.ini enable ;extension =php_ldap.dll --> extension =php_ldap.dll
copy libsasl.dll from php folder and paste it in system32
windows-->system32--> paste libsasl.dll
Incase it does not work and also add libeay32.dll and ssleay32.dll."
https://stackoverflow.com/a/46560708/1787465
"after enabling extension =php_ldap.dll in php.ini
you must add following dll to system32 in windows
copy libsasl.dll into system32 folder
steps: php.ini enable ;extension =php_ldap.dll --> extension =php_ldap.dll
copy libsasl.dll from php folder and paste it in system32
windows-->system32--> paste libsasl.dll
Incase it does not work and also add libeay32.dll and ssleay32.dll."
Re: Pre-Installation Checks - LDAP Installed but still "NO"
Ah, apologies, didn't realise that you were running this on windows.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Re: Pre-Installation Checks - LDAP Installed but still "NO"
This is exactly what the Windows Installer does for a usermorijlumos2 wrote:copy libsasl.dll into system32 folder
....
In case it does not work and also add libeay32.dll and ssleay32.dll."
libsasl.dll, libeay32.dll, ssleay32.dll are all in the PHP folder.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Re: Pre-Installation Checks - LDAP Installed but still "NO"
I have copied all the files in system32 directory but still upgradation from 1.1.37 to 1.1.38 shows error for "ldap" and "openssl" as not installed. both plugin extension are already enabled in php.ini as well.
Who is online
Users browsing this forum: No registered users and 3 guests