which Mysql database ?

Support and queries relating to all previous versions of ZoneMinder
Locked
antar
Posts: 35
Joined: Mon Mar 20, 2006 1:32 am

which Mysql database ?

Post 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 ?
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

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
antar
Posts: 35
Joined: Mon Mar 20, 2006 1:32 am

Post 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
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post 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
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
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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
User avatar
acrid
Posts: 68
Joined: Sun Aug 24, 2003 10:26 pm
Location: Germany

Post by acrid »

i think you forgot to install the "mysql-devel" package, which includes the mysql-header files (i.e. mysqld.h).


cheers

Code: Select all

$> man woman
$> Segmentation fault (core dumped)
Locked