FC16 64 bit Intel duo 3.3.1-3.fc16.x86_64
Apparently there should be a zip.so provided by php-common except that if a I got to the php modules folder there is no zip.so.
I need this to install moodle 2.0.8+
I have tried fetching the zip.so from a fc16 php-common on rpm.pbone.net and editing php.ini with extension=zip.so
This has worked before but not now. Anyone any idea?
---------- Post added at 09:33 PM ---------- Previous post was at 05:43 PM ----------
The php-common in the repo lacks zip.so, I found the httpd error log telling me that I had the wrong version of zip.so which I had added above.
When I found the version matching php-common from repo but including zip.so I could drop the so file in the modules folder and the ini in php.d and then everything worked.