Given M1 architecture is Apple's direction for the future, sure would be nice if a precompiled agent were available for that architecture.
Given that's not the case, I tried to follow the directions in Zabbix "installation from sources" documentation: Building Zabbix agent on macOS
However, despite multiple attempts, the command git clone https://git.zabbix.com/scm/zbx/zabbix.git
always fails with the following:
Cloning into 'zabbix'...
remote: Enumerating objects: 1034134, done.
remote: Counting objects: 100% (1034134/1034134), done.
remote: Compressing objects: 100% (189551/189551), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 231 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Alternatively, I am able to download the 6.0.2 source and tar expand the source files.
However, there is no bootstrap.sh anywhere in source files so I'm not able to follow the provided build instructions.
Can anyone provide advice?
I have homebrew installed and was able to follow the instructions up to the git clone without issue. I tried following instructions on another Mac with amd64 architecture and git clone failed in exactly same way.
Can I build from source without using ./bootstrap.sh as instructed?
Given that's not the case, I tried to follow the directions in Zabbix "installation from sources" documentation: Building Zabbix agent on macOS
However, despite multiple attempts, the command git clone https://git.zabbix.com/scm/zbx/zabbix.git
always fails with the following:
Cloning into 'zabbix'...
remote: Enumerating objects: 1034134, done.
remote: Counting objects: 100% (1034134/1034134), done.
remote: Compressing objects: 100% (189551/189551), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 231 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Alternatively, I am able to download the 6.0.2 source and tar expand the source files.
However, there is no bootstrap.sh anywhere in source files so I'm not able to follow the provided build instructions.
Can anyone provide advice?
I have homebrew installed and was able to follow the instructions up to the git clone without issue. I tried following instructions on another Mac with amd64 architecture and git clone failed in exactly same way.
Can I build from source without using ./bootstrap.sh as instructed?
(well which apple product isn't...) As with many other cases (installation packages for different platforms/versions etc), if someone can provide a platform for devs, they could provide some results..
Comment