-
Incident report
-
Resolution: Won't fix
-
Trivial
-
None
-
6.4.10
-
None
Hi
I'm cross compiling for Synology package since few years.
Since zabbix 6.4 (no pb previously on zabbix 6.2.x), the libcurl used by zabbix server seems to be the one on the target system and not the one compiled with the package. (please have a look on attached files)
I need rtsp protocol and this protocol is supported by the one compiled with the whole package (please see the screen shot with libtree.)
NB : libtree is the equivalent of ldd on Synology.
libtree is saying that zabbix server is well linked with the good libcurl
I'm looking at the problem since a while without finding the solution, and as I said the problem was occurred since the zabbix upgrade from 6.2 to 6.4
I only changed the zabbix version and not the ecosystem.
My makefile configure args :
k
CONFIGURE_ARGS = --enable-server --enable-proxy --enable-agent --with-mysql=$(STAGING_INSTALL_PREFIX)/bin/mysql_config --enable-ipv6 --with-net-snmp=$(STAGING_INSTALL_PREFIX)/bin/net-snmp-config --with-ssh2=$(STAGING_INSTALL_PREFIX) --with-libcurl=$(STAGING_INSTALL_PREFIX)/bin/curl-config --with-libxml2=$(STAGING_INSTALL_PREFIX)/bin/xml2-config --with-openssl=$(STAGING_INSTALL_PREFIX)
]
result of curl-config --libs :
curl-config --libs
-L/spksrc/spksrc/spk/zabbix/work-armada38x-7.0/install/var/packages/zabbix/target/lib -lcurl
Any hits are welcome.
Thanks
Xavier