File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ buildPerl(){
310
310
buildNginx (){
311
311
printHeader " nginx"
312
312
cd source
313
- cd nginx-0.7.67
313
+ cd nginx-1.0.11
314
314
# ./configure --prefix=$PREFIX --with-pcre=../pcre-8.20 --with-http_ssl_module --with-openssl=../openssl-1.0.0e; checkError $? "nginx Configure"
315
315
./configure --prefix=$PREFIX --with-pcre=../pcre-8.20 --with-http_ssl_module; checkError $? " nginx Configure"
316
316
$WRE_MAKE ; checkError $? " nginx make"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ tar xfz pcre-8.20.tar.gz
13
13
# wget http://openssl.org/source/openssl-1.0.0e.tar.gz
14
14
# tar xfz openssl-1.0.0e.tar.gz
15
15
16
- wget http://nginx.org/download/nginx-0.7.67 .tar.gz
17
- tar xfz nginx-0.7.67 .tar.gz
16
+ wget http://nginx.org/download/nginx-1.0.11 .tar.gz
17
+ tar xfz nginx-1.0.11 .tar.gz
18
18
19
19
# wget http://www.monkey.org/~provos/libevent-1.4.14b-stable.tar.gz
20
20
# tar xfz libevent-1.4.14b-stable.tar.gz
You can’t perform that action at this time.
0 commit comments