Missing php83 binary after recent update
Closed this issue · 2 comments
bganicky commented
Hi,
after the recent update I get [FATAL tini (7)] exec /usr/bin/php failed: No such file or directory
. It seems that php83
must be installed explicitly in apk add
. It seems that php83 extensions don't actually install the php83
dependency automatically.
After adding php83@community
and removing the symbolic link creation, it works as expected.
Thanks!
f3l1x commented
Thank you, done
bganicky commented
Thanks for a quick response!