Sample Header Ad - 728x90

unable to select packages so:libcrypto.so.3 on alpine

1 vote
1 answer
8143 views
**Situation:** Almost the same question as https://unix.stackexchange.com/questions/441343/installing-php7-on-alpine-missing-libcrypto-and-libssl However, as the [latest comment](https://unix.stackexchange.com/a/717698/374303) said: > Now that several years have gone by, all of the answers above are invalid, and there does not seem a stable solution to the problem. **Details:** I tried to install in my alpine the ffmpeg over via community repositories with: apk add ffmpeg But I got the following errors: ERROR: unable to select packages: so:libcrypto.so.3 (no such package): required by: libsrt-1.5.1-r0[so:libcrypto.so.3] I've done apk add libcrypto3, and also apk add libressl3.5-libcrypto as per that Q&A, but the problem persisted. My alpine is alpine v3.16. **Updates:** Someone suggested apk add ffmpeg=5.0.1-r1 for alpine v3.16, but I'm getting:
% apk search ffmpeg
ffmpeg-5.1.2-r1

% apk add ffmpeg=5.0.1-r1
ERROR: unable to select packages:
  so:libmbedcrypto.so.7 (no such package):
    required by: librist-0.2.7-r0[so:libmbedcrypto.so.7]
  so:libcrypto.so.3 (no such package):
    required by: libsrt-1.5.1-r0[so:libcrypto.so.3]
  so:libdav1d.so.6 (no such package):
    required by: ffmpeg-libs-5.1.2-r1[so:libdav1d.so.6]
  ffmpeg-5.1.2-r1:
    breaks: world[ffmpeg=5.0.1-r1]
Asked by xpt (1858 rep)
Oct 15, 2022, 08:28 PM
Last activity: Nov 9, 2022, 11:13 AM