- 論壇徽章:
- 0
|
本人使用虛擬機,安裝了一個RHEL 5 linux系統(tǒng) 操作系統(tǒng)版本為:Linux localhost.localdomain 2.6.18-164.el5;今天準備使用nginx做web服務器,安裝了N久也不能OK,郁悶之極,請各位高手指點。
第一步:./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-zlib=disable (運行結果保存在文件log.log里面)
運行結果正常。
第二步:make
出錯信息:
[root@localhost nginx-0.8.20]# make
make -f objs/Makefile
make[1]: Entering directory `/home/super/nginx-0.8.20'
cd /usr/lib/ssl \
&& make clean \
&& ./config --prefix=/usr/lib/ssl/.openssl no-shared no-threads \
&& make \
&& make install
/bin/sh: line 0: cd: /usr/lib/ssl: 沒有那個文件或目錄
make[1]: *** [/usr/lib/ssl/.openssl/include/openssl/ssl.h] 錯誤 1
make[1]: Leaving directory `/home/super/nginx-0.8.20'
make: *** [build] 錯誤 2
請各位高人指點啊! |
-
-
log.7z
2010-04-26 15:39 上傳
點擊文件名下載附件
1.02 KB, 下載次數: 25
|