Page 2 of 2

Posted: Wed Feb 15, 2006 8:47 am
by phil_trick
Strange.

On FC5 test 2 when trying to install I get the error:
checking whether MD5 is declared... no
configure: error: zm requires openssl/md5.h

I have the openssl-devel package installed, and this is what is in the config.log:
[phil@homey ZoneMinder-1.22.0]$ grep "md5" config.log
/usr/include/openssl/md5.h:108: error: 'size_t' has not been declared
/usr/include/openssl/md5.h:110: error: 'size_t' has not been declared
| #include <openssl/md5.h>
configure:5109: error: zm requires openssl/md5.h
Also find /usr -name md5.h gives:

/usr/include/sasl/md5.h
/usr/include/pppd/md5.h
/usr/include/openssl/md5.h

So either configure is looking in the wrong place or I am missing something :)

Phil

Posted: Tue Feb 21, 2006 5:47 pm
by zoneminder
It appears that the test for md5.h is failing because of the size_t failing to be defined. However this should be in a whole bunch of headers so I don't know why it shouldn't be included. I will have to have a think about this.

Posted: Tue Feb 21, 2006 6:43 pm
by phil_trick
Thanks Phil.

Any idea of a temporary workaround to this?

Phil

Posted: Mon Apr 03, 2006 2:17 pm
by ynn
Does anyone know how to solve thise MD5.h error here?
I just rebuilt my system with FC5_x86-64 and got this error too.
thanks.