Hi, I bought an unmanaged VPS with Centos 5 and SSH only. I've successfully installed Apache2, PHP, vsftpd using yum, webmin. When I check the phpinfo, I see there's no enable-zip in configure command, which I very need. Please help me to enable-zip. (look like there's no make command :|)
it doesn't work.. I've installed make using yum install make Code (markup): But i don't know how to compile/install php. So complex. :|
Step 0: Set up the yum-priorities plugin: http://wiki.centos.org/PackageManagement/Yum/Priorities Step 1: Enable the EPEL repository: http://wiki.centos.org/AdditionalResources/Repositories Step 2: Install the php-pecl-zip extension package: Command : yum install php-pecl-zip
Yeah! It works now! I searched out it before, but don't know how to do step 1. Now I can do it gr8 rep+ for your help