File: INSTALL.simple

package info (click to toggle)
libapache-mod-perl 1.21.20000309-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,632 kB
  • ctags: 1,295
  • sloc: perl: 7,049; ansic: 5,214; sh: 356; makefile: 171
file content (17 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#where APACHE_PREFIX is where you wish to have Apache installed
#e.g. APACHE_PREFIX=/usr/local/apache

% lwp-download http://www.apache.org/dist/apache_x.x.x.tar.gz

% lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz

% tar -zxf apache_x.x.x.tar.gz

% tar -zxf mod_perl-x.xx.tar.gz

% cd mod_perl-x.xx

# mod_perl will build Apache for you
% perl Makefile.PL DO_HTTPD=1 USE_APACI=1 APACHE_PREFIX=/usr/local/apache

% make test && make install