From: | Travis Bauer <trbauer(at)indiana(dot)edu> |
---|---|
To: | Brian Edginton <edge(at)aros(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: [HACKERS] pg_connect error |
Date: | 2000-10-18 18:28:37 |
Message-ID: | 20001018132837.A23921@ghost.cs.indiana.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
When you compiles php, did you ./configure with --with-pgsql? If you did
not compile php explicitly telling it to includ pgsql support, it probably
didn't.
Travis
Brian Edginton (edge(at)aros(dot)net) wrote:
>
>
> I'm trying to use the php/postgresql interface via my apache server.
> When I try and load a page containing:
>
> <?php $db = pg_connect( "database=mydb owner=me" )
> or die ( "could not connect" ) ?>
>
> (both the database and owner are valid and tested via psql)
>
> apache complains:
> /usr/libexec/ld.so: Undefined symbol "_PQconnectdb" called from httpd:/usr/lib/apache/modules/libphp4.so at 0x4030a394
>
> I have verified through ldconfig that libpq.so.2.0 is being loaded into hints,
> what am I missing?
>
> Thanks,
> edge
>
From | Date | Subject | |
---|---|---|---|
Next Message | Adam Haberlach | 2000-10-18 18:43:52 | Re: OID and joins |
Previous Message | Stephan Szabo | 2000-10-18 17:46:46 | Re: A couple of pgsql questions |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-10-18 19:43:05 | Re: Coming attractions: VPATH build; make variables issue |
Previous Message | Brian Edginton | 2000-10-18 17:35:13 | [HACKERS] pg_connect error |