>   Most of their steps I had followed before.  Now I
> tried to config mod_perl w/ the following config file
> as they had suggested:
>   perl Makefile.PL \
>   APACHE_PREFIX=/usr/local/apache \
>   APACHE_SRC=/home/ssl/apache_1.3.22 \
>   SSL_BASE=/usr/local/ssl \
>   APACI_ARGS='--enable-module=ssl, \
>             --enable-shared=ssl, \
>             --enable-module=proxy, \
>             --enable-shared=proxy, \
>             --prefix=/usr/local/apache, \
>             --enable-module=rewrite' \
>   DO_HTTPD=1 \
>   USE_APACI=1 \
>   EVERYTHING=1
> 
> when I try to do a 'make' I get errors such as 
>   *** No rule to make target 'all'. Stop

Can you send the full output after you run the "perl Makefile.PL"
above?  There might be some errors there that would give a hint to why
it's not working.

--Ade.

Reply via email to