在编译apache的过程中出现如下错误:
no SSL-C headers found
configure: error: ...No recognized SSL/TLS toolkit detected
configure: error: ...No recognized SSL/TLS toolkit detected
解决办法:
安装libssl-devel
本文介绍了在编译Apache过程中遇到的noSSL-C headers found错误及其解决方案。该问题源于未安装必要的libssl-devel包,安装此包即可解决SSL/TLStoolkit未被识别的问题。

被折叠的 条评论
为什么被折叠?