Hi, I have a (working) instance of Koha 17.11.05-1 installed on an Ubuntu 18.01.1 LTS (bionic) machine. I would like to upgrade Koha to the current version 18.11.01-1, but I get the error: sudo apt upgrade koha-common Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: koha-common : Depends: libhttp-oai-perl (< 4.0) but 4.06-1 is to be installed or libhttp-oai-3.27-perl but it is not going to be installed E: Broken packages Any hint on how to resolve my problem? Many thanks in advance and best regards, Giuseppe.
Hi using the Synaptic package controller (sudo apt-get update /sudo apt-get install synaptic), look for the package libhttp-oai-3.27-perl (version 3.27-1~Koha+1) and check if it is installed. If not found try to install it. I have a debian buster/sid distribution and I verified that the koha-common package is updated to version 18.11.01-1 with the libhttp-oai-3.27-perl package installed. The libhttp-oai-perl package (version 3.08-1) is also downloaded from the repositories, but it has not been installed. I hope I have given the correct information. Best regards from Catania (Italy) Salvo. Il giorno ven 28 dic 2018 alle ore 17:55 Giuseppe Angilella < Giuseppe.Angilella@ct.infn.it> ha scritto:
Hi,
I have a (working) instance of Koha 17.11.05-1 installed on an Ubuntu 18.01.1 LTS (bionic) machine. I would like to upgrade Koha to the current version 18.11.01-1, but I get the error:
sudo apt upgrade koha-common
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: koha-common : Depends: libhttp-oai-perl (< 4.0) but 4.06-1 is to be installed or libhttp-oai-3.27-perl but it is not going to be installed E: Broken packages
Any hint on how to resolve my problem?
Many thanks in advance and best regards,
Giuseppe. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Many thanks, Salvo! The update to Koha 18.11 worked after I issued the command sudo apt install libhttp-oai-3.27-perl as you kindly suggested. I chose to maintain my old /etc/koha/koha-sites.conf , although a later comparison with koha-sites.conf.dpkg-dist as provided by the new package did not evidence any major difference. (The new configuration does not include the options BIBLIOS_INDEXING_MODE="dom" and AUTHORITIES_INDEXING_MODE="dom", and by default sets USE_MEMCACHED="yes", while I had "no".) A first run immediately after the update seemed to exhibit some inconsistencies in the appearance of the -intra page, but these disappeared after a reboot and a page refresh on my browser. There is some change perhaps in the opac page (e.g. background colour) which I may have to reset manually, but one should always be ready to some minor change after an upgrade. While googling for a solution, I've also stumbled in the following bug, which I quote for later reference: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800 Many thanks and best regards, Giuseppe. On Sat, 29 Dec 2018, Salvatore Toscano wrote:
Hi using the Synaptic package controller (sudo apt-get update /sudo apt-get install synaptic), look for the package libhttp-oai-3.27-perl (version 3.27-1~Koha+1) and check if it is installed. If not found try to install it. I have a debian buster/sid distribution and I verified that the koha-common package is updated to version 18.11.01-1 with the libhttp-oai-3.27-perl package installed. The libhttp-oai-perl package (version 3.08-1) is also downloaded from the repositories, but it has not been installed. I hope I have given the correct information.
Best regards from Catania (Italy)
Salvo. Il giorno ven 28 dic 2018 alle ore 17:55 Giuseppe Angilella <Giuseppe.Angilella@ct.infn.it> ha scritto: Hi,
I have a (working) instance of Koha 17.11.05-1 installed on an Ubuntu 18.01.1 LTS (bionic) machine. I would like to upgrade Koha to the current version 18.11.01-1, but I get the error:
sudo apt upgrade koha-common
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: koha-common : Depends: libhttp-oai-perl (< 4.0) but 4.06-1 is to be installed or libhttp-oai-3.27-perl but it is not going to be installed E: Broken packages
Any hint on how to resolve my problem?
Many thanks in advance and best regards,
Giuseppe. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Giuseppe Angilella -
Salvatore Toscano