Closed nyanloutre closed 4 years ago
It means the version of curl you have installed on your system wasn't built with a feature used by jftui (sharing the Public Suffix List between handles to save a bit of memory and cycles).
Thankfully it's not a vital feature and I've been meaning to tidy up curl usage in the codebase for a while. I'll try and figure out a way to test for features at compile time and enable them selectively. Thanks for the report.
In the meantime, I don't use Nix so I'm not too sure, but it looks like the repository has two versions of curl. If you have the basic one installed, you may want to try switching to the full one as a temporary workaround.
I tried with both provided versions of curl but this didn't help solve the error
Thanks ! It's working now
Hello,
After building it successfully on NixOS I got the following error during runtime :
Do you know where it could come from ?