Page 1 of 1

while plugin install checking for nslookup syntax... hang

Posted: Sun Feb 20, 2022 3:01 pm
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

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

Posted: Tue Feb 22, 2022 2:07 pm
by gormank
A search of the internet suggests openssl-devel might not be installed.

yum install openssl-devel
apt get openssl-devel