Chinaunix

标题: nginx编译问题? [打印本页]

作者: bobobian    时间: 2009-06-26 17:06
标题: nginx编译问题?
在gentoo上安装nginx,先安装了pcre到/usrlocal/pcre目录中,然后进入nginx文件夹中进行配置编译.
如下:
./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-pcre=/usr/local/pcre
配置的过程中没有任何报错.
然后进行编译出现如下问题.
make报如下错.
make -f objs/Makefile
make[1]: Entering directory `/mnt/nginx-0.7.59'
cd /usr/local/pcre \
        && if [ -f Makefile ]; then make distclean; fi \
        && CC="gcc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
        ./configure --disable-shared
/bin/sh: line 2: ./configure: No such file or directory
make[1]: *** [/usr/local/pcre/Makefile] Error 127
make[1]: Leaving directory `/mnt/nginx-0.7.59'
make: *** [build] Error 2
请指教!
作者: badb0y    时间: 2009-06-26 17:29
信息不全,再往上点!
作者: bobobian    时间: 2009-06-26 17:31
原帖由 badb0y 于 2009-6-26 17:29 发表
信息不全,再往上点!

还需要什么信息,
这是 nginx-0.7.59版本.解压后进行配置.
stone nginx-0.7.59 # ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-pcre=/usr/local/pcre
checking for OS
+ Linux 2.6.24-gentoo-r5 i686
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.1.2 (Gentoo 4.1.2 p1.0.2)
checking for gcc -pipe switch ... found
checking for gcc variadic macros ... found
checking for C99 variadic macros ... found
checking for unistd.h ... found
checking for inttypes.h ... found
checking for limits.h ... found
checking for sys/filio.h ... not found
checking for sys/param.h ... found
checking for sys/mount.h ... found
checking for sys/statvfs.h ... found
checking for crypt.h ... found
checking for Linux specific features
checking for epoll ... found
checking for sendfile() ... found
checking for sendfile64() ... found
checking for sys/prctl.h ... found
checking for prctl(PR_SET_DUMPABLE) ... found
checking for sched_setaffinity() ... found
checking for crypt_r() ... found
checking for sys/vfs.h ... found
checking for nobody group ... found
checking for poll() ... found
checking for /dev/poll ... not found
checking for kqueue ... not found
checking for crypt() ... not found
checking for crypt() in libcrypt ... found
checking for O_DIRECT ... found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for statfs() ... found
checking for statvfs() ... found
checking for dlopen() ... not found
checking for dlopen() in libdl ... found
checking for system md library ... not found
checking for system md5 library ... not found
checking for OpenSSL md5 crypto library ... found
checking for zlib library ... found
creating objs/Makefile
checking for int size ... 4 bytes
checking for long size ... 4 bytes
checking for long long size ... 8 bytes
checking for void * size ... 4 bytes
checking for uint64_t ... found
checking for sig_atomic_t ... found
checking for sig_atomic_t size ... 4 bytes
checking for socklen_t ... found
checking for in_addr_t ... found
checking for in_port_t ... found
checking for rlim_t ... found
checking for uintptr_t ... uintptr_t found
checking for system endianess ... little endianess
checking for size_t size ... 4 bytes
checking for off_t size ... 8 bytes
checking for time_t size ... 4 bytes
checking for setproctitle() ... not found
checking for pread() ... found
checking for pwrite() ... found
checking for strerror_r() ... found but is not working
checking for gnu style strerror_r() ... found
checking for localtime_r() ... found
checking for posix_memalign() ... found
checking for memalign() ... found
checking for sched_yield() ... found
checking for mmap(MAP_ANON|MAP_SHARED) ... found
checking for mmap("/dev/zero", MAP_SHARED) ... found
checking for System V shared memory ... found
checking for struct msghdr.msg_control ... found
checking for ioctl(FIONBIO) ... found
checking for struct tm.tm_gmtoff ... found
checking for struct dirent.d_namlen ... not found
checking for struct dirent.d_type ... found

Configuration summary
  + using PCRE library: /usr/local/pcre
  + OpenSSL library is not used
  + md5: using system crypto library
  + sha1 library is not used
  + 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"
作者: 一刀砍死    时间: 2009-06-27 10:27
LS是叫你帖make时的输出呢
作者: 勒色    时间: 2010-07-05 16:13
我也是这个错误,楼主贴的信息是完整的,没有什么可以再贴了。
作者: 勒色    时间: 2010-07-05 16:25
安装pcre-devel.i386后就好了
作者: rlby    时间: 2010-07-06 21:04
安装pcre-devel.i386后就好了
勒色 发表于 2010-07-05 16:25



    我安装了之后还是不行?
作者: todayhero    时间: 2010-07-07 09:48
It seems that it is this problem with pcre.

suggest that you try to  compile and install ngnix without --with-pcre.good luck.
作者: maochanglu    时间: 2010-07-07 10:05
nginx是我用过的最容易编译安装的软件了。用centos 5  ,没有出现过你的问题。
作者: chinaboywg    时间: 2011-04-13 13:47
安装openssl
tar –zxvf openssl-0.9.8k.tar.gz
cd openssl-0.9.8k  
./config shared zlib  --prefix=/usr/local/openssl
make && make install
cp -r * /usr/local/openssl/
安装Nginx
在网上,看到不少人装Nginx 时非常麻烦,配置时用了一大堆选项,请问你们真实现那么多功能么?害的我越看越郁闷。此次安装Nginx如果是按着上面笔者的步骤一步步走下来,安装Nginx时只需指定Nginx的安装路径即可
#tar zxvf nginx-0.8.15.tar.gz
#cd nginx-0.8.15
#
./configure --prefix=/usr/local/nginx  --with-http_ssl_module --with-openssl=/usr/local/openssl#make && make install
#/usr/local/nginx/sbin/nginx     //启Nginx
#echo "/usr/local/nginx/sbin/nginx" >>/etc/rc.local
作者: dgjunjie    时间: 2014-08-21 07:28
应该是没权限,su一下




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2