Hi Mason, thanks for the reply. If I may, I would ask a further question. If I install Koha 21.11 (which requires libmojolicious-perl 8.x) and then upgrade to Koha 22.11 on an infrastructure that does not allow installing libmojolicious-perl 9.x, what happens? Can Koha 22.11 also work with libmojolicious-perl 8.x? Or will the koha-common version 22.11 package attempt to install libmojolicious-perl 9.x and, failing to install it, will result in a broken installation of Koha? ​Thanks and Kind Regards Alessandro <https://translate.google.it/history> <https://translate.google.it/saved> Il Dom 1 Ott 2023, 03:03 Mason James <mtj@kohaaloha.com> ha scritto:
Hi Mason,
as per my previous message, I'm trying to understand why I am able to install the Koha 21.11 version on "Ubuntu 22.04.3 LTS (jammy) + Plesk Obsidian 18.0.55" (even though the 21.11 version also depends on
On 28/09/23 10:31 pm, Alessandro Tedesco wrote: libmojolicious-perl).
What I saw was that: ------------------------------------------------------------------- # apt info koha-common | grep Depends [For 23.05] Depends: ... libmojolicious-perl ... [For 22.11] Depends: ... libmojolicious-perl ... [For 22.05] Depends: ... libmojolicious-perl (>= 6.0) ... [For 21.11] Depends: ... libmojolicious-perl (>= 6.0) ... ------------------------------------------------------------------- Is it possible that - despite I am in Ubuntu jammy - the
libmojolicious-perl (declared >= 6.0) required by koha-common (for the Koha 21.11 version), is installed in the libmojolicious-perl (8.33+dfsg-1) version (for Ubuntu focal): version that doesn't require javascript-common dependency?
While all other koha-common packages (for the newer Koha versions) always try to install the libmojolicious-perl (9.22+dfsg-1) version?
Thanks and Kind Regards Alessandro
hi Alessandro
koha 21.11 depends on the older 8.x version of libmojolicious-perl, and is incompatible with the newer 9.x version of libmojolicious-perl