Update to 0.6.36

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!