https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24508 --- Comment #2 from Mason James <mtj@kohaaloha.com> --- (In reply to Hans Pålsson from comment #0)
In reference to bug 20808, when trying to upgrade 19.05.06 to 19.11.01 the installation fails due to dependencies. It seems Perl version 5.20.0 is required, on our server 5.28.1 is installed. Server is Debian Jessie;
PRETTY_NAME="Debian GNU/Linux 8 (jessie)" NAME="Debian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=debian
Error message is The following packages have unmet dependencies: koha-common : Depends: libnet-z3950-simpleserver-perl but it is not going to be installed ...when searching for solutions it leads to wrong version of perl installed.
The server has previously installed and upgraded Koha up to 19.05.06 without errors. Is it a dependence that has come with 19.11?
hi Hans this problem seems to be caused by your system running a deb10 version of perl on deb8 https://packages.debian.org/jessie/perl v5.20 https://packages.debian.org/buster/perl v5.28 my advice would be to attempt to build and install a libnet-z3950-simpleserver-perl package for your specific system https://packages.debian.org/source/jessie/libnet-z3950-simpleserver-perl or install a 5.20 perl, or upgrade to deb10 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.