PHP Startup: Unable to load dynamic library '...\PHP\ext\php pgsql.dll' - The specified module could not be found.: Unterschied zwischen den Versionen

Aus ITwiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „== Problem == Im error.log des Apache erscheint folgende Fehlermeldung (der Pfad kann abweichen): Warning: PHP Startup: Unable to load dynamic library 'C:\P…“)
(kein Unterschied)

Version vom 9. Mai 2016, 11:11 Uhr

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.