This is my error during "make" ...
zm_user.cpp:24:25: openssl/md5.h: No such file or directory
zm_user.cpp: In function `User* zmLoadAuthUser(const char*, bool)':
zm_user.cpp:203: error: `MD5' undeclared (first use this function)
zm_user.cpp:203: error: (Each undeclared identifier is reported only once for
each function it appears in.)
make[2]: *** [zm_user.o] Error 1
make[2]: Leaving directory `/home/sergio/zm-1.20.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sergio/zm-1.20.0'
make: *** [all] Error 2
error during installation ! :(
error during installation ! :(
Last edited by boombari on Sun Jan 23, 2005 7:04 pm, edited 2 times in total.
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
You need to have openssl installed to use the MD5 facilities. It should let you compile without it, so there's something wrong there but I recommend instaling it anyway. If you have it installed can you let me know where the md5.h file is by doing a 'locate md5.h' as configure may not be looking in the right place for you.
Phil
Phil