4 messages in ru.sysoev.nginxInstall error
FromSent OnAttachments
Adam ZellJul 30, 2007 3:27 pm 
Maxim DouninJul 30, 2007 3:38 pm 
Adam ZellAug 5, 2007 2:53 am 
Maxim DouninAug 5, 2007 3:23 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:Install errorActions...
From:Adam Zell (zell@public.gmane.org)
Date:Jul 30, 2007 3:27:20 pm
List:ru.sysoev.nginx

Performing a fresh install on Ubuntu 4.1.1 where the destination directory (/opt/nginx) does not exist:

root@xxxxx:~/src/nginx-0.6.6# make install make -f objs/Makefile install make[1]: Entering directory `/home/foo/src/nginx-0.6.6' test -d '/opt/nginx' || mkdir -p '/opt/nginx' test -d '/opt/nginx/sbin' || mkdir -p '/opt/nginx/sbin' test ! -f '/opt/nginx/sbin/nginx' || mv '/opt/nginx/sbin/nginx' '/opt/nginx/sbin/nginx.old' cp objs/nginx '/opt/nginx/sbin/nginx' test -d '/opt/nginx' || mkdir -p '/opt/nginx' cp conf/koi-win '/opt/nginx' cp conf/koi-utf '/opt/nginx' cp conf/win-utf '/opt/nginx' test -f '/opt/nginx/mime.types' || cp conf/mime.types '/opt/nginx' cp conf/mime.types '/opt/nginx/conf/nginx.conf/mime.types.default' cp: cannot create regular file `/opt/nginx/conf/nginx.conf/mime.types.default': No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/azell/src/nginx-0.6.6' make: *** [install] Error 2

It appears that the /opt/nginx/conf directory has not been created before the cp command.