If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Addresses compatibility issues between MariaDB and older PHP5 client libraries, specifically regarding header and library version mismatches.
1. Switch to using the mysqlnd driver in PHP (Recommended solution).
Unfortunately the latest php version (5.3.3.) available for CentOS 6.3 do not include this driver. So this is not a viable solution, unless installing not official repositories and custom PHP versions.
Suppressing errors doesn't seems a very elegant solution, especially because it requires to patch the Zabbix code. In any case, is there any simple way to suppress this error without patching the Zabbix code?
3. Recompile PHP with the MariaDB client libraries.
Since I am using this on production systems, I prefer to use the standard packages.
Note that this warning makes very difficult to use the web interface, so I hope you can find a quick solution.
Comment