Posted: Wed Feb 15, 2006 8:47 am
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
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