f0rb1dd3n / Reptile

LKM Linux rootkit
2.54k stars 571 forks source link

error compile centos 7 #50

Closed vay3t closed 5 years ago

vay3t commented 5 years ago

i use centos 7 for compile the rootkit but i have this error:

Configuring... Can't locate String/Unescape.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at scripts/destringify.pl line 8.
BEGIN failed--compilation aborted at scripts/destringify.pl line 8.
Can't locate String/Unescape.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at scripts/destringify.pl line 8.
BEGIN failed--compilation aborted at scripts/destringify.pl line 8.
DONE!
Compiling... ERROR!
pyperanger commented 5 years ago

[RTFM !!!]

perl -MCPAN -e "install String::Unescape"

f0rb1dd3n commented 5 years ago

If you are getting trouble in installing dependencies just try:

yum install gcc make cpan
perl -MCPAN -e "install String::Unescape"

If you are getting trouble with `perl -MCPAN -e "install String::Unescape" you can do:

cpan -i String::Unescape

See if it fix your issue!