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 am building a static binary version of curl that tries to be as small as possible with only http required.
For that I am using debian:stable-slim as Contianer image with these packages installed:
build-essential clang perl gcc musl-dev libwolfssl-dev cmake autoconf automake libtool curl tar
Instead of picky-backing on the libcurl one using the curlx shortcut,
which is fragile since the libcurl one is not present in all builds.
Reported-by: mschroeder-fzj on github
Fixes#16201
Instead of picky-backing on the libcurl one using the curlx shortcut,
which is fragile since the libcurl one is not present in all builds.
Reported-by: mschroeder-fzj on github
Fixes#16201
I did this
I am building a static binary version of curl that tries to be as small as possible with only http required.
For that I am using
debian:stable-slim
as Contianer image with these packages installed:build-essential clang perl gcc musl-dev libwolfssl-dev cmake autoconf automake libtool curl tar
Build command:
I expected the following
A static binary should be build.
Instead it failes with:
For curl Versions 8.8.0 until 8.11.1 it worked just fine.
curl/libcurl version
curl 8.12.0
operating system
debian:stable-slim
The text was updated successfully, but these errors were encountered: