|
HowToBuild
Explains how to build mod_spdy.
Deprecated IntroductionPlease see GettingStarted. |
► Sign in to add a comment
|
Search
|
|
HowToBuild
Explains how to build mod_spdy.
Deprecated IntroductionPlease see GettingStarted. |
apache src seems to be missing apr.h for win32/x64 when I tried it here with VC++ 10 Did not compile.
same problem with VC++ 08 Express. Are we missing something?
Sample spdy.load and spdy.conf files would be nice.
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.
Please see http://code.google.com/p/mod-spdy/wiki/GettingStarted for more detailed instructions on building and installing mod_spdy.
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.
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.
And on FreeBSD ? How compile it ? make BUILDTYPE=Release dos not work.