Postgresql Installation

fcsdunkel

New Member
Hallo,
habe nun PostgreSQL installiert mit phpPGAdmin.
Ich bekomme nun folgende Meldung:
PHP:
Ihre PHP-Installation unterstützt PostgreSQL nicht. Sie müssen PHP unter Verwendung der Konfigurationsoption --with-pgsql neu kompilieren.

Wie kompiliere ich nun mein PHP entsprechend neu?
 
Welches Betriebssystem? Ich gehe mal davon aus, dass Du PHP auch vorher nicht selbst kompiliert hast. Meistens kannst Du das fehlende Modul einfach nachinstallieren.
Beispiel: Debian und PHP5
Code:
aptitude install php5-pgsql
 
Back
Top