Feb 28, 2014
15
1
3
cPanel Access Level
Root Administrator
I'm trying to install the Basic apache 2.4 profile and it's breaking at the following:

Code:
1>________ running 'svn checkout http://mod-spdy.googlecode.com/svn/tags/current/src /home/modspdy/src --non-interactive --force --ignore-externals' in '/home/modspdy'
1>svn: 'http://mod-spdy.googlecode.com/svn/tags/current/src' path not found
Error: Command svn checkout http://mod-spdy.googlecode.com/svn/tags/current/src /home/modspdy/src --non-interactive --force --ignore-externals returned non-zero exit status 1 in /home/modspdy
sh: line 18: cd: /home/modspdy/src: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
cp: cannot stat `out/Release/libmod_spdy.so': No such file or directory
could not find mod_spdy.so, build failed, aborting!
!! Done executing '/usr/local/cpanel/scripts/posteasyapache' !!
!! '/usr/local/cpanel/scripts/posteasyapache 3.32.13 9999 2.4.18 0,5.6.21' failed with exit code '256' !!
!! Verbose logfile is at '/usr/local/cpanel/logs/easy/apache/build.1464381854' !!
It looks like cpanel is using a link that doesn't exist anymore for the svn command. What can I do to fix this? I'm currently running 56.0.14
 
Last edited:
Feb 28, 2014
15
1
3
cPanel Access Level
Root Administrator
The problem seems to be in posteasyapache script which downloads a script from this URL:
Code:
http://129.121.132.46/downloads/install_modspdy
It contains a broken link to mod_spdy.Can someone provide a fix for this?
 
Last edited:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

The mod_spdy Apache module is unsupported in cPanel. You can review the previous feature request for this at:

mod_spdy

Documentation on this Apache module is available at:

Download & Install Module

Is this a module that's required on your system? If not, you can remove the entry from /scripts/posteasyapache and proceed with the EasyApache build.

Thank you.