- Configuration summary
- + using PCRE library: /opt/local/lib/libpcre.so
- + OpenSSL library is not used
- + md5: using system md library
- + sha1: using system crypto library
- + using system zlib library
- nginx path prefix: "/usr/local/nginx"
- nginx binary file: "/usr/local/nginx/sbin/nginx"
- nginx configuration prefix: "/usr/local/nginx/conf"
- nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
- nginx pid file: "/usr/local/nginx/logs/nginx.pid"
- nginx error log file: "/usr/local/nginx/logs/error.log"
- nginx http access log file: "/usr/local/nginx/logs/access.log"
- nginx http client request body temporary files: "client_body_temp"
- nginx http proxy temporary files: "proxy_temp"
- nginx http fastcgi temporary files: "fastcgi_temp"
- nginx http uwsgi temporary files: "uwsgi_temp"
- nginx http scgi temporary files: "scgi_temp"
- gmake -f objs/Makefile
- gmake[1]: Entering directory `/root/nginx-1.2.0'
- cd /opt/local/lib/libpcre.so \
- && if [ -f Makefile ]; then gmake distclean; fi \
- && CC="gcc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
- ./configure --disable-shared
- /bin/sh[1]: cd: /opt/local/lib/libpcre.so: [Not a directory]
- gmake[1]: *** [/opt/local/lib/libpcre.so/Makefile] Error 1
- gmake[1]: Leaving directory `/root/nginx-1.2.0'
- gmake: *** [build] Error 2
- gmake -f objs/Makefile install
- gmake[1]: Entering directory `/root/nginx-1.2.0'
- cd /opt/local/lib/libpcre.so \
- && if [ -f Makefile ]; then gmake distclean; fi \
- && CC="gcc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
- ./configure --disable-shared
- /bin/sh[1]: cd: /opt/local/lib/libpcre.so: [Not a directory]
- gmake[1]: *** [/opt/local/lib/libpcre.so/Makefile] Error 1
- gmake[1]: Leaving directory `/root/nginx-1.2.0'
- gmake: *** [install] Error 2
- [root@322ca51f-8ea5-4d76-84b9-b2d3e7f2037e ~/nginx-1.2.0]#