Hello,
        I'm trying to install
        php 4.2.2 +
        apache 1.3.26 +
        pgsql 7.2

In my installation I do this:

in apache:
./configure
cd ../php-4.2.2
./configure --with-pgsql=/usr/local/pgsql/ --with-apache=../apache_1.3.26/
cd ../apache_1.3.26
 ./configure --prefix=/usr/local/apache
--enable-module=src/modules/php4/libphp4.a
make
make install
cd ../php-4.2.2
make
make install

and when I saw phpinfo();
the Configure Command appears like this './configure'  '--with-apache=../apache_1.3.26'

and I can't use postgresql

please I need some help!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to