error during installation ! :(

Support and queries relating to all previous versions of ZoneMinder
Locked
boombari
Posts: 18
Joined: Sun Jan 23, 2005 1:35 pm

error during installation ! :(

Post 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
Last edited by boombari on Sun Jan 23, 2005 7:04 pm, edited 2 times in total.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

Post by fernando »

libopensslxxx-devel- is need..
Fernando
Locked