patricmutwiri / mod-spdy

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

Defect: Install Script links to invalid location for httpd #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
File: build_modssl_with_npn.sh

APACHE_HTTPD_SRC_TGZ_URL="http://www.apache.org/dist/httpd/httpd-2.2.21.tar.gz"

This URL is invalid. It should be changed to

APACHE_HTTPD_SRC_TGZ_URL="http://archive.apache.org/dist/httpd/httpd-2.2.21.tar.
gz"

Original issue reported on code.google.com by ajacksif...@gmail.com on 24 Feb 2012 at 1:04

GoogleCodeExporter commented 8 years ago
Oops, thanks for catching this.  (The old URL used to work, but I guess the 
link broke.)  I should have the change checked in soon.

Original comment by mdste...@google.com on 24 Feb 2012 at 2:35

GoogleCodeExporter commented 8 years ago
Issue 30 has been merged into this issue.

Original comment by mdste...@google.com on 24 Feb 2012 at 2:38

GoogleCodeExporter commented 8 years ago
you can also update the link for openssl to:

http://www.openssl.org/source/openssl-1.0.1-beta3.tar.gz

thx & regards

Original comment by dynamind...@gmail.com on 24 Feb 2012 at 3:02

GoogleCodeExporter commented 8 years ago
if you change to the latest openssl release the md5 sum needs a change too 

download_file $OPENSSL_SRC_TGZ_URL $OPENSSL_SRC_TGZ 
dc141587e0d374bdb0c7b97f770fff5e

http://www.openssl.org/source/openssl-1.0.1-beta3.tar.gz.md5

Original comment by dynamind...@gmail.com on 24 Feb 2012 at 3:06

GoogleCodeExporter commented 8 years ago
Broken link should be fixed as of r253.

I'll look into upgrading the links to more recent versions; need to test that 
everything still works, first.

Original comment by mdste...@google.com on 24 Feb 2012 at 3:08

GoogleCodeExporter commented 8 years ago
you're right, it does not build with error:

Configuring Apache mod_ssl ... configure: error: ... Error, SSL/TLS libraries 
were missing or unusable
Failed. Build log at /tmp/httpd_buildlog.CBwZ9lIN8e.

Build aborted.
Cleaning up ... done

Original comment by dynamind...@gmail.com on 24 Feb 2012 at 3:14

GoogleCodeExporter commented 8 years ago
uploaded buildlog

Original comment by dynamind...@gmail.com on 24 Feb 2012 at 3:18

Attachments:

GoogleCodeExporter commented 8 years ago
FWIW, we now use OpenSSL 1.0.1 final (rather than beta2), and Apache 2.2.22 
(rather than 2.2.21).

Original comment by mdste...@google.com on 2 Apr 2012 at 5:34