/scripts/easyapache broken

Hy

wehn I run /scripts/easyapache it only restart the apache /scripts/easyapache broken

cat /scripts/easyapache
#!/usr/bin/perl

system("/scripts/checkccompiler");
system("rm -f /scripts/buildapache.sea");
system("rm -f /scripts/buildapache.sea.1");
system("rm -rf /scripts/buildapache");
system("rm -rf /home/cpapachebuild");
system("mkdir /home/cpapachebuild");
chdir("/home/cpapachebuild");
if (-e "/usr/bin/fetch") {
system("fetch http://layer1.cpanel.net/buildapache.sea");
} else {
system("wget http://layer1.cpanel.net/buildapache.sea");
}
system("sh buildapache.sea");
system("/scripts/restartsrv httpd");

So i run
cd /home/cpapachebuild
wget http://layer1.cpanel.net/buildapache.sea
sh buildapache.sea and I have this error.
Creating directory buildapache
Verifying archive integrity...Error in MD5 checksums: d41d8cd98f00b204e9800998ecf8427e is different from 6394d98fc8e292746d2374861ecb075a


Any ideea how to fix it ?
My so is Fedora C1 and WHM 9.9.9 cPanel 9.9.9-R14 Fedora i686 - WHM X v3.1.0

 

 

 

 

Top