• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question Brotli Nginx Support with Plesk Onyx

themos

New Pleskian
Hello Forum,

i am a newbie and would like to install and reconfigure nginx with brotli support (https://github.com/google/ngx_brotli).

I tried to do it, but always got stuck with errors like:



Code:
make[1]: Verzeichnis »/usr/local/src/nginx-1.11.1« wird betreten
cd /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h \
        && if [ -f Makefile ]; then make clean; fi \
        && ./config --prefix=/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl no-shared enable-tlsext zlib no-idea no-mdc2 no-rc5 no-ssl2 no-shared -fpic \
        && make \
        && make install_sw LIBDIR=lib
/bin/sh: 1: cd: can't cd to /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h
make[1]: *** [/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl/include/openssl/ssl.h] Fehler 2
make[1]: Verzeichnis »/usr/local/src/nginx-1.11.1« wird verlassen
make: *** [build] Fehler 2


Is here anyone who can gimme a step by step "installation"?
I really would like to test brotli to get my pages load faster.


Or:
How can i reconfigure the current nginx installation?



Thank you


System: Plesk Onyx 17.0.17 Update Nr. 15
OS: Ubuntu 14.04.5 LTS
 
Hello Forum,

i am a newbie and would like to install and reconfigure nginx with brotli support (https://github.com/google/ngx_brotli).

I tried to do it, but always got stuck with errors like:



Code:
make[1]: Verzeichnis »/usr/local/src/nginx-1.11.1« wird betreten
cd /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h \
        && if [ -f Makefile ]; then make clean; fi \
        && ./config --prefix=/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl no-shared enable-tlsext zlib no-idea no-mdc2 no-rc5 no-ssl2 no-shared -fpic \
        && make \
        && make install_sw LIBDIR=lib
/bin/sh: 1: cd: can't cd to /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h
make[1]: *** [/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl/include/openssl/ssl.h] Fehler 2
make[1]: Verzeichnis »/usr/local/src/nginx-1.11.1« wird verlassen
make: *** [build] Fehler 2


Is here anyone who can gimme a step by step "installation"?
I really would like to test brotli to get my pages load faster.


Or:
How can i reconfigure the current nginx installation?



Thank you


System: Plesk Onyx 17.0.17 Update Nr. 15
OS: Ubuntu 14.04.5 LTS



Have the same error when try setup geoip on nginx (also Ubuntu 14.04)

root@usve2xxxx3:~/nginx-1.11.10# make

make -f objs/Makefile
make[1]: Entering directory `/root/nginx-1.11.10'
cd /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h \
&& if [ -f Makefile ]; then make clean; fi \
&& ./config --prefix=/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl no-shared enable-tlsext zlib no-idea no-mdc2 no-rc5 no-ssl2 no-shared -fpic \
&& make \
&& make install_sw LIBDIR=lib
/bin/sh: 1: cd: can't cd to /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h
make[1]: *** [/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl/include/openssl/ssl.h] Error 2
make[1]: Leaving directory `/root/nginx-1.11.10'
make: *** [build] Error 2


root@usve2xxxx3:~/nginx-1.11.10# make install


make -f objs/Makefile install
make[1]: Entering directory `/root/nginx-1.11.10'
cd /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h \
&& if [ -f Makefile ]; then make clean; fi \
&& ./config --prefix=/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl no-shared enable-tlsext zlib no-idea no-mdc2 no-rc5 no-ssl2 no-shared -fpic \
&& make \
&& make install_sw LIBDIR=lib
/bin/sh: 1: cd: can't cd to /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h
make[1]: *** [/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl/include/openssl/ssl.h] Error 2
make[1]: Leaving directory `/root/nginx-1.11.10'
make: *** [install] Error 2
 
@davemoondog no, only CentOS/RHEL are supported operating systems at this time.
Whenever Plesk rolls out their own Brotli module packages, I assume Ubuntu will be included.
 
Back
Top