读好书,交益友
分类: LINUX
2011-12-30 17:16:42
自己添加的nginx模块难免会出现错误,所以调试就势在必行。
直接运行gdb nginx 会出现 No symbol table info available。
编译的时候 加入CFLAGS="-g -O0" ./configure --prefix=/usr/local/server/nginx --with-cc-opt="-I /usr/include/pcre -I /usr/include/openssl" --with-debug --with-http_stub_status_module --with-http_ssl_module --with-http_realip_module --with-http_ssl_module --with-http_perl_module --with-http_stub_status_module
然后 make
make install