i install the new version with $ ./configure --prefix=/usr/local/cherokee --bindir=/usr/local/bin --sbindir=/usr/local/sbin --sysconfdir=/etc/sysconfig --localstatedir=/var --enable-beta --enable-os-string=Just-Secret --enable-trace --enable-backtraces --enable-internal-pcre --enable-static-module=all --with-mysql=no --with-wwwuser=http --with-wwwgroup=web
after make && make install. the cherokee-admin runs bad still. [r...@powerpc cherokee-0.99.45]# cherokee-admin -u -b -p 88 Web Interface: URL: http://localhost:88/ [26/04/2010 06:39:54.183] (error) rrd_tools.c:120 - Could not find the rrdtool b inary. /usr/local/cherokee/lib/libcherokee-base.so.0(cherokee_error_log+0x51) [0xb7ed f451] /usr/local/cherokee/lib/libcherokee-server.so.0(cherokee_rrd_connection_config ure+0x117) [0xb7e9b3a7] /usr/local/cherokee/lib/libcherokee-server.so.0(cherokee_handler_render_rrd_co nfigure+0x4a) [0xb7e8e9fa] /usr/local/cherokee/lib/libcherokee-server.so.0 [0xb7ea596b] /usr/local/cherokee/lib/libcherokee-base.so.0(cherokee_config_node_while+0x33) [0xb7eef7f3] /usr/local/cherokee/lib/libcherokee-server.so.0 [0xb7ea51d1] /usr/local/cherokee/lib/libcherokee-server.so.0 [0xb7ea623d] /usr/local/cherokee/lib/libcherokee-base.so.0(cherokee_config_node_while+0x33) [0xb7eef7f3] /usr/local/cherokee/lib/libcherokee-server.so.0(cherokee_virtual_server_config ure+0x91) [0xb7ea4d51] /usr/local/cherokee/lib/libcherokee-server.so.0 [0xb7ea1c26] /usr/local/cherokee/lib/libcherokee-base.so.0(cherokee_config_node_while+0x33) [0xb7eef7f3] /usr/local/cherokee/lib/libcherokee-server.so.0 [0xb7ea1908] /usr/local/cherokee/lib/libcherokee-server.so.0(cherokee_server_read_config_st ring+0x4a) [0xb7ea1f1a] cherokee-admin(main+0x7e9) [0x80496c9] /lib/libc.so.6(__libc_start_main+0xdc) [0xb7acfe9c] cherokee-admin [0x8048e21] Cherokee Web Server 0.99.45b (Apr 26 2010): Listening on port ALL:88, TLS disabled, IPv6 enabled, using epoll, 4096 fds system limit, max. 2041 connections, caching I/O, single thread. when i access the background,the server retruns a 503 status code. WANT FIXED. Best regards, Sharl.Jimh.Tsin 2010/4/26 Sharl.Jimh.Tsin <[email protected]>: > all right.i will test the the new version. > > Best regards, > Sharl.Jimh.Tsin > > > > 2010/4/26 Juan J. <[email protected]>: >> El dom, 25-04-2010 a las 23:13 +0100, Juan J. Martínez escribió: >>> [...] >>> > Where did it fail? >>> >>> I'm looking at it, but... >>> >>> Traceback (most recent call last): >>> File "./run-tests.py", line 279, in ? >>> obj = m.Test() >>> File "203-secdownload1.py", line 27, in __init__ >>> req = '/%s%s' %(DIR, secure_download('/%s'%(FILE), SECRET)) >>> File "203-secdownload1.py", line 19, in secure_download >>> import time, hashlib >>> ImportError: No module named hashlib >>> >> >> Yes, seems that hashlib is new in Python 2.5; so we got a problem here >> if we want to keep 2.4 support. >> >> There's a standalone version for Python 2.4: >> >> http://code.krypto.org/python/hashlib/ >> >> So, at least we have to clarify the requirements to run Cherokee in >> Python 2.4 systems, and check the availability of those packages (if >> possible) in them. >> >> After that, syntax error: >> >> Traceback (most recent call last): >> File "/usr/local/share/cherokee/admin/server.py", line 185, in ? >> import PageVServers >> File "/usr/local/share/cherokee/admin/PageVServers.py", line 209 >> disclass = 'vserver-inactive' if is_disabled else '' >> ^ >> SyntaxError: invalid syntax >> >> I've added that info to: >> http://code.google.com/p/cherokee/issues/detail?id=816 >> >> Regards, >> >> Juanjo >> >> -- >> jjm's home: http://www.usebox.net/jjm/ >> blackshell: http://blackshell.usebox.net/ >> ramble on: http://rambleon.usebox.net/ >> >> >> _______________________________________________ >> Cherokee mailing list >> [email protected] >> http://lists.octality.com/listinfo/cherokee >> > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
