[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Installing php for use with PgSQL



When i install php i follow this instructions :

cd /usr/local
wget http://php.net/distributions/php-4.0.4pl1.tar.gz
tar -zxf php-4.0.4pl1.tar.gz
cd php-4.04pl1
./configure --with-mysql --with-apxs
make
make install
cp php.ini-dist /usr/local/lib/php.ini

(from http://www.sakuralover.com/raq3/upgrade_raq3.htm)

at the line "./configure --with-mysql --with-apxs" does i need to replace
"--with-mysql" by something like "--with-pgsql" to use it with PgSQL
or it will works normaly with or without the "--with-mysql"...

If i let the argument "--with-mysql" could i install Mysql later ? (and use
both MySQL and PostgreSQL ?)

Thanks

Ramon LOPEZ