I'm trying to setup fresh Zabbix instance on Arch Linux. Installation is being done from sources, both configuration and installation went smooth - both agent as well as server started successfully. In order to finish the installation, I'm trying to install web interface as well. The problem is that white accessing the built-in installer, it prevents me from going forward and displays following info:
Sources were configured like this:
php and php-sqlite are both installed in the system:
PHP supports SQLite and extensions it's extensions are enabled:
php -i output confirms this:
Still, the installer claims that SQLite support is missing... I have even tried to manually create zabbix.conf.php file and specify SQLITE3 as DB engine but then received prompt that 'SQLITE3' is not supported in current setup... Wierd...
Any help is appreciated.
Code:
At least one of MySQL, PostgreSQL, Oracle, SQLite3 or IBM DB2 should be supported.
Code:
./configure --enable-server --enable-agent --with-sqlite3 --with-gnutls --with-net-snmp --with-libcurl --with-libxml2
Code:
local/php 7.0.14-1
A general-purpose scripting language that is especially suited to web development
local/php-cgi 7.0.14-1
CGI and FCGI SAPI for PHP
local/php-gd 7.0.14-1
gd module for PHP
local/php-imap 7.0.14-1
imap module for PHP
local/php-snmp 7.0.14-1
snmp module for PHP
local/php-sqlite 7.0.14-1
sqlite module for PHP
Code:
[root@alarm conf]# cat /etc/php/php.ini |grep sqlite extension=pdo_sqlite.so extension=sqlite3.so
Code:
20179-SQLite3 support => enabled 20206-SQLite3 module version => 0.7-dev 20240-SQLite Library => 3.15.2
Any help is appreciated.