This is a discussion on mod_perl make problem within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, First time doing this, I try to install a server with mod_perl 1.28 + apache 1.3.28 + sol ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
First time doing this, I try to install a server with mod_perl 1.28 + apache 1.3.28 + sol 9 + perl 5.8.0 I ran those command as per instruction in apache. # perl Makefile.PL APACHE_SRC=../apache_1.3.28/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 # make test (cd ../apache_1.3.28 && PERL5LIB=/src/mod_perl-1.28/lib: make) ===> src make: Fatal error: Don't know how to make target `all' Current working directory /src/apache_1.3.28/src *** Error code 1 make: Fatal error: Command failed for target `build-std' Current working directory /src/apache_1.3.28 *** Error code 1 make: Fatal error: Command failed for target `build' Current working directory /src/apache_1.3.28 *** Error code 1 make: Fatal error: Command failed for target `apaci_httpd' Any idea, Thanks, Alain |