Detail: nginx-err (bash)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# ./configure --prefix=/usr/local/nginx-1.0.9 --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-http_ssl_module  --with-pcre=/usr/lib --with-openssl=/usr/lib/ssl/ --with-zlib=/usr/lib/

[...]

checking for struct dirent.d_namlen ... not found
checking for struct dirent.d_type ... found
creating objs/Makefile

Configuration summary
  + using PCRE library: /usr/lib
  + using OpenSSL library: /usr/lib/ssl/
  + md5: using OpenSSL library
  + sha1: using OpenSSL library
  + using zlib library: /usr/lib/

  nginx path prefix: "/usr/local/nginx-1.0.9"
  nginx binary file: "/usr/local/nginx-1.0.9/sbin/nginx"
  nginx configuration prefix: "/etc/nginx"
  nginx configuration file: "/etc/nginx/nginx.conf"
  nginx pid file: "/var/run/nginx.pid"
  nginx error log file: "/var/log/nginx/error.log"
  nginx http access log file: "/var/log/nginx/access.log"
  nginx http client request body temporary files: "/var/lib/nginx/body"
  nginx http proxy temporary files: "/var/lib/nginx/proxy"
  nginx http fastcgi temporary files: "/var/lib/nginx/fastcgi"
  nginx http uwsgi temporary files: "/var/lib/nginx/uwsgi"
  nginx http scgi temporary files: "/var/lib/nginx/scgi"
[root@ks354313: ~/temp/nginx-1.0.9] # make
make -f objs/Makefile
make[1]: se ingresa al directorio `/root/temp/nginx-1.0.9'
cd /usr/lib \
        && if [ -f Makefile ]; then make distclean; fi \
        && CC="gcc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
        ./configure --disable-shared
/bin/sh: line 2: ./configure: No existe el fichero o el directorio
make[1]: *** [/usr/lib/Makefile] Error 127
make[1]: se sale del directorio `/root/temp/nginx-1.0.9'
make: *** [build] Error 2
#

[raw] - Pasted by: r0sk on bash on Nov. 11, 2011