error is here:

[r...@powerpc /]# cherokee-admin -u -b -p 89 -x

Web Interface:
  URL:               http://localhost:89/

[20/04/2010 09:53:33.342] (error) rrd_tools.c:120 - Could not find the
rrdtool b
               inary.
Cherokee Web Server 0.99.45b (Apr 20 2010): Listening on port ALL:89, TLS
disabled, IPv6 enabled, using epoll, 4096 fds system limit, max. 2041
connections, caching I/O, single thread
Traceback (most recent call last):
  File "/usr/local/cherokee/share/cherokee/admin/server.py", line 36, in ?
    import CTK
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/__init__.py",
line 27,
               in ?
    from Submitter import Submitter, SubmitterButton
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/Submitter.py",
line 27,
               in ?
    from TextField import TextField
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/TextField.py",
line 25,
               in ?
    from Server import cfg
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/Server.py",
line 31, in
                  ?
    import simplejson as json
ImportError: No module named simplejson
Traceback (most recent call last):
  File "/usr/local/cherokee/share/cherokee/admin/server.py", line 36, in ?
    import CTK
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/__init__.py",
line 27,
               in ?
    from Submitter import Submitter, SubmitterButton
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/Submitter.py",
line 27,
               in ?
    from TextField import TextField
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/TextField.py",
line 25,
               in ?
    from Server import cfg
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/Server.py",
line 31, in
                  ?
    import simplejson as json
ImportError: No module named simplejson
Traceback (most recent call last):
  File "/usr/local/cherokee/share/cherokee/admin/server.py", line 36, in ?
    import CTK
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/__init__.py",
line 27,
               in ?
    from Submitter import Submitter, SubmitterButton
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/Submitter.py",
line 27,
               in ?
    from TextField import TextField
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/TextField.py",
line 25,
               in ?
    from Server import cfg
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/Server.py",
line 31, in
                  ?
    import simplejson as json
ImportError: No module named simplejson
Traceback (most recent call last):
  File "/usr/local/cherokee/share/cherokee/admin/server.py", line 36, in ?
    import CTK
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/__init__.py",
line 27,
               in ?
    from Submitter import Submitter, SubmitterButton
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/Submitter.py",
line 27,
               in ?
    from TextField import TextField
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/TextField.py",
line 25,
               in ?
    from Server import cfg
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/Server.py",
line 31, in
                  ?
    import simplejson as json
ImportError: No module named simplejson
Traceback (most recent call last):
  File "/usr/local/cherokee/share/cherokee/admin/server.py", line 36, in ?
    import CTK
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/__init__.py",
line 27,
               in ?
    from Submitter import Submitter, SubmitterButton
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/Submitter.py",
line 27,
               in ?
    from TextField import TextField
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/TextField.py",
line 25,
               in ?
    from Server import cfg
  File "/usr/local/cherokee/share/cherokee/admin/CTK/CTK/Server.py",
line 31, in
                  ?
    import simplejson as json
ImportError: No module named simplejson

Best regards,
Sharl.Jimh.Tsin



2010/4/20 Jędrzej Nowak <[email protected]>:
> run cherokee-admin -u -b -p 81 -x
>
> -x means debug. And paste here an error message.
>
>
> Pozdrawiam
> Jędrzej Nowak
>
>
>
> On Tue, Apr 20, 2010 at 4:33 AM, Sharl.Jimh.Tsin <[email protected]> 
> wrote:
>> when i disable mysql by "--with-mysql=no" string ,like below:
>>  $ ./configure --prefix=/usr/local/cherokee --bindir=/usr/local/bin
>> --sbindir=/usr/local/sbin --sysconfdir=/etc/sysconfig --enable-beta
>> --enable-os-string=you-guess --enable-internal-pcre
>> --enable-static-module=all --with-mysql=no --with-wwwroot=/home/www
>> --with-wwwuser=http --with-wwwgroup=web
>>
>> install success.
>>
>> after install finished, i just run "cherokee-admin -u -b -p 81" to
>> configure the web server.
>>
>> the server gives a 503 Service Unavailable status.
>>
>> and the console prints a error message:
>>
>> [r...@powerpc cherokee-0.99.45b4894]# cherokee-admin -u -b -p 81
>>
>> Web Interface:
>>  URL:               http://localhost:81/
>>
>> [20/04/2010 06:19:51.771] (error) rrd_tools.c:120 - Could not find the
>> rrdtool binary.
>>
>> Cherokee Web Server 0.99.45b (Apr 20 2010): Listening on port ALL:81, TLS
>> disabled, IPv6 enabled, using epoll, 4096 fds system limit, max. 2041
>> connections, caching I/O, single thread
>>
>> Can anyone solve it?
>>
>> Best regards,
>> Sharl.Jimh.Tsin
>>
>>
>>
>> 2010/4/20 Sharl.Jimh.Tsin <[email protected]>:
>>> Sorry,error again just with "--with-mysql" without parameters
>>>
>>> Best regards,
>>> Sharl.Jimh.Tsin
>>>
>>>
>>>
>>> 2010/4/20 Alvaro Lopez Ortega <[email protected]>:
>>>> On 19/04/2010, at 18:15, Sharl.Jimh.Tsin wrote:
>>>>
>>>>> i download the lastest SVN snapshot tarball from cherokee-project.org,
>>>>> and configure it with:
>>>>>  $ ./configure --prefix=/usr/local/cherokee --bindir=/usr/local/bin
>>>>> --sbindir=/usr/local/sbin --sysconfdir=/etc/sysconfig --enable-beta
>>>>> --enable-os-string=you-guess --enable-internal-pcre
>>>>> --with-mysql=/usr/local/bin/mysql_config --with-wwwroot=/home/www
>>>>> --with-wwwuser=http --with-wwwgroup=web
>>>>>
>>>>> checking dependency is OK,
>>>>> but after that,i run "make".ERROR occurred.
>>>>>
>>>>> see detail:
>>>>> ……………………
>>>>> In file included from handler_dbslayer.c:26:
>>>>> handler_dbslayer.h:34:19: error: mysql.h: No such file or directory
>>>>
>>>> You can either install the MySQL development packages, or to add the 
>>>> --with-mysql=no parameter to the configure script.
>>>>
>>>> --
>>>> Octality
>>>> http://www.octality.com/
>>>>
>>>>
>>>
>> _______________________________________________
>> Cherokee mailing list
>> [email protected]
>> http://lists.octality.com/listinfo/cherokee
>>
>
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to