Issue with Core server installation

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
miniman321
Posts: 10
Joined: Tue Aug 27, 2024 9:18 am

Issue with Core server installation

Post 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!
miniman321
Posts: 10
Joined: Tue Aug 27, 2024 9:18 am

Re: Issue with Core server installation

Post 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!
gwesterman
Posts: 268
Joined: Wed Aug 23, 2023 11:29 am

Re: Issue with Core server installation

Post 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!
miniman321
Posts: 10
Joined: Tue Aug 27, 2024 9:18 am

Re: Issue with Core server installation

Post by miniman321 »

Yes I found this as a solution before your post, and it worked!

Many thanks for your help!
gwesterman
Posts: 268
Joined: Wed Aug 23, 2023 11:29 am

Re: Issue with Core server installation

Post by gwesterman »

Glad you found your solution!

Please reach out if you have any other questions.

I'm gonna lock this thread.
Locked