Page 1 of 1

Issue with Core server installation

Posted: Tue Aug 27, 2024 9:29 am
by miniman321
Hello guys,

once I am trying to initiate nagios installation on Debian 12, and performing configuration check, I am getting this error:

checking for SSL headers... configure: error: Cannot find ssl headers

based on this I am not able to initiate installation as I cannot execute make cmdlet

make: *** No targets specified and no makefile found. Stop.

Could you please help me with this?

Many thanks in advance for your help!

Re: Issue with Core server installation

Posted: Wed Aug 28, 2024 2:54 am
by miniman321
Anyone would be able to help please? Or maybe point to some relevant resource? I am kinda stucked at this very moment with implementation.

Many thanks!

Re: Issue with Core server installation

Posted: Wed Aug 28, 2024 9:01 am
by gwesterman
Hi @miniman321,

Try manually installing the ssl package.

Code: Select all

apt clean
apt update
apt upgrade
apt install openssl
Then try to install core.

Let us know if this works or not and if you have any additional questions.

Thank you!

Re: Issue with Core server installation

Posted: Mon Sep 02, 2024 6:05 am
by miniman321
Yes I found this as a solution before your post, and it worked!

Many thanks for your help!

Re: Issue with Core server installation

Posted: Wed Sep 04, 2024 12:08 pm
by gwesterman
Glad you found your solution!

Please reach out if you have any other questions.

I'm gonna lock this thread.