Can't compile zabbix with postgresql as database due to invalid configure option: * econf: updating zabbix-1.9.3/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-server --disable-proxy --enable-agent --enable-ipv6 --without-ldap --with-net-snmp --without-mysql --with-pgsql --without-oracle --without-sqlite3 --with-jabber --with-libcurl --without-openipmi --without-ssh2 configure: WARNING: unrecognized options: --with-pgsql and: # ./configure --help|grep postgres --with-postgresql[=ARG] use PostgreSQL library [default=no], optionally Ebuild need change: - $(use_with postgres pgsql) + $(use_with postgres postgresql) Reproducible: Always
Oh. Evil, it just warns but doesn't fail. Fixed.
Hmm, for me it falls. I couldn;t compile zabbix, becasue it fails with "no database selected". Now it's ok. Thanks:)