hi robert,

On Wed, Jun 28, 2006 at 10:21:50AM +0200, Robert Millan [ackstorm] wrote:
> It seems zabbix links the server with libssl and zlib when these are 
> available.
> I don't know what functionality depends on that, but I think it'd be a good 
> idea
> to add them to Build-Depends:
> 
>   libssl-dev, zlib1g-dev

well, those libaries are interlib-dependencys by other libraries zabbix
agent or zabbix server use (libldap_r for example depends on libgnutls
and libz stuff). ldd follows interlib-dependencies using ld.so with a
trace argument (it does load and link the binary), so it seems the
zabbix binaries would make use of those libraries in their code, they do
not. 

Both libssl-dev and zlib1g-dev are not used by any of the zabbix
components in a direct way, so they do not need to be listed in the
Build-Depends field.. 

bye,
    - michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to