Ad Widget

Collapse

Installed 4.4 client on MacOS - getting reference error from zabbix_get command

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • J_Adatasol
    Member
    • Dec 2018
    • 74

    #1

    Installed 4.4 client on MacOS - getting reference error from zabbix_get command

    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:

    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
    Is there a way around this without updating to MacOS 10.15?


    Thanks,
    J
    Last edited by J_Adatasol; 25-03-2020, 23:24.
  • Alchemist
    Junior Member
    • Apr 2020
    • 3

    #2
    Same problem ...

    Is there a version known to work on High Sierra?

    Comment

    Working...