Discussion:
[Koha] Install issue
Michael Buhrley
2018-08-18 05:58:09 UTC
Permalink
I am new to Koha and have had the same issue on 3 different fresh Linux installs. I tried it with Debian 9, Ubuntu 18.04 and Ubuntu 16.04, all with the same problem.

I followed the install instructions at https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages <https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages>

No problem with the steps up to the install command but when issuing the sudo apt-get install koha-common
I get the following:

Reading package lists... Done
Building dependency tree
Reading state information... Done
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: libnet-oauth2-authorizationserver-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I have tried installing linnet-oauth2-authorizationserver-perl separately but then I get this:

The following packages have unmet dependencies:
libnet-oauth2-authorizationserver-perl : Depends: libcryptx-perl (>= 0.021) but it is not installable
E: Unable to correct problems, you have held broken packages.


And then finally when trying to install libcryptx-perl I get:

Package libcryptx-perl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libcryptx-perl' has no installation candidate

My /etc/apt/sources.list.d/koha.list contains deb http://debian.koha-community.org/koha stable main

If I change that stable to 17.11 then it will install that version but I am unable to get it to install with “stable” in the repository.

Please let me know if you have any thoughts regarding this.

Thank you,




Michael Buhrley
***@idi.edu



_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo.co.nz
https://lists.ka
John Sterbenz
2018-08-18 12:45:22 UTC
Permalink
Good morning, Michael,

See if this set of instructions works for you (or, at the very least, gives
you something additional to consider):

https://goo.gl/RkZGyk

I wrote them, with the most recent revision and testing back in March. It
covers the installation of 17.11 on Ubuntu 16.04 LTS. This is the same
document linked from the "Learn from koha-US" page.

I have not yet reviewed/updated it for the installation of 18.05 and note
that Ubuntu 18.04 LTS still appears to have some issues that either cause
failure or require some sort of work-around. There are a few other
considerations as well--these are mentioned in the document's preface.

Best of luck to you as you continue your efforts--please feel free to write
me separately if you care to. I may not have any answers, but maybe I will!

John
--
-=<*>=- -=<*>=- -=<*>=- -=<*>=- -=<*>=- -=<*>=- -=<*>=- -=<*>=- -=<*>=-
John E. Sterbenz, Jr.
Senior Associate Librarian
Manager, Technical Services, Collections, and Library Automation
700 East University Avenue
Kresge Hall, 4th Floor East
Suite K4511
Kresge Library Services
The University of Michigan
Ann Arbor, Michigan, USA 48109-1234

TEL: (734) 764-5746
Post by Michael Buhrley
I am new to Koha and have had the same issue on 3 different fresh Linux
installs. I tried it with Debian 9, Ubuntu 18.04 and Ubuntu 16.04, all with
the same problem.
I followed the install instructions at https://wiki.koha-community.
org/wiki/Koha_on_ubuntu_-_packages <https://wiki.koha-community.
org/wiki/Koha_on_ubuntu_-_packages>
No problem with the steps up to the install command but when issuing the
sudo apt-get install koha-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
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.
koha-common : Depends: libnet-oauth2-authorizationserver-perl but it is
not going to be installed
E: Unable to correct problems, you have held broken packages.
I have tried installing linnet-oauth2-authorizationserver-perl separately
libnet-oauth2-authorizationserver-perl : Depends: libcryptx-perl (>=
0.021) but it is not installable
E: Unable to correct problems, you have held broken packages.
Package libcryptx-perl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libcryptx-perl' has no installation candidate
My /etc/apt/sources.list.d/koha.list contains deb
http://debian.koha-community.org/koha stable main
If I change that stable to 17.11 then it will install that version but I
am unable to get it to install with “stable” in the repository.
Please let me know if you have any thoughts regarding this.
Thank you,
Michael Buhrley
_______________________________________________
Koha mailing list http://koha-community.org
https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo.co.nz
https://lists.katipo.co.nz/mailm
Mirko Tietgen
2018-08-21 10:02:35 UTC
Permalink
Hi,

I assume your systems are 32bit?

We only had a 64bit version of libcryptx-perl in the repository
which may have caused the problem. Please do apt-get update and then
try to upgrade again.

Cheers,

Mirko


Michael Buhrley schrieb am 18.08.2018
Post by Michael Buhrley
I am new to Koha and have had the same issue on 3 different fresh Linux installs. I tried it with Debian 9, Ubuntu 18.04 and Ubuntu 16.04, all with the same problem.
I followed the install instructions at https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages <https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages>
No problem with the steps up to the install command but when issuing the sudo apt-get install koha-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
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.
koha-common : Depends: libnet-oauth2-authorizationserver-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
libnet-oauth2-authorizationserver-perl : Depends: libcryptx-perl (>= 0.021) but it is not installable
E: Unable to correct problems, you have held broken packages.
Package libcryptx-perl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libcryptx-perl' has no installation candidate
My /etc/apt/sources.list.d/koha.list contains deb http://debian.koha-community.org/koha stable main
If I change that stable to 17.11 then it will install that version but I am unable to get it to install with “stable” in the repository.
Please let me know if you have any thoughts regarding this.
Thank you,
Michael Buhrley
_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo.co.nz
https:/

Loading...