Situation:
Almost the same question as Installing php7 on alpine: missing libcrypto and libssl
However, as the latest comment 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]