PHP Startup: Unable to load dynamic library '...\PHP\ext\php pgsql.dll' - The specified module could not be found.
Aus ITwiki
Version vom 9. Mai 2016, 10:14 Uhr von Franky (Diskussion | Beiträge)
Problem
Im error.log des Apache erscheint folgende Fehlermeldung (der Pfad kann abweichen):
Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pgsql.dll' - The specified module could not be found.
Die Datei php_pgsql.dll ist jedoch im angegebenen Pfad vorhanden.
Lösung
Füge der httpd.conf folgenden Eintrag hinzu:
LoadFile "C:\PHP\libqpq.dll"
Der Pfad muss natürlich deiner PHP Installation entsprechen.
LDAP Erweiterung
Bei der Erweiterung php_ldap.dll sind es folgende DLL Dateien, die in der httpd.conf geladen werden müssen:
LoadFile "C:\PHP\libeay32.dll" LoadFile "C:\PHP\ssleay32.dll"