[Bookbase-help] bookbase install error "I can't find mysql.h."
Status: Beta
Brought to you by:
kurzawa
|
From: Michael B. <bm...@ya...> - 2004-01-25 21:42:34
|
I tried to install bookbase and it could not find
mysql.h. You might want to add to your FAQ that you
have to install the mysql-devel package as well as
some kind of C complier like GCC to install bookbase.
Output of error:
[root@cheyenne bookbase-0.8.8]# mysql -u root -p <
./bookbase_tables.sql
Enter password:
[root@cheyenne bookbase-0.8.8]# ./configure
checking for a BSD compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler...
yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking for POSIXized ISC... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler...
(cached) yes
checking whether gcc accepts -g... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ANSI C... none
needed
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for lpr... /usr/bin/lpr
checking for mysql... /usr/bin/mysql
checking for mysqldump... /usr/bin/mysqldump
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for mysql/mysql.h... no
checking for /usr/local/include/mysql/mysql.h... no
I can't find mysql.h.
Please be certain you have the MySQL libraries
and shared
files installed.
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
|