1 message in ru.sysoev.nginxUpdate to 0.6.36
FromSent OnAttachments
Dario PalmeroApr 27, 2009 9:05 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:Update to 0.6.36Actions...
From:Dario Palmero (lis@ruby-forum.com)
Date:Apr 27, 2009 9:05:24 pm
List:ru.sysoev.nginx

Hi

I'm trying to upgrade nginx from 0.5.35 to 0.6.36 using:

./configure --prefix=/etc/nginx --conf-path=/etc/nginx --add-module=/etc/nginx/upload-progress-module

Then "make install clean" (I try too with "make" and then "make install") but when I run "nginx -v", after restart the server, I still have the 0.5.35 version.

Any idea why?

(to clarify: I use the "--prefix and" and "--conf-path" in the "configure" command to point where my current nginx files are - http://wiki.nginx.org/NginxInstallOptions)

Thanks!