Page 1 of 1

The install is very good until you INSTALL AND CONFIGURE ZM

Posted: Fri Oct 16, 2009 10:53 pm
by lbetanzo
the download with the svn is ok but where you try:
./configure --with-webdir=/var/www --with-cgidir=/usr/lib/cgi-bin ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zmuser ZM_DB_PASS=zmpass --enable-debug=yes --with-webgroup=www-data --with-webuser=www-data


the following error comes:
checking for pnmscale... no
checking for pnmscale... no
checking for mysql_init in -lmysqlclient... no
configure: error: zm requires libmysqlclient.a


and the all the following instruccions dont work because it dosent create de zm_create.sql it only exit the zm_create.sql.in

I am workin with kubuntu 9.1 beta and the machine is a intel 64 with kunbuntu amd64

Can you tell me how can I solve this I am just learning linux........ thanks in advance for your help

Posted: Sat Oct 17, 2009 4:47 pm
by zoneminder
If you are a novice then I don't think the SVN version is for you, for one thing it may not actually work on any given day.

However that is not the issue here. The configure script is telling you the things it needs before it can proceed. You need to fix the problems it is reporting before you can go any further.

There is a Ubuntu package with an older version that you can just download. There are also several documents in the Wiki that guide you through the process and tell you what you may need to tweak after install.

Posted: Sat Oct 17, 2009 7:00 pm
by curtishall
zoneminder wrote:If you are a novice then I don't think the SVN version is for you, for one thing it may not actually work on any given day.

However that is not the issue here. The configure script is telling you the things it needs before it can proceed. You need to fix the problems it is reporting before you can go any further.

There is a Ubuntu package with an older version that you can just download. There are also several documents in the Wiki that guide you through the process and tell you what you may need to tweak after install.
1.24.2 Ubuntu packages can be found by adding this to /etc/apt/sources.list:

deb http://zoneminder.bluecherry.net jaunty main

then sudo apt-get update ; apt-get install zoneminder