File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,10 @@ tar zxf p11-kit-0.12.tar.gz
67
67
wget -t 4 -nv ftp://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.12.19.tar.bz2
68
68
tar jxf gnutls-2.12.19.tar.bz2
69
69
70
+ # PCRE
71
+ wget -t 4 -nv ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.30.tar.bz2
72
+ tar jxf pcre-8.30.tar.bz2
73
+
70
74
# httpd apache webserver http://httpd.apache.org/
71
75
wget -t 4 -nv http://www.apache.org/dist/httpd/httpd-2.4.2.tar.gz
72
76
tar zxf httpd-2.4.2.tar.gz
@@ -79,8 +83,11 @@ wget -t 4 -nv http://apache.mirrors.tds.net//apr/apr-iconv-1.2.1.tar.bz2
79
83
# #Need to be unpacked inside of the httpd build directory, accoring to INSTALL
80
84
cd httpd-2.4.2/srclib
81
85
tar jxf ../../apr-1.4.6.tar.bz2
86
+ mv apr-1.4.6 apr
82
87
tar jxf ../../apr-util-1.4.1.tar.bz2
88
+ mv apr-util-1.4.1 apr-util
83
89
tar jxf ../../apr-iconv-1.2.1.tar.bz2
90
+ mv apr-iconv-1.2.1 apr-iconv
84
91
cd ../../
85
92
86
93
# lftp sophisticated ftp client http://lftp.yar.ru/
You can’t perform that action at this time.
0 commit comments