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

Reply via email to