Skip to content

Conversation

crestone
Copy link
Contributor

@crestone crestone commented Aug 7, 2016

Update:

nginx-1.9.2.tar.gz > nginx-1.11.3.tar.gz openssl-1.0.1p.tar.gz > openssl-1.0.2h.tar.gz 

Bug fix by remove "--with-http_spdy_module"

./configure: error: invalid option "--with-http_spdy_module" make: *** [nginx/nginx] Error 1 
Mark and others added 6 commits August 7, 2016 03:32
``` wget -O pcre.tar.gz http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.37.tar.gz --2016-08-06 20:22:46-- http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.37.tar.gz Resolving ftp.csx.cam.ac.uk (ftp.csx.cam.ac.uk)... 131.111.8.115 Connecting to ftp.csx.cam.ac.uk (ftp.csx.cam.ac.uk)|131.111.8.115|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2016-08-06 20:22:47 ERROR 404: Not Found. make: *** [pcre.tar.gz] Error 8 ```
Fix error with /usr/bin/ld ``` checking for OS + Linux 3.10.0-327.el7.x86_64 x86_64 checking for C compiler ... found + using GNU C compiler + gcc version: 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) checking for gcc -pipe switch ... found checking for --with-ld-opt="-static" ... not found ./configure: error: the invalid value in --with-ld-opt="-static" make: *** [nginx/nginx] Error 1 ```
Fix /usr/bin/ld --with-ld-opt="-static" not found
Update: ``` nginx-1.9.2.tar.gz > nginx-1.11.3.tar.gz openssl-1.0.1p.tar.gz > openssl-1.0.2h.tar.gz ```
Remove "--with-http_spdy_module" ``` ./configure: error: invalid option "--with-http_spdy_module" make: *** [nginx/nginx] Error 1 ```
@ericpruitt
Copy link
Owner

I updated all of the build dependencies a couple of months ago and removed the "--with-http_spdy_module" option, but I never pushed the changes to the GitHub repo; I have done this now. That said, my version of this change only moves to the most recent 1.9.X build, 1.9.15, and I am still building with OpenSSL 1.0.1. I will try building and testing nginx with more recent versions of both libraries, and if I don't run into any problems, I will update the build dependencies again.

@ericpruitt
Copy link
Owner

Closing since the dependencies have long since been updated in the master branch.

@ericpruitt ericpruitt closed this May 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants