Email Delivery Failed!

Deker

Well-Known Member
Feb 15, 2011
99
4
58
cPanel Access Level
Root Administrator
Hello

When our clients send an email to our emails (i.e. [email protected]), they get a bounce email that contains the following PHP Warning:

Code:
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/local/lib/php/extensions/no-debug-non-zts-20060613/libgd.so' -
/usr/local/lib/php/extensions/no-debug-non-zts-20060613/libgd.so: cannot
open shared object file: No such file or directory in Unknown on line 0
does anyone know what's the meaning of this warning and how could I fix the issue?
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Check if you have an empty extension = line in /usr/local/lib/php.ini file:

Code:
grep ^extension /usr/local/lib/php.ini
If you do, then comment out the empty "extension =" line and restart Apache.

If that does end up being the cause of the issue, please note that this topic has been discussed many times previously on the forums for that type of error.