File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,18 @@ tar jxf gnutls-2.12.19.tar.bz2
71
71
wget -t 4 -nv http://www.apache.org/dist/httpd/httpd-2.4.2.tar.gz
72
72
tar zxf httpd-2.4.2.tar.gz
73
73
74
+ # Apache runtime support libraries http://httpd.apache.org/
75
+ wget -t 4 -nv http://apache.mirrors.tds.net//apr/apr-1.4.6.tar.bz2
76
+ wget -t 4 -nv http://apache.mirrors.tds.net//apr/apr-util-1.4.1.tar.bz2
77
+ wget -t 4 -nv http://apache.mirrors.tds.net//apr/apr-iconv-1.2.1.tar.bz2
78
+
79
+ # #Need to be unpacked inside of the httpd build directory, accoring to INSTALL
80
+ cd httpd-2.4.2/srclib
81
+ tar jxf ../../apr-1.4.6.tar.bz2
82
+ tar jxf ../../apr-util-1.4.1.tar.bz2
83
+ tar jxf ../../apr-iconv-1.2.1.tar.bz2
84
+ cd ../../
85
+
74
86
# lftp sophisticated ftp client http://lftp.yar.ru/
75
87
wget -t 4 -nv http://ftp.yars.free.net/pub/source/lftp/lftp-4.3.6.tar.gz
76
88
tar zxf lftp-4.3.6.tar.gz
You can’t perform that action at this time.
0 commit comments