JenTack225
02-14-2007, 06:49 PM
Hello there,
I've been working on this thing for over 6 hours now and I can't seem to find it. The other posts on here I found via search didn't help either.
I installed apache2 and php5 (from source with dom, domxml, pgsql)
Apache2 starts fine and a phpinfo() outputs fine as the correct 5.2.0 version. Here's the output of the phpinfo for pgsql
PostgreSQL Support enabled
PostgreSQL(libpq) Version 8.1.5
Multibyte character support enabled
SSL support disabled
Active Persistent Links 0
Active Links
My issue is when I try to run a php file I know used to work I get the following error
"Call to undefined function: pg_connect() "
I did a find / -name pgsql.so and there was no file on my server nor was it in mods-enabled in /etc/apache2/ Is that the file I need to get it? I installed php5-pgsql via apt-get too.
Any help at all or even a point in the right direction would be really helpfull.
I've been working on this thing for over 6 hours now and I can't seem to find it. The other posts on here I found via search didn't help either.
I installed apache2 and php5 (from source with dom, domxml, pgsql)
Apache2 starts fine and a phpinfo() outputs fine as the correct 5.2.0 version. Here's the output of the phpinfo for pgsql
PostgreSQL Support enabled
PostgreSQL(libpq) Version 8.1.5
Multibyte character support enabled
SSL support disabled
Active Persistent Links 0
Active Links
My issue is when I try to run a php file I know used to work I get the following error
"Call to undefined function: pg_connect() "
I did a find / -name pgsql.so and there was no file on my server nor was it in mods-enabled in /etc/apache2/ Is that the file I need to get it? I installed php5-pgsql via apt-get too.
Any help at all or even a point in the right direction would be really helpfull.