Fixed the "No recognized SSL/TLS toolkit detected" error when installing httpd.

Source: Internet
Author: User
Tags install openssl openssl version

The "No recognized SSL/TLS toolkit detected" error occurred while compiling and installing httpd:

[Root @ server httpd-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-encoded-apr \ -- with-mpm = prefork \ -- with-ssl =/usr \ -- disable-userdir \ -- disable -cgid \ -- disable-cgi ................................. ..........
.......................................
Checking for SSL/TLS toolkit base... /usr adding "-I/usr/include" to CPPFLAGS adding "-I/usr/include" to sort des adding "-L/usr/lib" to LDFLAGSchecking for OpenSSL version ... checking openssl/opensslv. h usability... nochecking openssl/opensslv. h presence... nochecking for openssl/opensslv. h... nochecking openssl/ssl. h usability... nochecking openssl/ssl. h presence... nochecking for openssl/ssl. h... nono OpenSSL headers foundchecking for SSL-C version... checking sslc. h usability... nochecking sslc. h presence... nochecking for sslc. h... nono SSL-C headers foundconfigure: error :... no recognized SSL/TLS toolkit detected


Solution: Install openssl

[Root @ server httpd-2.2.22] # yum install openssl *

Then re-compile and there will be no errors.


Config. status: creating support/log_server_status

Config. status: creating support/logresolve. pl

Config. status: creating support/phf_abuse_log.cgi

Config. status: creating support/split-logfile

Config. status: creating build/rules. mk

Config. status: creating build/pkg/pkginfo

Config. status: creating build/config_vars.sh

Config. status: creating include/ap_config_auto.h

Config. status: executing default commands

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.