OK, one of us is confused....why would you put php3 AND php4 into
apache? php4 supports everything php3 does...and more.

So, compile php4 with mysql support (apache doesn't care about mysql).
should be something like:

./configure --with-mysql --with-apx=/path/to/apxs

If you build as a DSO, it goes into the modules directoty and gets loaded
at run time, so no, it is not compiled in.

As for mod_ssl, haven't done that one in a while. My guess would be that
you can build/load it as a DSO as well.

--rdp

On Tue, 26 Sep 2000, Robert W. Fowler III wrote:

> hi all...
> since the latest topic on the list is Database's i have a
> good question. im building apache with mysql,php3,php4
> mod_ssl  but im running into some difficulty with the order
> of the build... and second if i build using apxs does it get
> compiled-in ? or does it get built as a Dynamic loadable ?.
> ive read lots of really good docs but i seem to have some
> confusion on then When-to and the what-not's, can anyone
> give me some incite or even a 1,2,3...list of things to do
> first ?    Thanks Rob
> 
> PS. ive trying to use mysql as my back-end db ,can anyone
> sugest a better solution for web based db-backend ?
> 
> 
> **********************************************************
> 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