Fix /usr/bin/ld --with-ld-opt="-static" not found#2
Open
crestone wants to merge 3 commits into
Open
Conversation
``` 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 pcre-8.37 Not found
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 ```
Owner
|
Can you tell me more about your build environment? What Linux distribution are you using? When I build NGINX on Debian 8.3 with GCC 4.9.2, I don't run into this problem. If you use the version of the build rules I just pushed (6b88b31), do you still get the same error? |
Contributor
Author
|
Environment CentOS was running on VirtualBox but in this case it's doesn't matter |
Contributor
Author
|
I have an same error with |
Contributor
Author
|
It's the same errors: As I said earlier I think a problem with |
Contributor
Author
|
Can you check a version of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix error with /usr/bin/ld