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
Upon further discussion, this failure arises from the new libpsl requirement starting with cURL v8.10.0 (install.log):
checking for libpsl options with pkg-config... no
checking for psl_builtin in -lpsl... no
configure: error: libpsl libs and/or directories were not found where specified!
Building cURL with --without-libpsl solves the issue.
Relevant GitHub Actions workflow logs:
PM5 / Linux:
PM5 / MacOS arm64:
The text was updated successfully, but these errors were encountered: