Termux-app: [Th3inspector]:# perl Th3inspect Can't locate HTTP/Request.pm in @INC (you may need to install the HTTP::Request module) (@INC contains: /data/data/com.termux/files/usr/lib/perl5/site_perl/5.28.0/i686-android /data/data/com.termux/files/usr/lib/perl5/site_perl/5.28.0 /data/data/com.termux/files/usr/lib/perl5/5.28.0/i686-android /data/data/com.termux/files/usr/lib/perl5/5.28.0 .) at Th3inspector.pl line 5. BEGIN failed--compilation aborted at Th3inspector.pl line 5.

Created on 3 Nov 2018  Â·  4Comments  Â·  Source: termux/termux-app

Hello Best Regards :helpme to fix this

Most helpful comment

I used apt-get install libwww-perl and it worked.

All 4 comments

Install the HTTP::Request module through cpan(m). See for example https://stackoverflow.com/questions/65865/whats-the-easiest-way-to-install-a-missing-perl-module.

I used apt-get install libwww-perl and it worked.

Can't locate HTTP/Request.pm in @INC (you may need to install the HTTP::Request module) (@INC contains: /data/data/com.termux/files/usr/lib/perl5/site_perl/5.30.1/aarch64-android /data/data/com.termux/files/usr/lib/perl5/site_perl/5.30.1 /data/data/com.termux/files/usr/lib/perl5/5.30.1/aarch64-android /data/data/com.termux/files/usr/lib/perl5/5.30.1 .) at /data/data/com.termux/files/usr/share/Th3inspector/Th3inspector.pl line 5. BEGIN failed--compilation aborted at /data/data/com.termux/files/usr/share/Th3inspector/Th3inspector.pl line 5.

1-)pkg install perl
2-)cpan App::cpanminus
3-)cpan HTTP::Request
(Bad engilish (sorry))
it says the module you need, and you are translating it to name/surname first
---------- ↓ ↓ ↓
cpan name::surname (understand from similarity)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

christianrondeau picture christianrondeau  Â·  4Comments

baconicsynergy picture baconicsynergy  Â·  5Comments

ngroup picture ngroup  Â·  5Comments

nomxs picture nomxs  Â·  4Comments

rjsteinert picture rjsteinert  Â·  4Comments