Unable to load dynamic library zip.so after upgrading to php 7.4 from php 7.2

After upgrading to PHP 7.4, there could be errors like this:

The reason for this is that the libzip version needs to be >= 1.6, so upgrading libzip to the latest version will help to resolve this issue.

Leave a Comment