Thanks for responding :)

Question:
ADD_MODULE=log_referer,rewrite,proxy,so,vhost_alias,mime_magic,expires

Is this required?   Why can't I just use APACI_ARGS to get 'all' ?
____________________________________________________________________
Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail?sneex

                                   ('>   Running -
                                   //\   Perl, Apache, MySQL, PHP3,
                                   v_/_  Ultra 10, LinuxPPC, BeOS...

> From: Matt Sergeant <[EMAIL PROTECTED]>
> Date: Mon, 31 Jan 2000 17:19:55 +0000
> To: Bill Jones <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
> Subject: Re: Compiling mod_perl as a DSO?
> 
> I'm not sure why people are struggling with this so much this week. Here's
> what to do in a nutshell:
> 
> download and untar apache
> download and untar modperl - at the same directory level.
> 
> cd modperl
> perl Makefile.PL \
> EVERYTHING=1 \
> APACHE_PREFIX=/usr/apache \
> ADD_MODULE=log_referer,rewrite,proxy,so,vhost_alias,mime_magic,expires \
> DYNAMIC=1 USE_APACI=1
> make
> su
> make install
> 
> To build DSO libraries just make sure you now use apxs from /usr/apache/bin.

Reply via email to