How would I know?
Posted: Sun Mar 27, 2005 11:21 pm
The very fisrt line of the Config has me stumped:
This part:
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?
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>
Code: Select all
--with-mysql=<your MySQL root>
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?