6 messages in ru.sysoev.nginxRE: Install q
FromSent OnAttachments
Prabhakar ChagantiApr 30, 2007 11:49 am 
Martin MinkaApr 30, 2007 12:33 pm 
RoxisApr 30, 2007 12:44 pm 
Martin MinkaApr 30, 2007 1:22 pm 
Igor SysoevMay 1, 2007 1:16 pm 
Igor SysoevMay 1, 2007 1:20 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: Install qActions...
From:Martin Minka (mart@public.gmane.org)
Date:Apr 30, 2007 12:33:14 pm
List:ru.sysoev.nginx

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-wivfeu+yiMA@public.gmane.org
[mailto:owner-nginx-wivfeu+yiMA@public.gmane.org] On Behalf Of Prabhakar Chaganti Sent: Monday, April 30, 2007 8:50 PM To: nginx-nofU2znGi42HXe+LvDL@public.gmane.org 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