Page 1 of 1

compilation de Zoneminder 1.24.4

Posted: Mon Aug 01, 2011 9:32 am
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é ?

Re: compilation de Zoneminder 1.24.4

Posted: Mon Aug 01, 2011 10:42 am
by mastertheknife
apt-get install libmysqlclient16-dev

mastertheknife