When I tried to run Zabbix locally, the PHP frontend page didn’t show by the following error.
1 |
PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() |
After adding “php-mysql” package, it turned to work fine.
1 |
sudo apt-get install php-mysql |