We are experiencing some minor problems with compiling the new zabbix 1.7.4 beta on some linux distributions.
In src/libs/zbxsysinfo/common/net.c line 457 there is a undefined reference to '__dn_skipname'.
After some googling it seems like some distributions have this function missing in uclibc.
Any suggestions?
Can there be a check if this function is available or the function be skipped in those circumstances, workarounds? I'm now commenting the function to get zabbix_server compiled but are not sure what kind of problems this could give.
In src/libs/zbxsysinfo/common/net.c line 457 there is a undefined reference to '__dn_skipname'.
After some googling it seems like some distributions have this function missing in uclibc.
Any suggestions?
Can there be a check if this function is available or the function be skipped in those circumstances, workarounds? I'm now commenting the function to get zabbix_server compiled but are not sure what kind of problems this could give.
Comment