Hi All,
I have compile 1.8.3. from source using the following config.
./configure --enable-server --enable-agent --with-mysql --with-jabber --with-net-snmp --with-libcurl --with-openipmi --with-ssh2=/usr/local/libssh2_zabbix
I compiled libssh2 from source to read from "/usr/local/libssh2_zabbix".
After configure it reported that it would be used as one of the installed modules I even confirmed that all went well by running a make check. However now when i want to run SSH it reports "error: Support of SSH parameters was not compiled in".
This was an upgrade from 1.8.2 which did not have the precompiled ssh2 support.
Should i do a complete remove and reinstall or has anyone got any advice?
Please help.
I have compile 1.8.3. from source using the following config.
./configure --enable-server --enable-agent --with-mysql --with-jabber --with-net-snmp --with-libcurl --with-openipmi --with-ssh2=/usr/local/libssh2_zabbix
I compiled libssh2 from source to read from "/usr/local/libssh2_zabbix".
After configure it reported that it would be used as one of the installed modules I even confirmed that all went well by running a make check. However now when i want to run SSH it reports "error: Support of SSH parameters was not compiled in".
This was an upgrade from 1.8.2 which did not have the precompiled ssh2 support.
Should i do a complete remove and reinstall or has anyone got any advice?
Please help.
Comment