Thanks, my postgres version was a typo, it's actually v-6.5.2 but your 
advice on the upgrade is greatly appreciated!

... and I fixed the problems:

pg_connect() wouldn't run because of a pathing problem when I compiled PHP 
("--with-pgsql=" was pointing to the wrong directory, duh.),

the "frozen local.inc" aberration was a result of a strange "include_file=" 
path something like this - ".:/usr/local/lib/php" - evidently PHPLIB won't 
traverse to the second path iteration? Anyone know anything about this?

Dan Troxell

YourSound.com
Presenting Independent Music to the World!
2000 Winner of Boston Magazine's "Best Of Boston" for music websites!!
www.yoursound.com
617-818-8469
800-783-4110 fax

-----Original Message-----
From:   speedboy [SMTP:[EMAIL PROTECTED]]
Sent:   Saturday, August 04, 2001 9:33 PM
To:     Dan Troxell
Cc:     [EMAIL PROTECTED]
Subject:        Re: [PHP] newest PHP compile won't see pg_connect()

> On linux 6.1, I've installed fresh builds of postgres 6.0.4, apache 
1.3.20,
> php 4.0.6.

Get postgresql 7.1.2, make and install.

Configure php --with-pgsql

./configure --help

Will show you all available configure options.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to