UIKit0 / mod-spdy

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

why i can't built mod-spdy following the Instruction #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version/revision number of mod_spdy are you using?
i download the mod_spdy following the instruction in 
http://code.google.com/p/mod-spdy/wiki/GettingStarted

What version of Apache are you using, and on what operating system?  (Use
`apache2ctl -v` to check.)
my system is Linux 2.6.18-164.el5xen #1 SMP Tue Aug 18 15:59:52 EDT 2009 x86_64 
x86_64 x86_64 GNU/Linux and Apache/2.2.22 (Unix)

What other Apache modules are you using?  (Use `apache2ctl -M` to check.)
Loaded Modules:
 core_module (static)
 authn_file_module (static)
 authn_default_module (static)
 authz_host_module (static)
 authz_groupfile_module (static)
 authz_user_module (static)
 authz_default_module (static)
 auth_basic_module (static)
 include_module (static)
 filter_module (static)
 log_config_module (static)
 env_module (static)
 setenvif_module (static)
 version_module (static)
 ssl_module (static)
 mpm_prefork_module (static)
 http_module (static)
 mime_module (static)
 status_module (static)
 autoindex_module (static)
 asis_module (static)
 cgi_module (static)
 negotiation_module (static)
 dir_module (static)
 actions_module (static)
 userdir_module (static)
 alias_module (static)
 so_module (static)

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.)

What steps will reproduce the problem?
when i print this command, it occur an error  
./build_modssl_with_npn.sh

...
Configuring Apache mod_ssl ... configure: error: ... Error, SSL/TLS libraries 
were missing or unusable
Failed. Build log at /tmp/httpd_buildlog.uFcWB22533.
Build aborted.
Cleaning up ... done

What is the expected result? What do you see instead?

Please provide any additional information below.

Original issue reported on code.google.com by gab...@126.com on 8 Oct 2012 at 11:25

GoogleCodeExporter commented 8 years ago
Oh dear.  The build_modssl_with_npn.sh script is supposed to Just Work, but 
obviously, it isn't working for you.  (-:  Which Linux distro are you building 
on?

Note that depending on your system, you may be able to install a binary package 
from here <https://developers.google.com/speed/spdy/mod_spdy/> rather than 
having to build from source, if you like.

Original comment by mdste...@google.com on 8 Oct 2012 at 2:54

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
my Linux distro is Red Hat Enterprise Linux Server release 5.4 (Tikanga)
my apache works well with the following command
sudo /usr/local/apache2/bin/apachectl start
Apache/2.2.22 mod_ssl/2.2.22 (Pass Phrase Dialog)

however, when i try to install mod-spdy ,error occur.
i have try 
sudo rpm -U mod-spdy-beta_current_x86_64.rpm
sudo yum install mod-spdy-beta_current_x86_64.rpm
both of them remaind me
 "Failed dependencies"  
httpd >= 2.2.4 is needed by mod-spdy-beta-0.9.3.2-376.x86_64
mod_ssl >= 2.2 is needed by mod-spdy-beta-0.9.3.2-376.x86_64

Original comment by gab...@126.com on 9 Oct 2012 at 1:47