/usr/bin/ld: cannot find -ldl

sure … :wink:

root@ultra:~/crowdsec# GOOS=linux GOARCH=arm64 make release -d
Successfully remade target file 'release'.
root@ultra:~/crowdsec# file cmd/crowdsec/crowdsec
cmd/crowdsec/crowdsec: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, Go BuildID=21WlCawwkQEswj_5U3ew/axbwGop5lGYgxOCcGyx3/3kcw10rvEjBYaZrYJxe2/4SsIcU97j2PPHaw6lW-b, stripped
root@ultra:~/crowdsec# file cmd/crowdsec-cli/cscli 
cmd/crowdsec-cli/cscli: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, Go BuildID=l3rAMekQ3DOAPQU-Ep6n/UGQy6rBbyaJsoH6vv2Ux/KAeXtB3KHjrfUCSQ__QN/eB2DIU9bG8S8HtZ2lnZk, stripped

It works…!!!

root@ultra:~/crowdsec# cmd/crowdsec/crowdsec --help
Usage of cmd/crowdsec/crowdsec:
  -c string
    	configuration file (default "/etc/crowdsec/config.yaml")
  -debug
    	print debug-level on stdout
  -dsn string
    	Process a single data source in time-machine
  -info
    	print info-level on stdout
  -no-api
    	disable local API
  -no-cs
    	disable crowdsec agent
  -t	only test configs
  -trace
    	VERY verbose
  -type string
    	Labels.type for file in time-machine
  -version
    	display version

root@ultra:~/crowdsec# cmd/crowdsec-cli/cscli --help
cscli is the main command to interact with your crowdsec service, scenarios & db.
It is meant to allow you to manage bans, parsers/scenarios/etc, api and generally manage you crowdsec setup.

Usage:
  cscli [command]

Available Commands:
  alerts        Manage alerts
  bouncers      Manage bouncers [requires local API]
  capi          Manage interaction with Central API (CAPI)
  collections   Manage collections from hub
  completion    Generate completion script
  config        Allows to view current config
  console       Manage interaction with Crowdsec console (https://app.crowdsec.net)
  dashboard     Manage your metabase dashboard container [requires local API]
  decisions     Manage decisions
  help          Help about any command
  hub           Manage Hub
  lapi          Manage interaction with Local API (LAPI)
  machines      Manage local API machines [requires local API]
  metrics       Display crowdsec prometheus metrics.
  parsers       Install/Remove/Upgrade/Inspect parser(s) from hub
  postoverflows Install/Remove/Upgrade/Inspect postoverflow(s) from hub
  scenarios     Install/Remove/Upgrade/Inspect scenario(s) from hub
  simulation    Manage simulation status of scenarios
  version       Display version and exit.

Flags:
  -c, --config string   path to crowdsec config file (default "/etc/crowdsec/config.yaml")
  -o, --output string   Output format : human, json, raw.
      --debug           Set logging to debug.
      --info            Set logging to info.
      --warning         Set logging to warning.
      --error           Set logging to error.
      --trace           Set logging to trace.
  -h, --help            help for cscli

Use "cscli [command] --help" for more information about a command.

and they look to works…

Need now to install (script wizard is missing some commands on OpenWrt !)

THANKS… :wink: