pg calls not working from within Apache - Mailing list pgsql-php

From bp1974@comcast.net
Subject pg calls not working from within Apache
Date
Msg-id 080420041716.1841.411119D500083B76000007312200750330CBC9C7CE9F0D@comcast.net
Whole thread Raw
Responses Re: pg calls not working from within Apache  (Thom Dyson <TDyson@sybex.com>)
Re: pg calls not working from within Apache  (Andres Ferrando <anferr@mecon.gov.ar>)
Re: pg calls not working from within Apache  (Justin Wyer <justin@isogo.co.za>)
List pgsql-php
Hi,
  I am trying to get a PostGresql <-->PHP<-->Apache working and am running to the well documented problem of :

Fatal error: Call to undefined function: pg_connect() in /var/www/html/dbview.php on line 14

I have checked and double checked that php is compiled in with pgsql. List of compiled in modules looks like:
[PHP Modules]
SPL
SQLite
SimpleXML
calendar
ctype
dba
dom
ftp
gettext
iconv
libxml
openssl
pcre
pgsql <---
posix
session
soap
standard
tokenizer
xml
zlib

Apache and PHP seem to work, as evidenced by running the basic phpinfo() script. I also checked wheter pg calls work
whenrunning from the script interpreter, i.e. running a php script.  
However, I am not able to get the same script running from within a browser.
Can anyone point out what little bit of the puzzle I might be missing?
I have pgsql 7.4.3 PHP 4.3.2 and Apache 2.0.

Any help appreciated.

thanks,
Balaji

pgsql-php by date:

Previous
From: Lynna Landstreet
Date:
Subject: Re: Strange warning message
Next
From: Thom Dyson
Date:
Subject: Re: pg calls not working from within Apache