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

Forum for questions and support relating to the 1.24.x releases only.
Locked
cagnaluia
Posts: 6
Joined: Mon Oct 30, 2006 1:29 pm

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

Post 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
cagnaluia
Posts: 6
Joined: Mon Oct 30, 2006 1:29 pm

Post by cagnaluia »

ok, apt-get install

libssl-dev

gnutls-bin
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Glad you got it sorted, self help is always the best :)
Either development packages for Openssl or gnutls would have solved it.
Locked