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 noticed following the bake output while building curl:
#49 2.924 -- Could NOT find LibPSL (missing: LIBPSL_LIBRARY LIBPSL_INCLUDE_DIR)
#49 2.929 -- Could NOT find LibSSH2 (missing: LIBSSH2_LIBRARY LIBSSH2_INCLUDE_DIR)
I guess libssh2 being missing is of no consequence as this implementation will not be using CURL to access scp/sftp endpoints, but I'd imagine there might be scenarios where missing LibPSL could be an issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I noticed following the bake output while building curl:
I guess libssh2 being missing is of no consequence as this implementation will not be using CURL to access scp/sftp endpoints, but I'd imagine there might be scenarios where missing LibPSL could be an issue?
Beta Was this translation helpful? Give feedback.
All reactions