Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 25th, 2012  |  syntax: None  |  size: 1.79 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Configuration summary
  2.   + using PCRE library: /opt/local/lib/libpcre.so
  3.   + OpenSSL library is not used
  4.   + md5: using system md library
  5.   + sha1: using system crypto library
  6.   + using system zlib library
  7.  
  8.   nginx path prefix: "/usr/local/nginx"
  9.   nginx binary file: "/usr/local/nginx/sbin/nginx"
  10.   nginx configuration prefix: "/usr/local/nginx/conf"
  11.   nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
  12.   nginx pid file: "/usr/local/nginx/logs/nginx.pid"
  13.   nginx error log file: "/usr/local/nginx/logs/error.log"
  14.   nginx http access log file: "/usr/local/nginx/logs/access.log"
  15.   nginx http client request body temporary files: "client_body_temp"
  16.   nginx http proxy temporary files: "proxy_temp"
  17.   nginx http fastcgi temporary files: "fastcgi_temp"
  18.   nginx http uwsgi temporary files: "uwsgi_temp"
  19.   nginx http scgi temporary files: "scgi_temp"
  20.  
  21. gmake -f objs/Makefile
  22. gmake[1]: Entering directory `/root/nginx-1.2.0'
  23. cd /opt/local/lib/libpcre.so \
  24. && if [ -f Makefile ]; then gmake distclean; fi \
  25. && CC="gcc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
  26. ./configure --disable-shared
  27. /bin/sh[1]: cd: /opt/local/lib/libpcre.so: [Not a directory]
  28. gmake[1]: *** [/opt/local/lib/libpcre.so/Makefile] Error 1
  29. gmake[1]: Leaving directory `/root/nginx-1.2.0'
  30. gmake: *** [build] Error 2
  31. gmake -f objs/Makefile install
  32. gmake[1]: Entering directory `/root/nginx-1.2.0'
  33. cd /opt/local/lib/libpcre.so \
  34. && if [ -f Makefile ]; then gmake distclean; fi \
  35. && CC="gcc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
  36. ./configure --disable-shared
  37. /bin/sh[1]: cd: /opt/local/lib/libpcre.so: [Not a directory]
  38. gmake[1]: *** [/opt/local/lib/libpcre.so/Makefile] Error 1
  39. gmake[1]: Leaving directory `/root/nginx-1.2.0'
  40. gmake: *** [install] Error 2
  41. [root@322ca51f-8ea5-4d76-84b9-b2d3e7f2037e ~/nginx-1.2.0]#