Fail configure Nginx

EasyEngine 3.8.1

Hi! I have trouble updating Nginx using @virtubox bash script. I have Debian 8.11 and that’s the error:

checking for C compiler … not found

./configure: error: C compiler /usr/bin/gcc-8 is not found

Hello @vasiler,

I’m working on a fix for debian 8, but I will not support it longer because of Debian EOL [~June 6th 2018]

Hi @virtubox. The previous version, the one before 3.3.2 (3.3.1, I think) worked for me. Now I have that error:

  • using GNU C compiler
  • gcc version: 4.9.2 (Debian 4.9.2-10+deb8u1)
    checking for gcc -pipe switch … found
    checking for --with-ld-opt="-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now" … not found
    ./configure: error: the invalid value in --with-ld-opt="-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl$

Can you give me the previos version?

Hello @vasiler,
you can find the previous releases here : https://github.com/VirtuBox/nginx-ee/releases

Thank you! I have used version 3.3.1. I just changed openssl version to 1.1.2-dev.

After running few tests on debian, the cause of the issue is the flag

--with-openssl-opt='enable-ec_nistp_64_gcc_128 enable-tls1_3

You just have to replace it by

--with-openssl-opt='enable-tls1_3'

And you will be able to compile nginx with the latest nginx-ee release. I’m working on a workaround for debian 8 and gcc 4.X

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.