-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix /usr/bin/ld --with-ld-opt="-static" not found #2
base: master
Are you sure you want to change the base?
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 ```
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? |
Environment
CentOS was running on VirtualBox but in this case it's doesn't matter |
I have an same error with |
It's the same errors:
As I said earlier I think a problem with
|
Can you check a version of |
Fix error with /usr/bin/ld