Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Aug 20, 2015 · 8 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Issue 30 has been merged into this issue.

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

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

uploaded buildlog

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

Attachments:

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant