patricmutwiri / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

mod_spdy.so doesn't load on Fedora 18 #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version/revision number of mod_spdy are you using?
0.9.3.3

What version of Apache are you using, and on what operating system?  (Use
`apache2ctl -v` to check.)
Apache 2.4.3

What other Apache modules are you using?  (Use `apache2ctl -M` to check.)
Not relevant

What browser version did you use to access the mod_spdy server?  On what
operating system? What flags was the browser invoked with?  (For
Chrome/Chromium, go to about:version to check.)

Chrome 24

What steps will reproduce the problem?
1. Complete Fedora 18 installation
2. Install mod-spdy-beta RPM package
3. "systemctl start httpd"

What is the expected result? What do you see instead?
Loading module completes

instead:
Cannot load /usr/lib64/httpd/modules/mod_spdy.so into server: 
/usr/lib64/httpd/modules/mod_spdy.so: undefined symbol: ap_log_cerror

Please provide any additional information below.

Original issue reported on code.google.com by kenny@the-b.org on 27 Jan 2013 at 11:27

GoogleCodeExporter commented 8 years ago
mod_spdy currently only works for Apache 2.2; it does not yet support Apache 
2.4, sorry.  But it should.  (-:  I've opened a new bug to track that issue and 
merged this one into it.

Original comment by mdste...@google.com on 28 Jan 2013 at 3:13