Problems installing ZM
Posted: Tue Sep 09, 2008 12:39 pm
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?
./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?