Page 1 of 1

Problems installing ZM

Posted: Tue Sep 09, 2008 12:39 pm
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?

Re: Problems installing ZM

Posted: Wed Oct 15, 2008 12:13 pm
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.

:)

Posted: Wed Oct 15, 2008 4:38 pm
by SixLima
Hello!

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