[PHP] PHP 4.0.6 + Postgres 7.1.2
Has anyone sucessfully used these two versions together? I get the following error message from apache when I try & start it ... Syntax error on line 224 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: PQoidValue I've recompiled PHP after installing Postgres 7.1.2, and postgres itself appears to work fine. -- 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]
[PHP] Re: PHP 4.0.6 + Postgres 7.1.2
Yasuo Ohgaki wrote: > It works fine. > You probably need to specify libpq location explicitly. > --with-pgsql=/your/pgsql-7.1.2/somewhere I have, several times. and I did a rm config.cache, reconfigure & make clean in between each one too. -- 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]
[PHP] undefined Symbol PQoidValue
I have recently upgraded PHP to the latest version, and also upgraded Postgres to the latest version. PHP worked fine after it's upgrade, but after the Postgres upgrade it is now broken. I have recompiled & installed PHP, but when I try & start Apache, I get the following error message: Syntax error on line 224 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: PQoidValue I have explicitly told php where to look for the postgres libs with the --with-psql=/usr/local/postgres/lib option and I still get the same error message. What might be causing it? -- 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]