
codesite-noreply at google
Nov 18, 2008, 4:26 AM
Post #4 of 7
(1651 views)
Permalink
|
|
Issue 218 in cherokee: Cannot determine absolute directory name of `cherokee/cherokee'
[In reply to]
|
|
Issue 218: Cannot determine absolute directory name of `cherokee/cherokee' http://code.google.com/p/cherokee/issues/detail?id=218 Comment #3 by alobbs: It uses the following header inclusion parameters while compiling handler_dbslayer.c: -I. -I.. -I.. -D_REENTRANT -I/usr/include/mysql but, it fails because of the error: handler_dbslayer.h:34:19: error: mysql.h: No such file or directory That pushes me to wonder whether /usr/include/mysql/mysql.h is present in your system. Could you please check it out? On Ubuntu the inclusion path is the same and the header is indeed present: ---------- $ mysql_config --cflags -I/usr/include/mysql -DBIG_JOINS=1 $ ls -l /usr/include/mysql/mysql.h -rw-r--r-- 1 root root 33759 2008-03-19 21:57 /usr/include/mysql/mysql.h ---------- Issue attribute updates: Owner: alobbs -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|