Skip to content

Commit f65e83a

Browse files
committed
change READ.ME
1 parent d874d12 commit f65e83a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@ nghttp2相关参考:https://github.com/y123456yz/reading-and-annotate-nghttp2
185185
===================================
186186
步骤1:这里根据需要编译自己的模块
187187
cd nginx-1.9.2
188-
./configure --add-module=./src/mytest_config --add-module=./src/my_test_module --add-module=./src/mytest_subrequest --add-module=./src/mytest_upstream --add-module=./src/ngx_http_myfilter_module --with-debug --with-file-aio --add-module=./src/sendfile_test --with-threads --add-module=/var/yyz/nginx-1.9.2/src/echo-nginx-module-master --add-module=./src/nginx-requestkey-module-master/ --with-http_secure_link_module --add-module=./src/redis2-nginx-module-master/ --add-module=./src/lua-nginx-module-master/
189-
188+
./configure --add-module=./src/mytest_config --add-module=./src/my_test_module --add-module=./src/mytest_subrequest --add-module=./src/mytest_upstream --add-module=./src/ngx_http_myfilter_module --with-debug --with-file-aio --add-module=./src/sendfile_test --with-threads --add-module=./src/nginx-requestkey-module-master/ --with-http_secure_link_module --add-module=./src/redis2-nginx-module-master/
189+
190190
步骤2:make && make install

nginx-1.9.2/objs/autoconf.err

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ cc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o objs/autotest objs/autotest.c
165165
----------------------------------------
166166
checking for crypt()
167167

168-
/tmp/cc3AHPen.o: In function `main':
168+
/tmp/ccd6tztX.o: In function `main':
169169
autotest.c:(.text+0xf): undefined reference to `crypt'
170170
collect2: error: ld returned 1 exit status
171171
----------
@@ -276,7 +276,7 @@ checking for statvfs()
276276
----------------------------------------
277277
checking for dlopen()
278278

279-
/tmp/ccdXKB8A.o: In function `main':
279+
/tmp/ccm4TCq7.o: In function `main':
280280
autotest.c:(.text+0xf): undefined reference to `dlopen'
281281
collect2: error: ld returned 1 exit status
282282
----------
@@ -464,7 +464,7 @@ checking for time_t size
464464
----------------------------------------
465465
checking for setproctitle()
466466

467-
/tmp/cc3I4bFz.o: In function `main':
467+
/tmp/ccWbobo6.o: In function `main':
468468
autotest.c:(.text+0xf): undefined reference to `setproctitle'
469469
collect2: error: ld returned 1 exit status
470470
----------
@@ -493,7 +493,7 @@ checking for pwrite()
493493
----------------------------------------
494494
checking for sys_nerr
495495

496-
/tmp/ccaYkSqx.o: In function `main':
496+
/tmp/ccuPQ5od.o: In function `main':
497497
autotest.c:(.text+0x6): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
498498
135
499499
----------------------------------------
@@ -523,7 +523,7 @@ checking for System V shared memory
523523
----------------------------------------
524524
checking for POSIX semaphores
525525

526-
/tmp/ccsx9buP.o: In function `main':
526+
/tmp/ccfCdvYk.o: In function `main':
527527
autotest.c:(.text+0x1a): undefined reference to `sem_init'
528528
autotest.c:(.text+0x32): undefined reference to `sem_destroy'
529529
collect2: error: ld returned 1 exit status

阅读说明.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ nghttp2相关参考:https://github.com/y123456yz/reading-and-annotate-nghttp2
184184
===================================
185185
步骤1这里根据需要编译自己的模块
186186
cd nginx-1.9.2
187-
./configure --add-module=./src/mytest_config --add-module=./src/my_test_module --add-module=./src/mytest_subrequest --add-module=./src/mytest_upstream --add-module=./src/ngx_http_myfilter_module --with-debug --with-file-aio --add-module=./src/sendfile_test --with-threads --add-module=/var/yyz/nginx-1.9.2/src/echo-nginx-module-master --add-module=./src/nginx-requestkey-module-master/ --with-http_secure_link_module --add-module=./src/redis2-nginx-module-master/ --add-module=./src/lua-nginx-module-master/
188-
189-
步骤2make && make install
187+
./configure --add-module=./src/mytest_config --add-module=./src/my_test_module --add-module=./src/mytest_subrequest --add-module=./src/mytest_upstream --add-module=./src/ngx_http_myfilter_module --with-debug --with-file-aio --add-module=./src/sendfile_test --with-threads --add-module=./src/nginx-requestkey-module-master/ --with-http_secure_link_module --add-module=./src/redis2-nginx-module-master/
188+
189+
步骤2make && make install

0 commit comments

Comments
 (0)