UIKit0 / mod-spdy

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

error when restarting apache: "undefined symbol: ap_log_cerror" #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version/revision number of mod_spdy are you using?
mod-spdy-beta                     x86_64                     0.9.3.3-386 (the 
one packaged for fedora)

What version of Apache are you using, and on what operating system?  (Use
`apache2ctl -v` to check.)
Server version: Apache/2.4.3 (Fedora)
Server built:   Oct 26 2012 14:14:12

What other Apache modules are you using?  (Use `apache2ctl -M` to check.)
core_module (static)
 so_module (static)
 http_module (static)
 access_compat_module (shared)
 actions_module (shared)
 alias_module (shared)
 allowmethods_module (shared)
 auth_basic_module (shared)
 auth_digest_module (shared)
 authn_anon_module (shared)
 authn_core_module (shared)
 authn_dbd_module (shared)
 authn_dbm_module (shared)
 authn_file_module (shared)
 authn_socache_module (shared)
 authz_core_module (shared)
 authz_dbd_module (shared)
 authz_dbm_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_owner_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cache_module (shared)
 cache_disk_module (shared)
 data_module (shared)
 dbd_module (shared)
 deflate_module (shared)
 dir_module (shared)
 dumpio_module (shared)
 echo_module (shared)
 env_module (shared)
 expires_module (shared)
 ext_filter_module (shared)
 filter_module (shared)
 headers_module (shared)
 include_module (shared)
 info_module (shared)
 log_config_module (shared)
 logio_module (shared)
 mime_magic_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 remoteip_module (shared)
 reqtimeout_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 slotmem_plain_module (shared)
 slotmem_shm_module (shared)
 socache_dbm_module (shared)
 socache_memcache_module (shared)
 socache_shmcb_module (shared)
 status_module (shared)
 substitute_module (shared)
 suexec_module (shared)
 unique_id_module (shared)
 unixd_module (shared)
 userdir_module (shared)
 version_module (shared)
 vhost_alias_module (shared)
 dav_module (shared)
 dav_fs_module (shared)
 dav_lock_module (shared)
 lua_module (shared)
 mpm_prefork_module (shared)
 proxy_module (shared)
 lbmethod_bybusyness_module (shared)
 lbmethod_byrequests_module (shared)
 lbmethod_bytraffic_module (shared)
 lbmethod_heartbeat_module (shared)
 proxy_ajp_module (shared)
 proxy_balancer_module (shared)
 proxy_connect_module (shared)
 proxy_express_module (shared)
 proxy_fcgi_module (shared)
 proxy_fdpass_module (shared)
 proxy_ftp_module (shared)
 proxy_http_module (shared)
 proxy_scgi_module (shared)
 ssl_module (shared)
 systemd_module (shared)
 cgi_module (shared)
 perl_module (shared)
 fcgid_module (shared)
 geoip_module (shared)
 php5_module (shared)
 dav_svn_module (shared)
 authz_svn_module (shared)
 dontdothat_module (shared)

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.)
n/a

What steps will reproduce the problem?
1. Fedora 18
2. Add mod-spdy-beta
3. Restart Fedora 18

What is the expected result? What do you see instead?
Expected httpd to start.
Saw in log:
httpd: Syntax error on line 355 of /etc/httpd/conf/httpd.conf: Syntax error on 
line 1 of /etc/httpd/conf.d/spdy.conf: 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.
I'm aware this might not be your issue, there may be something missing in my 
apache conf or somesuch. Any advice?

Original issue reported on code.google.com by sickpu...@gmail.com on 13 Feb 2013 at 8:04

GoogleCodeExporter commented 8 years ago
The problem is that mod_spdy does not yet support Apache 2.4 (only Apache 2.2). 
 I am merging this issue into the issue tracking Apache 2.4 support.

Original comment by mdste...@google.com on 13 Feb 2013 at 4:06

GoogleCodeExporter commented 8 years ago
Hello,
I have a same problem. How to fix it?

Original comment by kysil...@gmail.com on 18 Feb 2015 at 1:08