configure: error: Please reinstall the libzip distribution
Solved it: apt-get install libzip-dev will install the missing libzip-distribution
Solved it: apt-get install libzip-dev will install the missing libzip-distribution
The following code seems to work ok: printf “\n” | pecl install apc You can also replace apc with any other PECL package. Cheers.
brew install autoconf Much easier solution
PECL stands for PHP Extension Community Library, it has extensions written in C, that can be loaded into PHP to provide additional functionality. You need to have administrator rights, a C compiler and associated toolchain to install those extensions. PEAR is PHP Extension and Application Repository, it has libraries and code written IN php. Those … Read more