Yup, I have built php3 with both mysql and postgresql. The one
catch is that you must the relevant parts of those databases installed on
the machine you're compiling on. In the case of MySQL it's the MySQL-devel
and MySQL-client RPMs. 

--rdp

On Tue, 18 Apr 2000, Niall Kavanagh wrote:

> On Tue, 18 Apr 2000 [EMAIL PROTECTED] wrote:
> 
> > Under DBI you can install different DBDs for different databases and 
> > access different Dbs within a script/program and have simultaneous 
> > connections.  Am I corect that you can compile PHP3 to recognize and 
> > use multiple Dbs in the same way by simply adding the ones you want to 
> > the configure line?  TIA
> > 
> 
> Yes. For example, my configure looks like this:
> 
> ./configure --enable-track-vars --with-apache=../apache_1.3.12 --with-ftp
> --with-mysql
> 
> ... because I just want mysql support. You just add 'em onto the the
> configure line. The installation/configuration part of the PHP manual is
> actually quite helpful describing the various options. (It's pretty long
> though)
> 
> --
> Niall Kavanagh, [EMAIL PROTECTED]
> News, articles, and resources for web professionals and developers:
> http://www.kst.com
> 
> 
> **********************************************************
> To unsubscribe from this list, send mail to
> [EMAIL PROTECTED] with the following text in the
> *body* (*not* the subject line) of the letter:
> unsubscribe gnhlug
> **********************************************************
> 

-- 
Rich Payne
[EMAIL PROTECTED]                   www.alphalinux.org



**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to