<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Hi,</p>

<p dir="auto">I found some of the perl dependencies for slow are actually available as packages (on Debian 10 at least).</p>

<p dir="auto">—</p>

<h1 style="font-size:1.4em">tools/runtime/check-perl-dependencies.pl</h1>

<p dir="auto">Checking IXP Manager Perl dependencies:</p>

<p dir="auto">Module::Build - not installed<br>
Crypt::DES - not installed<br>
Crypt::Rijndael - not installed<br>
Digest::SHA1 - not installed<br>
JSON - not installed<br>
Suggested installation command:</p>

<p dir="auto">apt-get install libjson-pp-perl</p>

<p dir="auto">cpan Module::Build Crypt::DES Crypt::Rijndael Digest::SHA1<br>
—</p>

<p dir="auto">The following apt packages are available:</p>

<ul>
<li>libcrypt-des-perl</li>
<li>libcrypt-rijndael-perl</li>
<li>libmodule-build-perl</li>
</ul>

<p dir="auto">…installing them removes them from the checker.</p>

<p dir="auto">Annoyingly, there is a libdigest-sha-perl package, but it doesn’t satisfy the check… did have to use cpan for that.</p>

<p dir="auto">To satisfy the json thing, it needs libjson-perl instead of libjson-pp-perl.</p>

<p dir="auto">I can submit a PR on check-perl-dependencies.pl, but will need to check if this applies to Ubuntu first - just thought I’d post my findings.</p>

<p dir="auto">Ian</p>
</div>
</div>
</body>
</html>