installation problem

From: DIB Walid <walid(dot)dib(at)inrialpes(dot)fr>
To: pgsql-php(at)postgresql(dot)org
Subject: installation problem
Date: 2003-04-09 17:29:39
Message-ID: 200304091729.h39HTgD26416@imap-serv.inrialpes.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

I install Apache 1.3.20, php 4.0.5 and postgresql 7.1.2

When i try to connect to the db with the pg_connect function i got this error
message:
Fatal error: Call to undefined function: pg_connect() in
/home/helix/dib/public_html/connexion.php on line 3

i search in the documentation and th web and there is no real solution, i
configure PHP with this option:
--with-pgsql=shared
when i start the database process i use:
postmaster -i -D $PGDATA

Can anyone help me???
Thanks.

Walid DIB
Inria Rhones Alpes

Responses

Browse pgsql-php by date

  From Date Subject
Next Message scott.marlowe 2003-04-09 17:52:20 Re: installation problem
Previous Message Bruce Momjian 2003-04-07 01:33:34 Re: PHP as PL