I need to package Zabbix 2.0.2 into Server, Proxy and Agent deb packages. I'm trying to do this with --enable-static and getting a number of issues with various dependancies that don't seem to be static compatible.
Has anyone built static packages of these and if so how did you get the various options to work? I'm starting to build custom packages of things like libcurl but even SSH2 and LDAP have problems.
I would like to roll these with all the options enabled, so we have them when we need them in the future.
Wondering if I need to enable things like curl in the build or can I point it to curl on the localhost.
Any help with this is appreciated.
Has anyone built static packages of these and if so how did you get the various options to work? I'm starting to build custom packages of things like libcurl but even SSH2 and LDAP have problems.
I would like to roll these with all the options enabled, so we have them when we need them in the future.
Wondering if I need to enable things like curl in the build or can I point it to curl on the localhost.
Any help with this is appreciated.
Comment