|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的好朋友们!刚在编译装置httpd时呈现“NorecognizedSSL/TLStoolkitdetected”毛病:
[root@serverhttpd-2.2.22]#./configure--prefix=/usr/local/apache-2.2.22
--enable-headers
--enable-mime-magic
--enable-proxy
--enable-so
--enable-rewrite
--enable-ssl
--enable-suexec
--with-included-apr
--with-mpm=prefork
--with-ssl=/usr
--disable-userdir
--disable-cgid
--disable-cgi
...........................................
.......................................
checkingforSSL/TLStoolkitbase.../usr
adding"-I/usr/include"toCPPFLAGS
adding"-I/usr/include"toINCLUDES
adding"-L/usr/lib"toLDFLAGS
checkingforOpenSSLversion...checkingopenssl/opensslv.husability...no
checkingopenssl/opensslv.hpresence...no
checkingforopenssl/opensslv.h...no
checkingopenssl/ssl.husability...no
checkingopenssl/ssl.hpresence...no
checkingforopenssl/ssl.h...no
noOpenSSLheadersfound
checkingforSSL-Cversion...checkingsslc.husability...no
checkingsslc.hpresence...no
checkingforsslc.h...no
noSSL-Cheadersfound
configure:error:...NorecognizedSSL/TLStoolkitdetected
办理举措,装置openssl
[root@serverhttpd-2.2.22]#yuminstallopenssl*再从头编译就没呈现毛病了
config.status:creatingsupport/log_server_status
config.status:creatingsupport/logresolve.pl
config.status:creatingsupport/phf_abuse_log.cgi
config.status:creatingsupport/split-logfile
config.status:creatingbuild/rules.mk
config.status:creatingbuild/pkg/pkginfo
config.status:creatingbuild/config_vars.sh
config.status:creatinginclude/ap_config_auto.h
config.status:executingdefaultcommands
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的好朋友们! |
|