Upgrade from 7.63 to 7.64 fails
Maxim Dounin
mdounin at mdounin.ru
Thu Nov 19 19:05:55 MSK 2009
Hello!
On Thu, Nov 19, 2009 at 01:47:29PM +0100, Luka Horvatic wrote:
> Maxim Dounin wrote:
> > Hello!
> >
> > On Thu, Nov 19, 2009 at 01:18:39AM -0800, Adam Zell wrote:
> >
> >> I believe the problem is that Linux refuses to overwrite the older version
> >> of nginx while it is running (Text file busy). Perhaps something like:
> >>
> >> mv /usr/local/sbin/nginx /usr/local/sbin/nginx.old
> >> make install
> >
> > No, the problem is that original report author used wrong
> > configure arguments.
> >
> > Maxim Dounin
>
> Well i used same configure settings since version 7.60 and it always
> worked without problem.I don't see why now suddenly not working.
>
> ./configure --sbin-path=/usr/local/sbin --with-http_ssl_module
> --without-mail_pop3_module --without-mail_imap_module
> --without-mail_smtp_module --with-http_stub_status_module
As I already said - it's wrong, you should use
"--sbin-path=/usr/local/sbin/nginx" instead.
Wrong form you used may happen to work under some conditions.
There is no surprise here. It doesn't mean that it's correct
though.
Maxim Dounin
More information about the nginx
mailing list