Saturday, May 5, 2012

Compile Error: no recognized SSL/TLS toolkit detected

Encounter the ff error when installing apache2 with openssl support
no SSL-C headers found
configure error:...no recognized SSL/TLS toolkit detected 
To resolve, install package openssl-devel.

3 comments:

  1. the fix: apt-get install libssl-dev

    ReplyDelete
  2. My OS is CentOS 6. Yours are debian :-)

    ReplyDelete
  3. yum install -y openssl-devel bzip2-devel expat-devel gdbm-devel

    readline-devel

    enter this command to intstall open ssl devel..then try..

    ReplyDelete