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

Fix /usr/bin/ld --with-ld-opt="-static" not found #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2016

  1. Fix pcre-8.37 Not found

    ```
    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
    ```
    Mark authored and Mark committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    aff80a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from crestone/fix-pcre-not-found

    Fix pcre-8.37 Not found
    Mark authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    ad22b8f View commit details
    Browse the repository at this point in the history
  3. Fix /usr/bin/ld --with-ld-opt="-static" 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
    ```
    Mark authored and Mark committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    c8c773a View commit details
    Browse the repository at this point in the history