当前位置: 代码迷 >> 高性能WEB开发 >> linux 环境下 nginx 环境搭建,该怎么处理
  详细解决方案

linux 环境下 nginx 环境搭建,该怎么处理

热度:876   发布时间:2014-02-23 23:10:30.0
linux 环境下 nginx 环境搭建
今天在linux环境下搭建nginx服务器,pcre、zlib、openssl包安装完毕,./configure后提示
cking for system md library ... not found
checking for system md5 library ... not found
checking for OpenSSL md5 crypto library ... found
checking for sha1 in system md library ... not found

make && make install 后提示
bjs/src/core/ngx_regex.o: In function `ngx_pcre_free_studies':
ngx_regex.c:(.text+0x4c0): undefined reference to `pcre_free_study'
collect2: ld 返回 1
make[1]: *** [objs/nginx] 错误 1
make[1]:正在离开目录 `/software/nginx-1.2.1'
make: *** [build] 错误 2
编译错误,求高手~~~~~~
not found 的东西去装一下先