How to fix SSL header configuration error – cannot find ssl header in Linux

How to fix SSL header configuration error – cannot find ssl header in Linux

If you get SSL header error, while installing or configuring some packages in Linux. The main reason behind this error is that system couldn’t find SSL header packages in your Linux box. So below is the solution to solve this issue.

yum install openssl-devel  – Install this package and solve your issue.

This above command will fix your issue.

Leave a comment