If you compiled php yourself, you will have to recompile it with
--with-pgsql
On the other hand, if you installed the package that came with your
linux/unix distribution, it should also have a pgsql module for php. Try
installing it.
Anuradha
On Mon, 8 Jan 2001, Paul Joseph McGee wrote:
> I am trying to connect to a databse from a php script but I get the error:
> Fatal error:Call to undefined function: pg_connect(). I read that from the
> mailing list archives that I mustnt have compiled some package with the
> postresql library. Could someone tell me how I would fix this.
> Thanks,
> Paul
>