On 21/05/2010, at 05:12, Gunnar Wolf wrote:

>> When I try and command line start Cherokee I get this message:
>> "logger_writer.c:296 - Could not open '/usr/local/var/log/
>> cherokee.error' for appending"
> 
> The directory seems just wrong - /usr/local/var/log? It would usually
> be in /var/log. And yes, it does not say it is a permission issue - It
> can very well be that the /usr/local/var/log directory does not exist :)

That usually happens when the --prefix parameter is provided to ./configure, 
but --localstatedir is missing.

The default system-wide installation should be performed with:

  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

and, in the case of MacOS X, the following parameters would be a good addition 
as well:

  --with-wwwroot=/Library/WebServer/Documents --with-wwwuser=www 
--with-wwwgroup=www

--
Octality
http://www.octality.com/

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to