Saturday, April 7, 2012

checking for ssl headers... configure error cannot find ssl headers centos

Advertisements


You may get this error while configuring some packages from the source in Linux.
checking for ssl headers... configure error cannot find ssl headers centos.

Reason:-
It couldnt find the packages for ssl headers



Solution:
install openssl-devel package

in Centos Linux, using yum.
[root@test nrpe-2.13]# yum install openssl-devel

That will fix the issue.You may get this error while configuring some packages from the source in Linux.
checking for ssl headers... configure error cannot find ssl headers centos

Reason:-
It couldnt find the packages for ssl headers

Solution:
install openssl-devel package

in Centos Linux, using yum.
[root@test nrpe-2.13]# yum install openssl-devel
That will fix the issue.

7 comments:

Be nice. That's all.