On Tue,  3 Apr 2001 02:05, Marcelo Pereira wrote:

> > Hi all [again],
>
> I'm becoming crazy installing PHP3 on my system.... I had already been
> using PHP but with no postgresql support, now I need it and I done:
>
> get php3-3.0.18.tar.gz
> untared it
> ./configure --with-pgsql
> ./make
> ./make install
>
> The INSTALL file says to add
> -LoadModules     libphp3    modules/libpgp3.so
> WHERE is this file ???
>
> I could NOT get it running,
>
> Is there anyone here that could, for the love of god, help me to
> install it with pgsql support on my system ???
>
> Thanks, really thanks, in advance,
>
> Marcelo Pereira
> Programmer

Looks like you may need to look a bit closer at the documentation. It 
seems you have compiled php as a cgi, not an apache module.

Please re-read the INSTALL file, and look at either of 

QUICK INSTALL (Static Object - requires Apache to be recompiled)
or
QUICK INSTALL (DSO - Dynamic Shared Object)

if you want to use it as an Apache module


-- 
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

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