-
Incident report
-
Resolution: Fixed
-
Minor
-
1.9.2 (alpha)
If i configure --with-sqlite3 then:
checking for SQLite3 library >= 3.0.0... no
configure: error: SQLite3 library not found
If i configure --with-sqlite3=/usr/local then:
checking for SQLite3 library >= 3.0.0... yes
checking for function sqlite3_open_v2() in sqlite3.h... yes
It seems need to improve SQLite3 checking in the different OS.
p.s.zabbix_server (--with-sqlite3=/usr/local) starts and works normally with the sqlite3 db-backend.
- is duplicated by
-
ZBX-4535 zabbix - FTBFS with ld --as-needed
- Closed