17 Mar
2003
17 Mar
'03
4:24 p.m.
On Mon, 2003-03-17 at 12:46, Leslie Viljoen wrote:
The problem seems to stem from: checking for SSL_read in -lssl... (cached) no
Maybe it's just because of caching. Delete config.cache file.
I can compile this myself if I include -I /usr/local/ssl/include and I replace the "confdefs.h" with "ssl.h".
Also you could try to run:
CPPFLAGS='-I /usr/local/ssl/include/' ./configure
(I don't know if --includedir helps with the configure checks, I should try..)