Search found 4 matches

by scottp
Fri Apr 28, 2006 4:50 pm
Forum: ZoneMinder Previous Versions
Topic: zm requires openssl/md5.h
Replies: 14
Views: 12602

Ahhh, We forgot -I.
I needed to use

Code: Select all

CPPFLAGS="-I/usr/local/ssl/include"
Now it reports...
  • checking whether MD5 is declared... yes
And it goes a bit further and stops when it gets to libmysqlclient
Thanks for your help. I'll keep working on it.
by scottp
Fri Apr 28, 2006 4:36 pm
Forum: ZoneMinder Previous Versions
Topic: zm requires openssl/md5.h
Replies: 14
Views: 12602

No it stops early on. I'm using .. ./configure --with-webdir=<my web dir> --with-cgidir=<my cgi-bin dir> CPPFLAGS="/usr/local/ssl/include" and it now stops at . . . checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See ...
by scottp
Fri Apr 28, 2006 2:03 pm
Forum: ZoneMinder Previous Versions
Topic: zm requires openssl/md5.h
Replies: 14
Views: 12602

This is from config.log from ver 1.22.1 configure:5364: $? = 0 configure:5367: test -s conftest.o configure:5370: $? = 0 configure:5381: result: yes configure:5399: checking whether MD5 is declared configure:5425: g++ -c -g -O2 conftest.cc >&5 conftest.cc:32:25: openssl/md5.h: No such file or ...
by scottp
Thu Apr 27, 2006 10:13 pm
Forum: ZoneMinder Previous Versions
Topic: zm requires openssl/md5.h
Replies: 14
Views: 12602

I have the same MD5 problem here. I just installed openssl 0.9.8a today from source tar. It installed md5.h into /usr/local/ssl/include/openssl/md5.h I tried zm 1.22.0 and then 1.22.1 . Both fail during ./configure with ... checking whether MD5 is declared... no configure: error: zm requires openssl ...