Re: [PHP] newest PHP compile won't see pg_connect()

2001-08-09 Thread Richard Lynch

 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?

Try ./:/usr/local/lib/php
. alone may not be enough for some reason beyond my ken...

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
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]




Re: [PHP] newest PHP compile won't see pg_connect()

2001-08-04 Thread speedboy

 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]