Hello Oleg, On 06-ago-09, at 12:16, Oleg Oltar wrote:
> ./configure --localstatedir=/var \ > --prefix=/usr \ > --sysconfdir=/etc \ > --with-wwwroot=/var/www > > handler_dbslayer.h:34:19: error: mysql.h: No such file or directory Something funny is going on in your system. It looks like you need the MySQL development package, although in that case mysql_config ought not to be pressent (that's how ./configure found MySQL). I guess the fastest workaround would be to add the --with-mysql=no parameter to ./configure. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
