Problems installing ZM

Support and queries relating to all previous versions of ZoneMinder
Locked
SixLima
Posts: 4
Joined: Tue Sep 09, 2008 12:34 pm

Problems installing ZM

Post by SixLima »

When i execute:
./configure --with-webdir=/var/www/ --with-cgidir=/var/www/cgi-bin ZM_SSL_LIB=openssl

It return an error:
checking whether MD5 is declared... no
configure: error: zm requires openssl/md5.h - use ZM_SSL_LIB option to select gnutls instead

but i have the md5 header in /usr/include/openssl/md5.h
how can i tell to the program where is the header?
liviab
Posts: 87
Joined: Wed Oct 15, 2008 11:54 am
Location: Brazil [MG]

Re: Problems installing ZM

Post by liviab »

Hi SixLima

I have installed ZM without the option ZM_SSL_LIB and works fine. Did you try it?
If it doesn't works too, try to find another package that provides md5.h again. Maybe it works.

:)
SixLima
Posts: 4
Joined: Tue Sep 09, 2008 12:34 pm

Post by SixLima »

Hello!

Eventually i compiled it from source code of the debian unestable package, and it works fine!
Locked