Всем добрый день. Прошу помочь. Пытаюсь собрать nginx для Solaris 10 Sparc. Вот что пытаюсь делать:
CC=«cc» ./configure --prefix=/opt/nginx --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-cc=/usr/sfw/bin/gcc --with-pcre=/usr/local
Результат:
Configuration summary + using PCRE library: /usr/local + using system OpenSSL library + md5: using OpenSSL library + sha1: using OpenSSL library + using system zlib library
nginx path prefix: «/opt/nginx» nginx binary file: «/opt/nginx/sbin/nginx» nginx configuration prefix: «/opt/nginx/conf» nginx configuration file: «/opt/nginx/conf/nginx.conf» nginx pid file: «/opt/nginx/logs/nginx.pid» nginx error log file: «/opt/nginx/logs/error.log» nginx http access log file: «/opt/nginx/logs/access.log» nginx http client request body temporary files: «client_body_temp» nginx http proxy temporary files: «proxy_temp» nginx http fastcgi temporary files: «fastcgi_temp» nginx http uwsgi temporary files: «uwsgi_temp» nginx http scgi temporary files: «scgi_temp»
gmake
gmake -f objs/Makefile gmake[1]: Entering directory `/opt/nginx/nginx-1.9.9' cd /usr/local \ && if [ -f Makefile ]; then gmake distclean; fi \ && CC=«/usr/sfw/bin/gcc» CFLAGS="-O2 -fomit-frame-pointer -pipe " \ ./configure --disable-shared /bin/sh: ./configure: not found gmake[1]: *** [/usr/local/Makefile] Error 1 gmake[1]: Leaving directory `/opt/nginx/nginx-1.9.9' gmake: *** [build] Error 2
Что за ошибка??? Почему? Прошу помочь. Или подкинуть рабочую инструкцию. Буду признателен. Всем добра!!!