Hey, So first of all you need python 2.x not 3.x
Then I think you need to configure cherokee by hand, not via 'easy install', and disable the dbslayer by --with-mysql=no. Pozdrawiam Jędrzej Nowak On Sun, Jan 23, 2011 at 9:16 PM, Pawel Kazinski <[email protected]> wrote: > Hello > First of I think Cherokee is a great piece of software and its been > great for me (1.0.15) > > However I tried installing the latest version on my Linksys NSLU2 > Unslung and unfortunately Im unable to finish the installation. I used > the Easy Install method but it quits after it reaches this part of the > installation: > > -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > libtool: link: gcc -std=gnu99 -g -O2 -o .libs/cget main.o proxy.o > ../cherokee/.libs/libcherokee-base.so > ../cherokee/.libs/libcherokee-client.so > /var/tmp/cherokee-build/cherokee-1.0.18/cherokee/.libs/libcherokee-base.so > -lrt -lpthread -ldl -Wl,-rpath -Wl,/opt/cherokee/lib > make[2]: Leaving directory `/var/tmp/cherokee-build/cherokee-1.0.18/cget' > Making all in packages > make[2]: Entering directory `/var/tmp/cherokee-build/cherokee-1.0.18/packages' > Making all in windows > make[3]: Entering directory > `/var/tmp/cherokee-build/cherokee-1.0.18/packages/windows' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/var/tmp/cherokee-build/cherokee-1.0.18/packages/windows' > Making all in osx > make[3]: Entering directory > `/var/tmp/cherokee-build/cherokee-1.0.18/packages/osx' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/var/tmp/cherokee-build/cherokee-1.0.18/packages/osx' > make[3]: Entering directory `/var/tmp/cherokee-build/cherokee-1.0.18/packages' > make[3]: Nothing to be done for `all-am'. > make[3]: Leaving directory `/var/tmp/cherokee-build/cherokee-1.0.18/packages' > make[2]: Leaving directory `/var/tmp/cherokee-build/cherokee-1.0.18/packages' > Making all in dbslayer > make[2]: Entering directory `/var/tmp/cherokee-build/cherokee-1.0.18/dbslayer' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/var/tmp/cherokee-build/cherokee-1.0.18/dbslayer' > make[1]: Leaving directory `/var/tmp/cherokee-build/cherokee-1.0.18' > Traceback (most recent call last): > File "<stdin>", line 542, in <module> > File "<stdin>", line 480, in main > File "<stdin>", line 366, in cherokee_install > File "<stdin>", line 224, in exe_sudo > UnboundLocalError: local variable 'command' referenced before assignment > ----------------------------------------------------------------------------------------------------------------- > > Im running the latest version of python (3.1), am I missing a package > or is it hardware related of a bug in the code > > > Thank you for any help you can provide > > > PK > _______________________________________________ > Cherokee mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
