Page 1 of 1

PHP Warning: PHP Startup: Unable to load dynamic library

Posted: Fri Mar 27, 2009 3:40 pm
by student101
I just found this error in my server logs:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xsl.so' - /lib/libgcrypt.so.11: undefined symbol: gpg_err_code_from_syserror in Unknown on line 0, referer: http://www.example.com/index.php
The path '/usr/lib/php/modules/xsl.so' doesn't exist with Swift Mail.
What are my steps to fix if any?

Cheers

Re: PHP Warning: PHP Startup: Unable to load dynamic library

Posted: Fri Mar 27, 2009 5:40 pm
by Chris Corbyn
This has absolutely nothing to do with Swift Mailer ;) There's a problem with your PHP installation and the XSL extension (which Swift Mailer doesn't use).

If you're not using XSL, just remove the extension from php.ini (the line that has "extension=xsl.so").

Re: PHP Warning: PHP Startup: Unable to load dynamic library

Posted: Fri Mar 27, 2009 5:41 pm
by Chris Corbyn
Moved to PHP Code.

Re: PHP Warning: PHP Startup: Unable to load dynamic library

Posted: Sat Mar 28, 2009 12:54 am
by student101
Chris Corbyn wrote:This has absolutely nothing to do with Swift Mailer ;) There's a problem with your PHP installation and the XSL extension (which Swift Mailer doesn't use).
If you're not using XSL, just remove the extension from php.ini (the line that has "extension=xsl.so").
Thank you, this means it's a host problem.
I am a bit paranoid when it comes to uploading a site, I check and recheck everything, it seems I need to check once month now.

Cheers and Thanks again. :)