Port zabbix-server has broken ssh2 support: # make showconfig ===> The following configuration options are available for zabbix-server-1.8.2_1,2: MYSQL=off "Use MySQL backend" PGSQL=on "Use PostgreSQL backend" SQLITE=off "Use SQLite backend" IPV6=off "Support for IPv6" LDAP=on "Support for checking LDAP servers" JABBER=on "Use jabber media type" FPING=on "Use fping for pinging hosts" SSH=on "Use libssh2 for SSH-based checks" # make configure .. checking for SSH2 support... test: xyes: unexpected operator .. # make install # /usr/local/etc/rc.d/zabbix_server start 761:20100517:143725.180 Starting Zabbix Server. Zabbix 1.8.2 (revision 11211). 761:20100517:143725.181 **** Enabled features **** 761:20100517:143725.181 SNMP monitoring: YES 761:20100517:143725.181 IPMI monitoring: YES 761:20100517:143725.181 WEB monitoring: YES 761:20100517:143725.181 Jabber notifications: YES 761:20100517:143725.181 ODBC: NO 761:20100517:143725.181 SSH2 support: NO 761:20100517:143725.181 IPv6 support: NO 761:20100517:143725.181 ************************** Fix: Please review attached patch Patch attached with submission follows: How-To-Repeat: # cd /usr/ports/net-mgmt/zabbix-server/ && make install
Maintainer of net-mgmt/zabbix-server, Please note that PR ports/146660 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146660 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Hi, Patch already apply to zabbix pre-1.8.3 in r12048: https://support.zabbix.com/browse/ZBX-2438 -- Alex Deiter
miwi 2010-06-05 19:26:08 UTC FreeBSD ports repository Added files: net-mgmt/zabbix-server/files patch-configure Log: - Fix ssh2 support PR: 146660 Submitted by: Alex Deiter <alex.deiter@gmail.com> Approved by: maintainer timeout Revision Changes Path 1.1 +23 -0 ports/net-mgmt/zabbix-server/files/patch-configure (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!