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 ...
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 ...
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 ...