Hi all,
I wanted to do some testing from my own system to new Hosts (Agents) I am installing. So I installed Zabbix Agent on my local system, v4.4.6. (I had previously installed v3.4 using HomeBrew, and that had worked fine; but I updated our environment to v4.4 of Zabbix Server & Agents, so wanted to have the same on my own system.)
• I used the package version of the installer, downloaded from the Zabbix.com downloads page.
• Installed on MacOS 10.13
• the download page says that this installer is for 'Any' version of MacOS.
• I found the Zabbix_get binary at /usr/local/bin
When I try to run a "Zabbix_get" command I get a couple of 'Symbol not found' errors. Here is an example:
Is there a way around this without updating to MacOS 10.15?
Thanks,
J
I wanted to do some testing from my own system to new Hosts (Agents) I am installing. So I installed Zabbix Agent on my local system, v4.4.6. (I had previously installed v3.4 using HomeBrew, and that had worked fine; but I updated our environment to v4.4 of Zabbix Server & Agents, so wanted to have the same on my own system.)
• I used the package version of the installer, downloaded from the Zabbix.com downloads page.
• Installed on MacOS 10.13
• the download page says that this installer is for 'Any' version of MacOS.
• I found the Zabbix_get binary at /usr/local/bin
When I try to run a "Zabbix_get" command I get a couple of 'Symbol not found' errors. Here is an example:
Code:
$ ./zabbix_get -s server.com -k agent.version dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin Referenced from: /usr/local/bin/./zabbix_get (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib dyld: Symbol not found: ____chkstk_darwin Referenced from: /usr/local/bin/./zabbix_get (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib
Thanks,
J
Comment