jenningsloy318 / redfish_exporter

exporter to get metrics from redfish based hardware such as lenovo/dell/superc servers
Apache License 2.0
70 stars 61 forks source link

Build Issues on Cent OS8 #72

Open scottbusi opened 11 months ago

scottbusi commented 11 months ago

Can anyone help with this build issue?

make: go: Command not found fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

building binaries go build -o build/redfish_exporter -ldflags '-X "main.Version=0.11.0" -X "main.BuildRevision=" -X "main.BuildBranch=" -X "main.BuildTime=2023-09-11 13:47:11-07:00" -X "main.BuildHost=Telco-Tools"' make: go: Command not found make: *** [Makefile:36: build] Error 127

jenningsloy318 commented 9 months ago

Hi, Did you install golang and set the PATH to point to your installation location?,