configure: error: Please reinstall the libzip distribution

Solution 1:

Solved it:

apt-get install libzip-dev

will install the missing libzip-distribution

Solution 2:

This might be helpful for webmin/virtualmin users running CentOS 7:

 yum install php-pecl-zip

This worked for me.