zypper -n install wget tar make gcc-c++
zipper -n source-install pcre openssl
wget https://openresty.org/download/openresty-1.11.2.3.tar.gz
tar -xvf openresty-1.11.2.3.tar.gz
cd openresty-1.11.2.3
--
You received this message because you are subscribed to the Google Groups "openresty-en" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openresty-en...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[5]: Leaving directory '/root/openresty-1.11.2.3/openssl-1.0.1i/crypto/cmac'
if [ -n "" ]; then \
(cd ..; make libcrypto.so.1.0.0); \
fi
make[4]: Leaving directory '/root/openresty-1.11.2.3/openssl-1.0.1i/crypto'
make[3]: Leaving directory '/root/openresty-1.11.2.3/openssl-1.0.1i'
objs/Makefile:2348: recipe for target '/root/openresty-1.11.2.3/openssl-1.0.1i/.openssl/include/openssl/ssl.h' failed
make[2]: *** [/root/openresty-1.11.2.3/openssl-1.0.1i/.openssl/include/openssl/ssl.h] Error 2
make[2]: Leaving directory '/root/openresty-1.11.2.3/build/nginx-1.11.2'
Makefile:8: recipe for target 'build' failed
make[1]: *** [build] Error 2
make[1]: Leaving directory '/root/openresty-1.11.2.3/build/nginx-1.11.2'
Makefile:4: recipe for target 'all' failed
make: *** [all] Error 2
linux-2bd1:~/openresty-1.11.2.3 # To unsubscribe from this group and stop receiving emails from it, send an email to openresty-en+unsubscribe@googlegroups.com.
zypper -n install wget tar make gcc-c++
wget https://openresty.org/download/openresty-1.11.2.3.tar.gz
tar -xvf openresty-1.11.2.3.tar.gz
cd openresty-1.11.2.3
tar -xvf ../openssl-1.0.2k.tar.gz
tar -xvf /usr/src/packages/SOURCES/zlib-1.2.8.tar.gz
tar -xvf /usr/src/packages/SOURCES/pcre-8.39.tar.bz2
./configure -j2 --with-pcre=./pcre-8.39 --with-openssl=./openssl-1.0.2k --with-zlib=./zlib-1.2.8
make -j2
make install