Package: memcached Severity: normal X-Debbugs-Cc: athos.ribe...@canonical.com
Dear Maintainer, it seems that there is a missing runtime dependency for liburi-perl, which is needed by /usr/share/memcached/scripts/memcached-tool. In a debian unstable container, with memcache installed, when I run: # /usr/share/memcached/scripts/memcached-tool localhost:1234 I´d expect to get Couldn't connect to localhost:1234 if there is no server running on port 1234. Instead, I get: Can't locate URI/Escape.pm in @INC (you may need to install the URI::Escape module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.40.0 /usr/local/share/perl/5.40.0 /usr/lib/x86_64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/memcached/scripts/memcached-tool line 19. BEGIN failed--compilation aborted at /usr/share/memcached/scripts/memcached-tool line 19. which is solved by installng liburi-perl.