Anybody succeeded in compiling zabbix 1.4.1 on suse sles9?
Problems I ran into:
-curl: wants version 7.15, but this one is not available for sles9. I don't want to go and install very new stuff if not really needed. Error eliminated by not specifycing --with-curl
- Error in patch.sql (type serial replaced by BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE as indicated in forum)
- Problem with net-snmp (error goes away when using --enable-static as indicated in forum):
checking for net-snmp-config... /usr/bin/net-snmp-config
checking for main in -lnetsnmp ... no
configure: error: Not found NET-SNMP library
>locate libnetsnmp:
/usr/lib/libnetsnmp.so
/usr/lib/libnetsnmp.so.5
/usr/lib/libnetsnmp.so.5.1.3
- wrap library:
checking for main in -lwrap ... no
configure: error: Not found wrap library
>locate libwrap
/lib/libwrap.so
/lib/libwrap.so.0
/lib/libwrap.so.0.7.6
I'm starting the restore of my db now. Afraid I'll have to go back to the 1.1.6.
Problems I ran into:
-curl: wants version 7.15, but this one is not available for sles9. I don't want to go and install very new stuff if not really needed. Error eliminated by not specifycing --with-curl
- Error in patch.sql (type serial replaced by BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE as indicated in forum)
- Problem with net-snmp (error goes away when using --enable-static as indicated in forum):
checking for net-snmp-config... /usr/bin/net-snmp-config
checking for main in -lnetsnmp ... no
configure: error: Not found NET-SNMP library
>locate libnetsnmp:
/usr/lib/libnetsnmp.so
/usr/lib/libnetsnmp.so.5
/usr/lib/libnetsnmp.so.5.1.3
- wrap library:
checking for main in -lwrap ... no
configure: error: Not found wrap library
>locate libwrap
/lib/libwrap.so
/lib/libwrap.so.0
/lib/libwrap.so.0.7.6
I'm starting the restore of my db now. Afraid I'll have to go back to the 1.1.6.
Comment