fix: relink neuron-web with HAVE_CURL (chat proxy) #59
Reference in New Issue
Block a user
Delete Branch "fix/checkout-auth-reveal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
elb compiles el_runtime.c without -DHAVE_CURL, so all http_get/http_post calls return the stub error string. Chat widget is dead.
Fix: after elb builds and leaves intermediate .c files in dist/, recompile el_runtime.c with -DHAVE_CURL and relink the binary from those files. Verifies curl_easy_init is in the output binary.
This is the fourth and final fix in this series (JS serving, k3s removal, now curl).