Tuesday, December 6, 2011

WHEN installing apache 2.2: No recognized SSL/TLS toolkit detected

While running Apache configure, if you get this error:

No recognized SSL/TLS toolkit detected

…do this:

yum install -y openssl-devel # Required for Apache configure

No comments:

Post a Comment