13.10 CLI: build failures

13.10.1 curl.h: No such file or directory

libcurl development headers aren’t installed.

13.10.2 undefined reference to curl_easy_init

The link step couldn’t find libcurl. Should normally be auto-detected; if not, the Makefile falls back to dynamic linking and prints a warning. Check which curl-config returns a path.

13.10.3 Build succeeds but binary segfaults

Very rare. Usually means an ABI mismatch between libcurl headers used to compile and the libcurl shared library found at runtime. Rebuild on the same machine you’ll run on, or statically link.