error_log

kvtech

New Member
Hi friends,

I have too many error_log in my accounts, and some of them too big.
I notice that this error appears lot:

Code: [11-Dec-2011 03:07:54] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/zip.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/zip.so: invalid ELF header in Unknown on line 0Is there something that I need to fix in my server?
Thank you! search for the file zip.so using
find / -name zip.so

if it finds it copy it to folder
/usr/local/lib/php/extensions/no-debug-non-zts-20060613/

If it doesn't you will have to google install zip on linux or whatever os you are using.
 
Top