Search found 5 matches

by GilesM
Tue Jan 31, 2006 8:42 pm
Forum: ZoneMinder Previous Versions
Topic: MySQL error when building ZM
Replies: 8
Views: 5161

Aha! that seems to have cracked it - the MySQL header files weren't in the /usr/include directory. I copied them there, and it all seems to work now!

many, many thanks!

Giles.
by GilesM
Tue Jan 31, 2006 5:00 pm
Forum: ZoneMinder Previous Versions
Topic: MySQL error when building ZM
Replies: 8
Views: 5161

There are two copies: /usr/lib/mysql/libmysqlclient.a /usr/local/mysql-standard-4.0.14-pc-linux-i686/lib/libmysqlclient.a The one in /usr/lib... is one I copied there from the MySQL directory (the second location, where the rest of MySQL is). There is also a symbolic link in place from /usr/local ...
by GilesM
Mon Jan 30, 2006 7:15 pm
Forum: ZoneMinder Previous Versions
Topic: MySQL error when building ZM
Replies: 8
Views: 5161

I've tried this again - this is the output from configure: [root@starlight zm-1.21.4]# ./configure --with-mysql=/usr/local --with-webdir=/var/www/zm --with-cgidir=/var/www/zm/cgi-bin checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes ...
by GilesM
Sun Jan 29, 2006 11:43 am
Forum: ZoneMinder Previous Versions
Topic: MySQL error when building ZM
Replies: 8
Views: 5161

I used ./configure --with-mysql=/usr/local , since MySQL is installed at /usr/local/mysql. Was this wrong?

Giles.
by GilesM
Sat Jan 28, 2006 7:13 pm
Forum: ZoneMinder Previous Versions
Topic: MySQL error when building ZM
Replies: 8
Views: 5161

MySQL error when building ZM

Hi, Apologies for what is probably a stoopid question, but I cannot get ZM to build... I am using ZM 1.21.4 and mySQL 4.0.14 on a RedHat 8.0 box. However, every time I try to run the configure script, it falls over claiming tht it can't find libmysqlclient.a The file *is* there, in the libs ...