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 /
cpan /
Time-HiRes /
hints /
Delete
Unzip
Name
Size
Permission
Date
Action
aix.pl
609
B
-r--r--r--
2014-12-27 11:48
dec_osf.pl
89
B
-r--r--r--
2014-12-27 11:48
dynixptx.pl
104
B
-r--r--r--
2014-12-27 11:48
irix.pl
181
B
-r--r--r--
2014-12-27 11:48
linux.pl
94
B
-r--r--r--
2014-12-27 11:48
sco.pl
125
B
-r--r--r--
2014-12-27 11:48
solaris.pl
200
B
-r--r--r--
2014-12-27 11:48
svr4.pl
131
B
-r--r--r--
2014-12-27 11:48
Save
Rename
# Many AIX installations seem not to have the right PATH # for the C compiler. Steal the logic from Perl's hints/aix.sh. use Config; unless ($Config{gccversion}) { my $cc = $Config{cc}; if (! -x $cc && -x "/usr/vac/bin/$cc") { unless (":$ENV{PATH}:" =~ m{:/usr/vac/bin:}) { die <<__EOE__; *** *** You either implicitly or explicitly specified an IBM C compiler, *** but you do not seem to have one in /usr/bin, but you seem to have *** the VAC installed in /usr/vac, but you do not have the /usr/vac/bin *** in your PATH. I suggest adding that and retrying Makefile.PL. *** __EOE__ } } }