Hello,
I'm like to install mod-spdy on my Zabbix Appliance 3.2.6.
I use this. ( https://github.com/eousphoros/mod-spdy )
sudo apt-get -y install git g++ apache2 libapr1-dev libaprutil1-dev patch inutils make devscripts libpcre3-dev
git clone https://github.com/eousphoros/mod-spdy.git
cd mod-spdy/src
./build_modssl_with_npn.sh
chmod +x ./build/gyp_chromium
make BUILDTYPE=Release
one the last command i get these error:
appliance@zabbix:/tmp/mod-spdy/src$ make BUILDTYPE=Release
ACTION Regenerating Makefile
/bin/sh: 1: ./build/gyp_chromium: not found
make: *** [Makefile] Error 127
How to fix this?
I need these module for using these template: https://share.zabbix.com/storage-devices/hp/hp-msa
Thanks for you support if you fix this for me
I'm like to install mod-spdy on my Zabbix Appliance 3.2.6.
I use this. ( https://github.com/eousphoros/mod-spdy )
sudo apt-get -y install git g++ apache2 libapr1-dev libaprutil1-dev patch inutils make devscripts libpcre3-dev
git clone https://github.com/eousphoros/mod-spdy.git
cd mod-spdy/src
./build_modssl_with_npn.sh
chmod +x ./build/gyp_chromium
make BUILDTYPE=Release
one the last command i get these error:
appliance@zabbix:/tmp/mod-spdy/src$ make BUILDTYPE=Release
ACTION Regenerating Makefile
/bin/sh: 1: ./build/gyp_chromium: not found
make: *** [Makefile] Error 127
How to fix this?
I need these module for using these template: https://share.zabbix.com/storage-devices/hp/hp-msa
Thanks for you support if you fix this for me