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 ?
which Mysql database ?
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
your not using a 64 bit os are?
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
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
Sorry
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
i think you forgot to install the "mysql-devel" package, which includes the mysql-header files (i.e. mysqld.h).
cheers
cheers
Code: Select all
$> man woman
$> Segmentation fault (core dumped)