You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to try to install mod_spdy from its source because the RPM doesn't allow
me to install itself with Apache 2.4 on Centos 6.4. So, It gave me the
following compilation errors when I ran the command:
"gclient sync --force"
Syncing projects: 96% (26/27), done.ird_party/chromium/src/net/spdy
________ running '/usr/bin/python src/build/gyp_chromium' in
'/var/lib/yum/repos/spdy/mod_spdy'
Updating projects from gyp files...
gyp: Call to '../build/linux/python_arch.sh /usr/lib/libpython2.6.so.1.0'
returned exit status 1. while trying to load
/var/lib/yum/repos/spdy/mod_spdy/src/build/all.gyp
Error: Command /usr/bin/python src/build/gyp_chromium returned non-zero exit
status 1 in /var/lib/yum/repos/spdy/mod_spdy
Seyhun Cavus.
Original issue reported on code.google.com by [email protected] on 23 Oct 2013 at 6:10
The text was updated successfully, but these errors were encountered:
After a few months, I'm back on my web-server setup. And I've just detected the
source of this issue. It's actually about the chromium variables.
#correct the python version
export GYP_DEFINES=python_ver=2.7
Running this before compiling chromium is solving the issue to successful
installation.
Original issue reported on code.google.com by
[email protected]
on 23 Oct 2013 at 6:10The text was updated successfully, but these errors were encountered: