Hi! Ich bin gerade dabei, mich ein wenig mit PostgreSQL zu beschäftigen, bin aber absoluter Neuling auf dem Gebiet. Ich möchte mit phpPgAdmin auf meine Datenbanken zugreifen, aber beim Anmeldeversuch erscheint: Fatal error: Call to unsupported or undefined function pg_connect() in lib.inc.php3 on line 196 Die FAQ sagt dazu: A: PHP is not compiled with the pgsql extensions on your server. You must either recompile PHP or install the binary/RPM which has postgres capabilites. Welche Pakete muss ich dafür bei Debian Potato installieren, oder muss ich PHP3 wirklich selbst übersetzen? Oder habe ich eine Konfigurationsache übersehen? Bisher laufen: rory:/opt/src# dpkg -l |grep php ii php3 3.0.18-0potato A server-side, HTML-embedded scripting langu ii php3-cgi 3.0.18-0potato A server-side, HTML-embedded scripting langu ii php3-cgi-gd 3.0.18-0potato GD (graphic creation) module for PHP3 (cgi) ii php3-cgi-pgsql 3.0.18-0potato PostgreSQL module for PHP3 (cgi) ii php3-pgsql 3.0.18-0potato PostgreSQL module for PHP3 (apache) -- Gruß, Lars
Teilnehmer (2)
-
Lars Böker
-
Steffen Pingel