My favorites | Sign in
Project Home Wiki Issues Source
Search
for
HowToBuild  
Explains how to build mod_spdy.
Deprecated
Updated Apr 4, 2012 by mdste...@google.com

Introduction

Please see GettingStarted.

Comment by c...@koch-aplsystems.de, Apr 8, 2011

apache src seems to be missing apr.h for win32/x64 when I tried it here with VC++ 10 Did not compile.

Comment by stefan.r...@gmail.com, Apr 11, 2011

same problem with VC++ 08 Express. Are we missing something?

Comment by alfredo....@gmail.com, Apr 11, 2011

Sample spdy.load and spdy.conf files would be nice.

Comment by nick.lem...@gmail.com, Dec 14, 2011

This works to load the module:

LoadModule? spdy_module /usr/lib/apache2/modules/libmod_spdy.so

Although I have the module loaded, I don't see it working. It probably needs some other config settings.

Comment by project member bmcqu...@google.com, Dec 20, 2011

Please see http://code.google.com/p/mod-spdy/wiki/GettingStarted for more detailed instructions on building and installing mod_spdy.

Comment by DragonMo...@gmail.com, Jan 19, 2012

There are compile issues, at least on 32bit Ubuntu 10.04 in src/third_party/chromium/src/base/time_posix.cc

I managed to fix this by casting to a long. See http://code.google.com/p/mod-spdy/issues/detail?id=16 for details.

Comment by jlbr...@bordo.com.au, Mar 18, 2012

On Mac OS X 10.7.3 the compile never gets started. I get:

mod_spdy jlbrown$ cd src; make BUILDTYPE=Release make: No targets specified and no makefile found. Stop.

Anything I'm doing wrongly? Thanks, James.

Comment by christop...@gmail.com, Mar 21, 2012

And on FreeBSD ? How compile it ? make BUILDTYPE=Release dos not work.


Sign in to add a comment
Powered by Google Project Hosting