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 have also reported this in the LibCurl repo, but I am not sure it belongs there. It seems to me this might be a more general issue with how zef searches for native deps in quirky environments like Termux.
The text was updated successfully, but these errors were encountered:
I also have the ancillary library:
$ find $PREFIX/lib/ -name libcurl*
/data/data/com.termux/files/usr/lib/libcurl.a
/data/data/com.termux/files/usr/lib/pkgconfig/libcurl.pc
/data/data/com.termux/files/usr/lib/libcurl.so
/data/data/com.termux/files/usr/lib/libcurl.la
But you don't seem to have a libcurl.so.4 which is what we're looking for with
a dependency of curl:ver<4>:from<native>
Context
I am on
Android 10
, runningraku
andzef
in the terminal emulator Termux.Trying to install LibCurl errors out by failing to locate my
curl
installation:I do have
curl
though:I also have the ancillary library:
Expected Behavior
Successful installation of
LibCurl
.Actual Behavior
Failed installation, as detailed above.
Steps to Reproduce
Your Environment
Additional comments
I have also reported this in the
LibCurl
repo, but I am not sure it belongs there. It seems to me this might be a more general issue with howzef
searches for native deps in quirky environments likeTermux
.The text was updated successfully, but these errors were encountered: