Installation error introduced in 0.6.6?

Kevin Williams kevwil at gmail.com
Tue Aug 14 19:32:22 MSD 2007


I had the same issue. I just assumed 0.6.x is not ready for prime time.

On 8/14/07, Wayne E. Seguin <wayneeseguin at gmail.com> wrote:
>
> Igor,
>
> While installing 0.6.6 I ran into an issue:
>
> nginx-0.6.6$ sudo make install
> make -f objs/Makefile install
> make[1]: Entering directory `/src/nginx-0.6.6'
> test -d '/usr/local/nginx' || mkdir -p '/usr/local/nginx'
> test -d '/'             || mkdir -p '/'
> test ! -f '/sbin' || mv '/sbin' '/sbin.old'
> cp objs/nginx '/sbin'
> test -d '/usr/local/nginx' || mkdir -p '/usr/local/nginx'
> cp conf/koi-win '/usr/local/nginx'
> cp conf/koi-utf '/usr/local/nginx'
> cp conf/win-utf '/usr/local/nginx'
> test -f '/usr/local/nginx/mime.types'           || cp conf/mime.types
> '/usr/local/nginx'
> cp conf/mime.types
> '/usr/local/nginx/conf/nginx.conf/mime.types.default'
> cp: cannot create regular file
> `/usr/local/nginx/conf/nginx.conf/mime.types.default': No
> such file or directory
> make[1]: *** [install] Error 1
> make[1]: Leaving directory `/src/nginx-0.6.6'
> make: *** [install] Error 2
>
> For example in auto/install#44 should it be?:
> -        cp conf/mime.types
> '$NGX_CONF_PATH/mime.types.default'
> +       cp conf/mime.types
> '$NGX_CONF_PREFIX/mime.types.default'
>
> I guess I'm confused about the conf/nginx.conf/... part?
>
> Thanks!
>
>   ~Wayne
>
> s///g
> Wayne E. Seguin
> Sr. Systems Architect & Systems Administrator
>


-- 
Cheers,

Kevin Williams
http://www.almostserio.us/
http://kevwil.tumblr.com/
http://kevwil.jaiku.com/





More information about the nginx mailing list