Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2008 09:00:10 +0200
From:      regisr <regisr@pobox.com>
To:        ports@freebsd.org
Cc:        beech@freebsd.org
Subject:   FreeBSD Port: www/cherokee-devel build and run
Message-ID:  <20080712090010.cc0f5475.regisr@pobox.com>

next in thread | raw e-mail | index | archive | help
Hello!

I have some trouble about this port:

1) In the Makefile a variable is not replaced:
--- Makefile.orig       2008-07-02 19:38:13.000000000 +0200
+++ Makefile    2008-07-11 21:24:34.000000000 +0200
@@ -67,6 +67,7 @@
        @for i in ${BUILD_WRKSRC}/*.sample.pre;do ${SED} -e \
                's:%sysconfdir%:${PREFIX}/etc:g; \
                s:%datadir%:${PREFIX}/share:g; \
+               s:%localstatedir%:/var:g; \
                s:%wwwroot%:${PREFIX}/www/cherokee:g; \
                s:%prefix%:${PREFIX}:g; \
                s:#.*User.*nobody:User www:g; \

2) The script to run it at boot ( files/cherokee.sh.in ) use a argument
'-b' not available: 
28c28
< command_args="-C ${cherokee_conf} -b"
---
> command_args="-C ${cherokee_conf} "

How to run it as daemon?

3) about  cherokee-admin: 
It return a code status 503 with the message on output:
env: python: No such file or directory
is there something wrong with my configuration?
My python package installed  is python25-2.5.2_2
and FreeBSD is a 6.3 source code updated on June, 26. 

Thanks
-- 
regis



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080712090010.cc0f5475.regisr>