error when compile apache "No recognized SSL/TLS toolkit detected"

来源:互联网 发布:大数据研判 编辑:程序博客网 时间:2024/06/04 18:03
In Ubuntu i got this error while installing apache:
configure: error: C compiler cannot create executables

Resolved it with this:
apt-get install libc6-dev g++ gcc

No recognized SSL/TLS toolkit detected
Resolved with:
apt-get install openssl libssl-dev
原创粉丝点击