PHP 7.4 libargon.so file missing in builds

My builds have started erroring out of the blue today, right after PHP is installed. The error message is the following:

php: error while loading shared libraries: libargon2.so.1: cannot open shared object file: No such file or directory

I did not find any relevant information either online or here in the forums. To replicate the error, I restarted a successful build of another package that I made a few days ago, and it suddenly has the same error.

Link to the build: Travis CI - Test and Deploy with Confidence

I don’t see any easy fixes on my end?

1 Like

See: PHP 7.4 is broken - `error while loading shared libraries: libargon2.so.1` - #5 by convenient

1 Like

Thanks a bundle, good to know that it’s a know issue and will be fixed.