Page 1 of 1
which Mysql database ?
Posted: Wed Mar 22, 2006 2:16 pm
by antar
can you tell me whish MySQL database i should use. I have installed Mysql 4.12 as a root. it got created in var/lib/mysql
when i run ./configure --with-mysq= var/lib/mysql
it cannot find mysqld.h
i tried ./configure --with-mysq= usr/lib/
did not work either
should i use Mysql-Max ?
Posted: Wed Mar 22, 2006 2:47 pm
by jameswilson
your not using a 64 bit os are?
Posted: Wed Mar 22, 2006 3:53 pm
by antar
no arch i586 mandrive 2006
i think i am missing some sql or perl modules
how can i check what i am missing
Posted: Wed Mar 22, 2006 3:59 pm
by jameswilson
Sorry i cant help as i persoannly have never built from source im an rpm kind of guy. I only asked as i have read other posts re sql and 64bit.
Sorry
Posted: Wed Mar 22, 2006 6:31 pm
by cordel
The configure setting for mysql is not looking for the data directory of mysql but the prefix path to the binaries and libs. So what ever you used for your prefix path in mysql is what you want to set the path to in zm ie. /usr usualy.
Regards,
Corey
Posted: Thu Mar 23, 2006 10:15 am
by acrid
i think you forgot to install the "mysql-devel" package, which includes the mysql-header files (i.e. mysqld.h).
cheers