compilation de Zoneminder 1.24.4

Forum for questions and support relating to the 1.24.x releases only.
Locked
tkt82000
Posts: 1
Joined: Mon Aug 01, 2011 9:21 am

compilation de Zoneminder 1.24.4

Post by tkt82000 »

Bonjour,

Je fait appel a vous pour un problème de compilation de Zoneminder 1.24.4 sous ubuntu 10.04.3 version serveur 32bit.

J'ai extrait l'archive puis lancer:

Code: Select all

./configure --with-webdir=/var/www/html/ --with-cgidir=/var/www/cgi-bin/ CPPFLAGS=-D__STDC_CONSTANT_MACROS
et voici l'erreur:

Code: Select all

checking for strtol... yes
checking for strtoull... yes
checking for ffmpeg... yes
checking for ffmpeg... /usr/bin/ffmpeg
checking for pnmscale... no
checking for pnmscale... no
checking for mysql_init in -lmysqlclient... no
configure: error: zm requires libmysqlclient.a
Sa fait un long moment que je cherche mais je n'est pas trouvé grand chose.
Quelqu'un pourrait t'il m'aidé ?
mastertheknife
Posts: 678
Joined: Wed Dec 16, 2009 4:32 pm
Location: Israel

Re: compilation de Zoneminder 1.24.4

Post by mastertheknife »

apt-get install libmysqlclient16-dev

mastertheknife
Kfir Itzhak.
Locked