Hello,
I have problem with this module mailparse i try to install this via repo rpmforge
Code:
yum install php-pecl-mailparse php-mbstring
The install is succefully but the module not works in the log i saw this
Code:
<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mailparse.so' - /usr/lib/php/modules/mailparse.so: undefined symbol: mbfl_name2no_encoding in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Warning</b>: PHP Startup: mailparse: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in <b>Unknown</b> on line <b>0</b><br />
<br />
Now i uninstall the module search again in the log i got this
Code:
<b>Warning</b>: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mailparse.so' - /usr/lib/php/modules/mailparse.so: cannot open shared object file: No such file or directory in <b>Unknown</b> on line <b>0</b><br />
In whatever php script i got this error how i can resolve this? also how i can fix the first error "undefined symbol mbfl_name2no_encoding"
Thanks