I experienced the issue described in curl/curl#10591.
Now, this library is based on this curl library (wrapper) for Nim.
I tried to manually "override" the libcurl used by Puppy/nim-libcurl, but it did not work out.
Is there a way of publishing some general fix for everyone, to avoid this problem?
It'd be nice to have a generic go-to solution, when trying to run a program containing Puppy functionality with a custom libcurl edition.
I experienced the issue described in curl/curl#10591.
Now, this library is based on this curl library (wrapper) for Nim.
I tried to manually "override" the
libcurlused by Puppy/nim-libcurl, but it did not work out.Is there a way of publishing some general fix for everyone, to avoid this problem?
It'd be nice to have a generic go-to solution, when trying to run a program containing Puppy functionality with a custom
libcurledition.