Subject: Re: Apache+PHP+PostgreSQL
To: Tracy Nelson <netbsd-help@netbsd.org>
From: netbsd <netbsd@purk.ee>
List: netbsd-help
Date: 05/25/2002 09:18:20
Hi
i dont use PostgreSQL but u need to make php4-pgsql located in
pkgsrc/databases
and make a line in php.ini

mine looks like
extension_dir = /usr/pkg/lib/php/20010901
extension = mysql.so
extension = imap.so
extension = session.so
extension = gettext.so
extension = pcre.so
extension = xml.so


Greetings

----- Original Message -----
From: "Tracy Nelson" <tnelson158@attbi.com>
To: <netbsd-help@netbsd.org>
Sent: Saturday, May 25, 2002 9:09 AM
Subject: Apache+PHP+PostgreSQL


> Can anyone tell me how to get PostgreSQL support built into the ap-php4
> module?  I'm using the latest from pkgsrc, and I built using
> "make --with-pgsql=/usr/pkg".  It seemed to build all right, but after I
> installed it Apache complained it couldn't load the php_pgsql.so library.
I
> searched the build directory and sure enough, ap_php4.so was there, but
that
> was it.  I'm going to build again and save the build log so I can examine
> it, but I skeptical about finding any good clues.  Does anyone know what
the
> incantation is I have to use?
>
> Thanks!
> -- Tracy Nelson
>
>