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
Maybe a small change to the README is a better solution. As much as I love Perl and think Termux is brilliant, this is a rare combination of language and "OS".
The OP rightly noted that setting the shell variable before installing Net::SSLeay works just fine:
The full INCLUDE path in Termux is: /data/data/com.termux/files/usr/include/openssl/
The logic in Makefile.PL appends include/openssl to the environment variable OPENSSL_PREFIX .
This is documented in the README and in Makefile.PL for Net::SSLeay.
Can you please update
Makefile.PL
to be able to install your module on Termux.It would simply require updating
sub find_openssl_prefix
to include:(Currently I need to use the OPENSSL_PREFIX environmental variable).
Thanks 😀
The text was updated successfully, but these errors were encountered: