Re: installing apache from source

2000-01-04 Thread Brian Lavender
If apache that was installed was compiled with DSO support, then you should be able to add php support by going into dselect and and selecting it. DSO means Dynamic Shared Objects. Search your system for apxs which is the perl script that allows you to dynamically compile in modules. Then find yo

Re: installing apache from source

2000-01-04 Thread hypnos
On Mon, 3 Jan 2000, Steve Rothanburg wrote: > I thought all you had to do was install (and configure) > ftp://ftp.debian.org/debian/dists/stable/main/binary-i386/web/php3_3.0.5-3.deb > to get php3 to work. Could be. Seems I read somewhere that apache had to be compiled with php3 support. I gues

Re: installing apache from source

2000-01-03 Thread Steve Rothanburg
I thought all you had to do was install (and configure) ftp://ftp.debian.org/debian/dists/stable/main/binary-i386/web/php3_3.0.5-3.deb to get php3 to work. On the systems I've used it on, all I did was install it, uncomment the php3 line from apaches config file, and edit the php3 config file so i

installing apache from source

2000-01-03 Thread hypnos
I'm gonna be downloading the sources for apache and php3, so that I can compile apache with support for php3. I currently have apache installed (from slink .deb) on the machine. What's the best way to go about this change? I don't want my new installation of apache to conflict with the current i