while plugin install checking for nslookup syntax... hang

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
michael-wagner
Posts: 1
Joined: Sun Feb 20, 2022 2:44 pm

while plugin install checking for nslookup syntax... hang

Post by michael-wagner »

Hi,
I'm using a Proxmox Server with LXC Container. In such an container i had installed deabian 11 std. After

Code: Select all

apt update 
and

Code: Select all

apt upgrade
i had started the installation of nagiosxi. While the installation the message

Code: Select all

checking for nslookup syntax... 
appears. This message will not closed after 30 min . Then i had killed the installation. I had tried that

Code: Select all

./configure --with-nagios-user=nagios --with-nagios-group=nagios
and also that

Code: Select all

curl https://assets.nagios.com/downloads/nagiosxi/install.sh | sh
both with the same result.
nslookup is working normaly on the commandline.
Had anyone a idea what happens?
Kind regards
Michael
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: while plugin install checking for nslookup syntax... han

Post by gormank »

A search of the internet suggests openssl-devel might not be installed.

yum install openssl-devel
apt get openssl-devel
Locked