免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 10746 | 回复: 10
打印 上一主题 下一主题

[Web] nginx编译问题? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-06-26 17:06 |只看该作者 |倒序浏览
在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
请指教!

论坛徽章:
2
2015年辞旧岁徽章
日期:2015-03-03 16:54:1515-16赛季CBA联赛之上海
日期:2016-05-05 09:45:14
2 [报告]
发表于 2009-06-26 17:29 |只看该作者
信息不全,再往上点!

论坛徽章:
0
3 [报告]
发表于 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"

论坛徽章:
0
4 [报告]
发表于 2009-06-27 10:27 |只看该作者
LS是叫你帖make时的输出呢

论坛徽章:
0
5 [报告]
发表于 2010-07-05 16:13 |只看该作者
我也是这个错误,楼主贴的信息是完整的,没有什么可以再贴了。

论坛徽章:
0
6 [报告]
发表于 2010-07-05 16:25 |只看该作者
安装pcre-devel.i386后就好了

论坛徽章:
0
7 [报告]
发表于 2010-07-06 21:04 |只看该作者
安装pcre-devel.i386后就好了
勒色 发表于 2010-07-05 16:25



    我安装了之后还是不行?

论坛徽章:
0
8 [报告]
发表于 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.

论坛徽章:
0
9 [报告]
发表于 2010-07-07 10:05 |只看该作者
nginx是我用过的最容易编译安装的软件了。用centos 5  ,没有出现过你的问题。

论坛徽章:
0
10 [报告]
发表于 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
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP