Skip to content

Commit 7048596

Browse files
author
root
committedJun 20, 2012
Can't build modperl against apache 2.4 without a threaded perl.
1 parent f5375f8 commit 7048596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎getsource.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ wget -t 4 -nv ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.30.ta
7272
tar jxf pcre-8.30.tar.bz2
7373

7474
# httpd apache webserver http://httpd.apache.org/
75-
wget -t 4 -nv http://www.apache.org/dist/httpd/httpd-2.4.2.tar.gz
76-
tar zxf httpd-2.4.2.tar.gz
75+
wget -t 4 -nv http://www.apache.org/dist/httpd/httpd-2.2.22.tar.gz
76+
tar zxf httpd-2.2.22.tar.gz
7777

7878
# Apache runtime support libraries http://httpd.apache.org/
7979
wget -t 4 -nv http://apache.mirrors.tds.net//apr/apr-1.4.6.tar.bz2

0 commit comments

Comments
 (0)