Installation error introduced in 0.6.6?

Wayne E. Seguin wayneeseguin at gmail.com
Tue Aug 14 19:24:57 MSD 2007


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20070814/f1215262/attachment.html>


More information about the nginx mailing list