You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to build core lightning v24.11 (same problem is already there in v24.08 and probably earlier, but not in v23.08.1) on ubuntu18.04 arm64. This needs jq as a dependency (apparently new). So I installed jq and it works fine (just typing jq outputs its help), but the configure script doesn't recognize it and stops. I guess this is some problem in the check_command() function.