https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20826 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj@kohaaloha.com --- Comment #21 from Mason James <mtj@kohaaloha.com> --- (In reply to Geodirk from comment #20)
Is there a final solution for this as I hit the same libnet-oauth2-authorizationserver-perl issue? I went and changed the /etc/apt/sources.list.d/koha.list to become: deb http://debian.koha-community.org/koha 18.11 main
After an apt-get update, I get this:
root@connectbox:~# apt-get update Hit:1 http://archive.raspberrypi.org/debian stretch InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease Hit:3 http://debian.koha-community.org/koha 18.11 InRelease Reading package lists... Done N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://debian.koha-community.org/koha 18.11 InRelease' doesn't support architecture 'armhf'
What am I missing? Also trying to install on a RPi 3B+ (32 bit).
try prefixing your koha repo line with 'deb [arch=i386] ', like... deb [arch=i386] http://debian.koha-community.org/koha stable main then run 'sudo apt-get update' again fyi, some good info here... http://avengingchicken.online/misc/installing_koha_on_raspberry-pi-4.pdf -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.