Closed markwaters closed 2 months ago
Maybe you are running in a platform that doesn't support cgo or some other system requirement for LMDB?
Thanks @fiatjaf I am running it in a ProxMox LXC using the latest Debian. I've previously built strfry and nostr-rs-relay under the same setup without an issue. I'm new to Go though , so I'm probably missing something.
No, I think I'm just wrong.
This is because missing build-essentials
i will update dependencies. run sudo apt update && sudo apt install build-essential
and it should work
Fixed. Thank you.
When I am running the go build command it stops with this -
Any suggestions would be appreciated.