Problem with install Koha packages on ubuntu server 12.04 amd64
I'm doing exactly as in this tutorial: http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages. When i install on ubuntu desktop 12.04 x64 a month ago, it all works totally. It was Koha 3.8.6 Now i'm trying install on ubuntu server 12.04 amd64, when i type: $sudo apt-get install koha-common, i got message:" The following packages have unmet dependencies: Koha-common: Depends: libchi-driver-memcached-perl but it is not going to install Koha-common: Depends: libchi-perl but it is not going to install E: Unable to correct problems, you have held broken packages " Any one can help? I try to find some way to fix unmet dependencies on Ubuntu forum, but no help. System upgrade totally.
Here is a link on updating 3.8 --> 3.10 on Ubuntu. Hopefully this will help. http://kohageek.blogspot.com/2012/11/how-to-successfully-upgrade-from-38x-to... gcb ______________________ Gary C. Bortel Office of the Secretary of State, Washington State Library gary.bortel@sos.wa.gov 360.570.5588 -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Uy nguy?n qu?c Sent: Thursday, November 29, 2012 7:26 AM To: koha-request@lists.katipo.co.nz; koha@lists.katipo.co.nz Cc: koha@lists.katipo.co.nz Subject: [Koha] Problem with install Koha packages on ubuntu server 12.04amd64 I'm doing exactly as in this tutorial: http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages. When i install on ubuntu desktop 12.04 x64 a month ago, it all works totally. It was Koha 3.8.6 Now i'm trying install on ubuntu server 12.04 amd64, when i type: $sudo apt-get install koha-common, i got message:" The following packages have unmet dependencies: Koha-common: Depends: libchi-driver-memcached-perl but it is not going to install Koha-common: Depends: libchi-perl but it is not going to install E: Unable to correct problems, you have held broken packages " Any one can help? I try to find some way to fix unmet dependencies on Ubuntu forum, but no help. System upgrade totally. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
thanks! But i'm install a new version in ubuntu server. I used koha on ubuntu desktop, now want to use on ubuntu server. On 29 Nov 2012, at 20:17, Bortel, Gary wrote:
Here is a link on updating 3.8 --> 3.10 on Ubuntu. Hopefully this will help.
http://kohageek.blogspot.com/2012/11/how-to-successfully-upgrade-from-38x-to...
gcb ______________________
Gary C. Bortel Office of the Secretary of State, Washington State Library gary.bortel@sos.wa.gov 360.570.5588
-----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Uy nguy?n qu?c Sent: Thursday, November 29, 2012 7:26 AM To: koha-request@lists.katipo.co.nz; koha@lists.katipo.co.nz Cc: koha@lists.katipo.co.nz Subject: [Koha] Problem with install Koha packages on ubuntu server 12.04amd64
I'm doing exactly as in this tutorial: http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages. When i install on ubuntu desktop 12.04 x64 a month ago, it all works totally. It was Koha 3.8.6 Now i'm trying install on ubuntu server 12.04 amd64, when i type:
$sudo apt-get install koha-common, i got message:" The following packages have unmet dependencies: Koha-common: Depends: libchi-driver-memcached-perl but it is not going to install Koha-common: Depends: libchi-perl but it is not going to install E: Unable to correct problems, you have held broken packages "
Any one can help? I try to find some way to fix unmet dependencies on Ubuntu forum, but no help. System upgrade totally. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Do this: sudo rm /etc/apt/sources.list.d/koha.list sudo apt-get update sudo apt-get install libchi-driver-memcached-perl sudo apt-get install libdigest-jhash-perl sudo cpan install Data::Pagination Now go back to this line in the installation instructions, and continue the installation. echo deb http://debian.koha-community.org/koha squeeze main | sudo tee /etc/apt/sources.list.d/koha.list etc. Alex -- Alex Kowalenko mailto: alex.s.kowalenko@gmail.com On Thursday, 29 November 2012 at 15:26 , Uy nguyễn quốc wrote:
I'm doing exactly as in this tutorial: http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages. When i install on ubuntu desktop 12.04 x64 a month ago, it all works totally. It was Koha 3.8.6 Now i'm trying install on ubuntu server 12.04 amd64, when i type:
$sudo apt-get install koha-common, i got message:" The following packages have unmet dependencies: Koha-common: Depends: libchi-driver-memcached-perl but it is not going to install Koha-common: Depends: libchi-perl but it is not going to install E: Unable to correct problems, you have held broken packages "
Any one can help? I try to find some way to fix unmet dependencies on Ubuntu forum, but no help. System upgrade totally. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz (mailto:Koha@lists.katipo.co.nz) http://lists.katipo.co.nz/mailman/listinfo/koha
It works. Many thanks. The comand "sudo cpan install Data::Pagination" give fail result, but anyway, i can install koha with sudo apt-get install koha-common. Once more time, thanks Alex! On 29 Nov 2012, at 20:21, Alex Kowalenko wrote:
Do this:
sudo rm /etc/apt/sources.list.d/koha.list
sudo apt-get update sudo apt-get install libchi-driver-memcached-perl sudo apt-get install libdigest-jhash-perl sudo cpan install Data::Pagination
Now go back to this line in the installation instructions, and continue the installation.
echo deb http://debian.koha-community.org/koha squeeze main | sudo tee /etc/apt/sources.list.d/koha.list
etc.
Alex -- Alex Kowalenko mailto: alex.s.kowalenko@gmail.com
On Thursday, 29 November 2012 at 15:26 , Uy nguyễn quốc wrote:
I'm doing exactly as in this tutorial: http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages. When i install on ubuntu desktop 12.04 x64 a month ago, it all works totally. It was Koha 3.8.6 Now i'm trying install on ubuntu server 12.04 amd64, when i type:
$sudo apt-get install koha-common, i got message:" The following packages have unmet dependencies: Koha-common: Depends: libchi-driver-memcached-perl but it is not going to install Koha-common: Depends: libchi-perl but it is not going to install E: Unable to correct problems, you have held broken packages "
Any one can help? I try to find some way to fix unmet dependencies on Ubuntu forum, but no help. System upgrade totally. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Alex Kowalenko -
Bortel, Gary -
Uy nguyễn quốc