Здравствуйте.
Пробую собрать nginx с LibreSSL с таким конфигом:
./configure --user=www-data --group=www-data --with-pcre=/home/install/pcre-8.35/ --with-zlib=/home/install/zlib-1.2.8/ --with-openssl=/home/install/libressl-2.0.5/ --with-http_ssl_module --with-ld-opt="-lrt" --without-http_geo_module --without-http_proxy_module --without-http_ssi_module --without-http_upstream_ip_hash_module --with-http_gzip_static_module --with-http_stub_status_module --with-ipv6 --error-log-path=/mnt/log/nginx/error.log --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --http-log-path=/mnt/log/nginx/access.log --http-client-body-temp-path=/mnt/log/nginx/http-temp/client_body_temp --http-proxy-temp-path=/mnt/log/nginx/http-temp/proxy_temp --http-fastcgi-temp-path=/mnt/log/nginx/http-temp/fastcgi_temp --http-uwsgi-temp-path=/mnt/log/nginx/http-temp/uwsgi_temp --http-scgi-temp-path=/mnt/log/nginx/http-temp/scgi_temp
При выполнении "make" получаю error:
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[3]: Leaving directory `/home/install/libressl-2.0.5/tests'
Making clean in man
make[3]: Entering directory `/home/install/libressl-2.0.5/man'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory `/home/install/libressl-2.0.5/man'
make[3]: Entering directory `/home/install/libressl-2.0.5'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory `/home/install/libressl-2.0.5'
make[2]: Leaving directory `/home/install/libressl-2.0.5'
/bin/sh: 3: ./config: not found
make[1]: *** [/home/install/libressl-2.0.5//.openssl/include/openssl/ssl.h] Ошибка 127
make[1]: Leaving directory `/home/install/nginx-1.7.4'
make: *** [build] Ошибка 2
Подскажите пожалуйста как собрать всё же nginx с LibreSSL?