Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a version that works in alpine linux? #1559

Open
fabregasf opened this issue May 13, 2024 · 3 comments
Open

Is there a version that works in alpine linux? #1559

fabregasf opened this issue May 13, 2024 · 3 comments
Assignees

Comments

@fabregasf
Copy link

Hey guys. I usually run Alpine linux, both in Virtualbox and in my RaspPi. Now I need to install this app, to authenticate in some services. But in Alpine the executable: authenticator doesnt work.

Checking info at official page of package show that Ubuntu is the distro compatible. Anyone achieve the installation with success in Alpine or in other distro?

Thanks in advance!

@fabregasf
Copy link
Author

image

@AdamVe AdamVe self-assigned this May 15, 2024
@AdamVe
Copy link
Member

AdamVe commented May 15, 2024

Hi, the application depends on glibc and needs a system with full support of it; AlpineLinux uses musl libc. I tried some of the recommendations from https://wiki.alpinelinux.org/wiki/Running_glibc_programs but was not able to successfully run Yubico Authenticator. Currently we don’t have a solution for this issue.

My ideas are:

  • instead of Yubico Authenticator use yubikey-manager command line tool
  • try follow the guides from AlpineLinux wiki to make Yubico Authenticator run

@AdamVe
Copy link
Member

AdamVe commented May 28, 2024

Hi again! One option to run Yubico Authenticator is to use Flatpak, which is one of the options how to run glibc programs on AlpineLinux. I tested this myself and got Yubico Authenticator 7.0.0 working on Alpine Linux 3.19.1 with xfce. Reading QR codes, loading custom icon packs and opening links (like help etc) did not work for me, but I could see my accounts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants