Install q

Martin Minka martin.minka at gmail.com
Mon Apr 30 23:33:37 MSD 2007


Actualy I was testing today something and have done:
PATH_NGINX=/test/nginx
./configure \
--prefix=$PATH_NGINX \
--pid-path=$PATH_NGINX \
--sbin-path=$PATH_NGINX \
--with-http_stub_status_module \
--with-http_ssl_module \
--with-md5=/usr/lib
 
But I am getting error:
# /test/nginx/nginx -t
2007/04/26 04:46:30 [info] 21030#0: the configuration file
/test/nginx/conf/nginx.conf syntax is ok
2007/04/26 04:46:30 [emerg] 21030#0: open() "/test/nginx" failed (21: Is a
directory)
2007/04/26 04:46:30 [emerg] 21030#0: the configuration file
/test/nginx/conf/nginx.conf test failed

Everything works well if I compile with:
./configure \
--with-http_stub_status_module \
--with-http_ssl_module \
--with-md5=/usr/lib
 
Maybe Igor needs to fix something in source code to get the alternative path
working.
 
Sincerely,
Martin Minka

  _____  

From: owner-nginx at mail.sysoev.ru [mailto:owner-nginx at mail.sysoev.ru] On
Behalf Of Prabhakar Chaganti
Sent: Monday, April 30, 2007 8:50 PM
To: nginx at sysoev.ru
Subject: Install q


Does anyone know how to make install for nginx specifying the dir that I
want it to install to? This dir is different from the --prefix=/usr. :-)


thanks


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20070430/afd5b6a7/attachment.html>


More information about the nginx mailing list