PHP Warning: PHP Startup: Unable to load dynamic library
‘/usr/lib64/php53/modules/mailparse.so’ –
/usr/lib64/php53/modules/mailparse.so: cannot open shared object file:
No such file or directory in Unknown on line 0
How can we fix this this issue
Thanks
Use more appropriate permissions if the file exists, change the path if the file is somewhere else, re-install the mailparse extension with PECL if the file is not present.
But only if you’re actually using mailparse – otherwise remove it from your php.ini