Page 1 of 1

error during installation ! :(

Posted: Sun Jan 23, 2005 1:38 pm
by boombari
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

Posted: Sun Jan 23, 2005 5:27 pm
by zoneminder
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

Posted: Mon Jan 24, 2005 2:16 am
by fernando
libopensslxxx-devel- is need..