<div dir="ltr"><div dir="ltr"><div>Hi, Thanks for responding!</div><div><br></div><div>Well, on Debian Buster I got more errors (e.g.  Thruk is dependent on perlapi package, but it does not exist any more)....going back to Debian Stretch is not an option for me now.</div><div><br></div><div>Finally I installed Ubuntu 18.04 server and managed to install Naemon 1.0.10. <br></div><div>I got some errors here also:</div><div>1:  Plack error, the same as before on Debian 8/9</div><div>Workaround: I edited the following file and replaced version to "1.0045"<br></div><div><span style="font-family:monospace,monospace">root@myserver2:/etc/naemon# head /usr/share/thruk/lib/Thruk/Request.pm<br>package Thruk::Request;<br>use strict;<br>use warnings;<br>use Plack 1.0045;</span><br></div><div><br></div><div>2. naemon-thruk postinstall threw error: "ERROR: Conf naemon does not exist." This was coming from /usr/sbin/a2enconf script.</div><div>Solution. I had to create /etc/apache2/conf-available/naemon.conf manually.</div><div><br></div><div>So, it look okay for now...I stupid ran update on my prod server. I've been trying to get it running for 5-6 hours.</div><div><br></div><div>Thanks,</div><div>Peter<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Christian Kujau <<a href="mailto:lists@nerdbynature.de">lists@nerdbynature.de</a>> ezt írta (időpont: 2019. ápr. 24., Sze, 23:29):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, 24 Apr 2019, Peter Vago wrote:<br>
> Plack version 1.0046 required--this is only version 1.0045 at<br>
> /usr/share/thruk/lib/Thruk/Request.pm line 4.<br>
<br>
Plack is shipped via libthruk:<br>
<br>
$ dpkg -S /usr/lib/thruk/perl5/Plack*<br>
libthruk: /usr/lib/thruk/perl5/Plack<br>
libthruk: /usr/lib/thruk/perl5/Plack.pm<br>
<br>
Maybe you have Plack installed from Debian or somewhere else?<br>
<br>
$ apt-file search Plack.pm<br>
libplack-perl: /usr/share/perl5/Plack.pm<br>
libthruk: /usr/lib/thruk/perl5/Plack.pm<br>
libweb-simple-perl: /usr/share/perl5/Web/Simple/HackedPlack.pm<br>
omd-2.60-labs-edition: /opt/omd/versions/2.60-labs-edition/lib/perl5/lib/perl5/Plack.pm<br>
omd-2.90-labs-edition: /opt/omd/versions/2.90-labs-edition/lib/perl5/lib/perl5/Plack.pm<br>
omd-3.00-labs-edition: /opt/omd/versions/3.00-labs-edition/lib/perl5/lib/perl5/Plack.pm<br>
<br>
Look for Plack.pm on your system and try to find out where it comes from. <br>
Having more than one version of $foo is possible, but then one would have <br>
to adjust the search path of $bar (in this case, Thruk, Perl).<br>
<br>
HTH,<br>
Christian.<br>
-- <br>
BOFH excuse #331:<br>
<br>
those damn raccoons!<br>
</blockquote></div>