Re: can't connect to a postgreSQL database from PHP

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Carlos <almah(at)wanadoo(dot)es>
Cc: Lista PostgreSQL <pgsql-php(at)postgresql(dot)org>
Subject: Re: can't connect to a postgreSQL database from PHP
Date: 2002-08-12 15:40:22
Message-ID: Pine.LNX.4.33.0208120937520.5407-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Sun, 11 Aug 2002, Carlos wrote:

> HelpHi everybody!
>
> I've got a problem using PHP to connect to a postgre database, it seems that
> the function for postgre are not recognized or something like that because a
> I get the following error in the web navigator:
> "Fatal Error: Calling to undefined function pg_connect() ...)"
>
> I configured php with: ./configure --with-apache=/usr/local/apache_1.3.26
> --with-pgsql=shared
> --enable-track-vars
> --with-xml

Why do you have --with-pgsql=shared? Normally, you just need the switch
--with-pgsql.

when you ran the ./configure script, did you save the output and see
whether it said it found and configured postgresql? My bet is that it
failed during ./configure and you didn't notice, as it won't cause the
./configure script to error out.

Also, I'd recommend compiling apache for DSO support, i.e. using the
--with-apxs switch setting. I've seen problems show up with using the .a
libs instead of .so. Since shared objects seems the preferred
methodology, it seems like problems with configuration that affect dso get
fixed much quicker than static libs.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Francesco Piccinini 2002-08-13 09:22:05 Looking for Tutorial
Previous Message Benj 2002-08-11 15:06:53 Re: can't connect to a postgreSQL database from PHP