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
