[solved] still problems installing zm 1.22.x with SuSE 10.1

Support and queries relating to all previous versions of ZoneMinder
Locked
ip
Posts: 2
Joined: Mon Jul 17, 2006 6:06 am

[solved] still problems installing zm 1.22.x with SuSE 10.1

Post by ip »

hi,
I try to install zm on a new configured SuSE 10.1 but
after starting configurationen with:

./configure --with-webdir=/srv/www/htdocs/ --with-cgidir=/srv/www/cgi-bin/ --with-webgroup=www --with-webuser=wwwrun ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zm ZM_DB_PASS=zm CPPFLAGS="-I/usr/include"

I get:
...
checking whether strsignal is declared... no
checking whether MD5 is declared... no
configure: error: zm requires openssl/md5.h

I have check the my installation with:
find / -name md5.h -print
/usr/src/linux-2.6.16.13-4/fs/cifs/md5.h
/usr/include/sasl/md5.h
/usr/include/htdig/md5.h
/usr/include/openssl/md5.h

and included CPPFLAGS="-I/usr/include"

and read this forum but I found no solution for this error.

is it possible to change the .configure or configure.in ?

my system:
Linux security 2.6.16.13-4-bigsmp #1 SMP Wed May 3 04:53:23 UTC 2006 i686 i686 i386 GNU/Linux
on a dual pIII with 1100 mhz


can you help me?
thanks
IP
Last edited by ip on Sat Jul 22, 2006 9:11 am, edited 1 time in total.
dyuen
Posts: 16
Joined: Mon Jul 10, 2006 5:58 pm

Post by dyuen »

I have successfully installed ZM into SUSE10.1 by following posts

SUSE 10 OSS Installation intruction with network camera
http://www.zoneminder.com/forums/viewto ... ght=suse10

and

problem under suse 10.1, page2, Rutger Diehard
http://www.zoneminder.com/forums/viewto ... 9&start=15
ip
Posts: 2
Joined: Mon Jul 17, 2006 6:06 am

solved

Post by ip »

thanks!

after change the call of configure to:

./configure --with-webdir=/srv/www/htdocs/ --with-cgidir=/srv/www/cgi-bin/ --with-webgroup=www --with-webuser=wwwrun ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zm ZM_DB_PASS=zm --with-libarch=lib64

all is running well.


with regards
IP
Locked