RE: [PHP-DB] installing to connect to a remote database server

2002-08-18 Thread MET
...listen to Ramsus =) ~Matthew -Original Message- From: Brian Noecker [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 17, 2002 9:08 PM To: '[EMAIL PROTECTED]' Subject: [PHP-DB] installing to connect to a remote database server Newbie here. I need to install php wit

RE: [PHP-DB] installing to connect to a remote database server

2002-08-18 Thread MET
IL PROTECTED]] Sent: Saturday, August 17, 2002 9:08 PM To: '[EMAIL PROTECTED]' Subject: [PHP-DB] installing to connect to a remote database server Newbie here. I need to install php with postgres support. Problem is I need to have it connect to a non-local database. Now, the pgconne

Re: [PHP-DB] installing to connect to a remote database server

2002-08-17 Thread Rasmus Lerdorf
You need to have the postgresql client library (called libpq) and its associated header files installed on the machine you are compiling PHP on. -Rasmus On Sat, 17 Aug 2002, Brian Noecker wrote: > Newbie here. > > I need to install php with postgres support. Problem is I need to have it > conn

[PHP-DB] installing to connect to a remote database server

2002-08-17 Thread Brian Noecker
Newbie here. I need to install php with postgres support. Problem is I need to have it connect to a non-local database. Now, the pgconnect function seems to allow for that, but the install wants local files. Can someone point me in the right direction here? Thanks, Brian -- PHP Database M