Page 1 of 1

configure: error: zm requires openssl/md5.h - use ZM_SSL_LIB

Posted: Mon May 04, 2009 9:43 am
by cagnaluia
Hi,

I have a problem, compiling zoneminder.

I'm using a fresh debian stable 5.0 release.

but.. when I'm compiling I read this
configure: error: zm requires openssl/md5.h - use ZM_SSL_LIB
and this is my configure string:
./configure --with-webdir=/var/www/zm --with-cgidir=/usr/lib/cgi-bin/ --with-webuser=www-data --with-webgroup=www-data ZM_SSL_LIB=openssl

Posted: Mon May 04, 2009 11:51 am
by cagnaluia
ok, apt-get install

libssl-dev

gnutls-bin

Posted: Mon May 04, 2009 9:30 pm
by cordel
Glad you got it sorted, self help is always the best :)
Either development packages for Openssl or gnutls would have solved it.