curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: [BUG] 8.6.0 Libpsl requirement is not portable

From: Sam James via curl-library <curl-library_at_lists.haxx.se>
Date: Wed, 31 Jan 2024 16:54:39 +0000

Randall via curl-library <curl-library_at_lists.haxx.se> writes:

> The dependency just added for libpsl breaks builds where the library does
> not exist - for example, the latest NonStop OS from August 2023.
>
> checking for library containing psl_builtin... no
> configure: error: libpsl was not found
>
> This seems entirely like it could be isolated to ./configure or
> ./configure.ac. Configure does not complete, so I'm a bit stuck. Assistance
> is requested please.

You should be able to disable it via a configure arg, it's just that it
now defaults to erroring out if libpsl can't be found, instead of
using-it-if-available.

Please try ./configure --without-libpsl and report back if there's a
problem.

Thanks!

>
> --Randall

-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2024-01-31