Henri Delebecque writes:
 > hello,
 > 
 > I'm sure that's trivial, but I'm a newbie in using mod_perl.
 > I have read the FAQ, which tells that I should read the documentation.
 > I have read the http://perl.apache.org/guide/install.html page,
 > and the "A Summary of a Basic mod_perl installation" section.
 > 
 > when I execute the following command:
 > perl Makefile.PL APACHE_SRC=/webmaster/apache/src \
 > DO_HTTPD=1 EVERYTHING=1 USE_APACI=1 \
 > APACHE_PREFIX=/webmaster/apache/httpd.perl,
 > 
 > the perl script runs well, but when I try to make httpd, I
 > encounter the following error message:
 > 
 > "entering /webmaster/apache/src"
 > "no rule to make target 'all'. Stop"

this would suggest to me that there is something wrong with the
Makefile in that directory or a Makefile doesnt exist there

the APACHE_SRC directive should point to the src subdirectory of the
apache source you are compiling mod_perl with


 > My server is a Digital/Unix, under Digital Unix 4

Reply via email to