EasyApache Fails to download PHP 5.3.22

bloodsavi

Member
Feb 21, 2013
8
0
51
cPanel Access Level
Root Administrator
Hi, I'm having issues updating PHP 5 using EasyApache. I'm currently on -

WHM 11.36.2
Easy::Apache v3.18.4

When I try to rebuild PHP, I get the following error -

Code:
!!
!! Creating backup of working apache in '/usr/local/apache.backup'. !!
!! Backup of working apache complete. !!
Checking that all tarballs are present and up to date.
!! Downloading '/var/cpanel/perl/easy/Cpanel/Easy/PHP5/3_22.pm.tar.gz' !!

Could not download '/var/cpanel/perl/easy/Cpanel/Easy/PHP5/3_22.pm.tar.gz' from httpupdate.cpanel.net /cpanelsync/easy/targz//Cpanel/Easy/PHP5/3_22.pm.tar.gz
!! Could not download '/var/cpanel/perl/easy/Cpanel/Easy/PHP5/3_22.pm.tar.gz' from httpupdate.cpanel.net /cpanelsync/easy/targz//Cpanel/Easy/PHP5/3_22.pm.tar.gz !!
!! Restoring original working apache !!

!! Executing '/scripts/initsslhttpd' !!
!! '/scripts/initsslhttpd' failed with exit code '-1' (IE: command not found) !!
!! Restarting 'httpd' ... !!
!! 'httpd' restart complete. !!
Building global cache for cpanel...Done
!! Executing '/scripts/initfpsuexec' !!
!! '/scripts/initfpsuexec' failed with exit code '-1' (IE: command not found) !!
!! Executing '/scripts/initsslhttpd' !!
!! '/scripts/initsslhttpd' failed with exit code '-1' (IE: command not found) !!
Compiling report...
Sending report. As some of the attached files may be quite large, this could take a few minutes. Thanks for your patience.
This file actually doesn't exist.

http://httpupdate.cpanel.net/cpanelsync/easy/targz/Cpanel/Easy/PHP5/3_22.pm.tar.gz

But there is a bz2 file -

http://httpupdate.cpanel.net/cpanelsync/easy/targz/Cpanel/Easy/PHP5/3_22.pm.tar.gz.bz2

Kindly help me out here .. Thank you
 

bloodsavi

Member
Feb 21, 2013
8
0
51
cPanel Access Level
Root Administrator
Hi, I upgraded WHM and managed to overcome the above mentioned problem, But now I'm ended up with another error when I try to rebuild PHP using EasyApache -

Code:
!! Processing RPMs... !!
!! RPM install/uninstall failed:  !!
Kindly help me out !! Thank you very much.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

Do you see any other error messages besides "RPM install/uninstall failed"? Try running the following command and let us know the result:

Code:
/scripts/check_cpanel_rpms
Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Feel free to open a support ticket so we can take a closer look:

Submit A Ticket

You can post the ticket number here so we can update this thread with the outcome.

Thank you.
 

bloodsavi

Member
Feb 21, 2013
8
0
51
cPanel Access Level
Root Administrator
Thanks a lot .. Managed to figure out the problem... The symbolic link "/scripts" which points to "/usr/local/cpanel/scripts" was not there in my root, I created the symbolic link and now it works great.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Thanks a lot .. Managed to figure out the problem... The symbolic link "/scripts" which points to "/usr/local/cpanel/scripts" was not there in my root, I created the symbolic link and now it works great.
Thank you for sharing the solution with us.