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'm trying to make the Perl 5.36.0 work on android. I need to call some functions from the List/Util core module.
Unfortunately when I try to run very simple code, like
perl/bin/perl -e "use List::Util;"
It fails with such error:
perl/lib/perl5/5.36.0/aarch64-linux/auto/List/Util/Util.so' for module List::Util: dlopen failed: cannot locate symbol "modf" referenced by "perl/lib/perl5/5.36.0/aarch64-linux/auto/List/Util/Util.so"
I've already tried with -lm and -ldl flags.
Here is the perl -V summary:
Hello,
I'm trying to make the Perl 5.36.0 work on android. I need to call some functions from the List/Util core module.
Unfortunately when I try to run very simple code, like
It fails with such error:
I've already tried with
-lm
and-ldl
flags.Here is the perl -V summary:
The objdump shows exactly that:
Please let me know if you have any ideas what can be the issue...
Best Regards!
The text was updated successfully, but these errors were encountered: