php to pgsql question

From: "li ethan" <ethan919(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: php to pgsql question
Date: 2008-03-04 10:25:21
Message-ID: 4b886b0c0803040225i69275a19u12f391683da1211e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

HI guys!
I've been encounting a problem when I configured PHP to support
Postgres.I think may be someone in here can solve my problem.
Postgres version is 8.1.4,and the install path is /usr/local/pgsql, PHP
is 4.4.2.
I use this parameter to configure PHP --with-pgsql=/usr/local/pgsql
(I also try /usr/local, /usr/local/lib,etc. still do not work)
when I run make,I get this error message:
main/internal_functions_cli.lo(.data.rel+0x28): undefined reference to
`pgsql_module_entry' collect2: ld returned 1 exit status make: ***
[sapi/cli/php] Error 1

Anyone know what the problem is? And how to solve it?

Thanks in advance!

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Leif B. Kristensen 2008-03-04 10:32:42 Re: php to pgsql question
Previous Message Bryce Nesbitt 2008-03-03 19:30:07 Re: psql word wrapping to terminal width - testers?