Re: Apache Recompile

2002-08-30 Thread Colin Watson
On Fri, Aug 30, 2002 at 02:02:05PM -0400, Matthew Daubenspeck wrote: > Got it. Patched the source and tried to build the packages and I get: > > --- sanity: source code check --- > > test -f /usr/bin/uudecode > test -f /usr/include/db.h > make: *** [configure-stamp] Error 1 Did you remember to

Apache recompile with FP ext

2000-05-26 Thread Sven Gaerner
Hi, I solved this by grabbing the settings of the modules and paths of the debian/rules file and recompiled apache. After doing that I added the PHP4 module again. Now everything works fine (apache+php4+mod_fp). That's it... ;-) Bye, Sven

Re: Apache Recompile

2000-01-18 Thread aphro
ive been using a self compiled apache for a long time, all i did was compile apache, make /usr/local/etc/httpd/conf a link to /etc/apache and replaced the apache binary with the new one in /usr/sbin ..and the init.d scripts work fine.. i'm running apache 1.3.9/mod_frontpage+mod_mysql+mod_roaming+m

Re: Apache Recompile

2000-01-18 Thread Colin Watson
[EMAIL PROTECTED] (Sven Gaerner) wrote: >I need to recompile Apache to support Frontpage Server Extensions. I want >to replace the Package that comes with Debian, so that I can use my >conf-files and the Debian Scripts (i.e. /etc/init.d/apache). >For this I need the options the configure-script was

Apache Recompile

2000-01-18 Thread Sven Gaerner
Hi, I need to recompile Apache to support Frontpage Server Extensions. I want to replace the Package that comes with Debian, so that I can use my conf-files and the Debian Scripts (i.e. /etc/init.d/apache). For this I need the options the configure-script was called with. Please send me asap. Tha