Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
ext /
DynaLoader /
hints /
Delete
Unzip
Name
Size
Permission
Date
Action
aix.pl
505
B
-r--r--r--
2014-12-27 11:48
android.pl
582
B
-r--r--r--
2014-12-27 11:48
gnukfreebsd.pl
33
B
-r--r--r--
2014-12-27 11:48
gnuknetbsd.pl
33
B
-r--r--r--
2014-12-27 11:48
linux.pl
184
B
-r--r--r--
2014-12-27 11:48
netbsd.pl
175
B
-r--r--r--
2014-12-27 11:48
openbsd.pl
176
B
-r--r--r--
2014-12-27 11:48
Save
Rename
# Android's linker will actually do relative paths just fine; the problem # is that it won't search from the current directory, only on # /vendor/lib, /system/lib, and whatever is in LD_LIBRARY_PATH. # The core handles that just fine, but bits of CPAN rather rightfully # expect things like these to work: # use lib 'foo' # puts foo/ in @INC # use My::Module::In::Foo; # calls dlopen() with foo/My/Module/... # # which will likely fail # So we take this route instead. $self->{CCFLAGS} = $Config{ccflags} . ' -DDLOPEN_WONT_DO_RELATIVE_PATHS'; 1;