Page 1 of 1

How would I know?

Posted: Sun Mar 27, 2005 11:21 pm
by ixtow
The very fisrt line of the Config has me stumped:

Code: Select all

The first thing you need to do is run the included configure script to define some initial configuration, just type

./configure --with-mysql=<your MySQL root> --with-webdir=<your web directory> --with-cgidir=<your cgi directory>
This part:

Code: Select all

--with-mysql=<your MySQL root>
How would I know where Gentoo stuck it? I typed "emerge mysql" and poof, I have mysql. I have no idea where this so-called "root directory" of my MySQL is at.

Why does it even matter? I can use MySQL without knowing this. Why does ZoneMinder need to know this anyway? With MySQL running as a Service, why can't it produce querries like anything else?

Posted: Mon Mar 28, 2005 12:38 am
by cordel
ZM builds against MySQL client Library.... :shock:

Posted: Tue Apr 05, 2005 9:09 pm
by ixtow
cordel wrote:ZM builds against MySQL client Library.... :shock:
Wonderful, now how do I find out what to put there?

Posted: Wed Apr 06, 2005 2:24 pm
by lazyleopard

Code: Select all

equery files mysql
will list all the files in package mysql. Chances are, all you need is

Code: Select all

--with-mysql=/usr