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

Instructions in INSTALL outdated for Alpine 3.17 #1591

Closed
jmarshall opened this issue Mar 29, 2023 · 0 comments · Fixed by #1609
Closed

Instructions in INSTALL outdated for Alpine 3.17 #1591

jmarshall opened this issue Mar 29, 2023 · 0 comments · Fixed by #1609
Assignees

Comments

@jmarshall
Copy link
Member

The INSTALL instructions recommend installing libressl-dev:

htslib/INSTALL

Lines 265 to 269 in c1634e7

Alpine Linux
------------
doas apk update # Ensure the package list is up to date
doas apk add autoconf automake make gcc musl-dev perl bash zlib-dev bzip2-dev xz-dev curl-dev libressl-dev

 
However on Alpine 3.17 this produces:

ERROR: unable to select packages:
  libressl-dev (no such package):
    required by: world[libressl-dev]

Apparently with 3.17 (released last November), Alpine has switched to OpenSSL.

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

Successfully merging a pull request may close this issue.

2 participants