On Sun, 29 Feb 2004, Anders la Cour Bentzon wrote: >I tried to ./configure with the --with-ssl flags. Here's the log. I can >do it with the LDFLAGS trick as well if need be. >Thanks! >Anders
This error: configure:8240: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2 -L/usr/local/ssl/lib -lssl -lcrypto conftest.cc >&5 /tmp/ccu6iocz.o: In function `main': /usr/local/src/bincimap-1.2.7beta1/configure:8302: undefined reference to `SSL_w rite' ..is caused by a bug in configure.in that I make an attempt at fixing in 1.2.7beta1. The problem is that LDFLAGS and not LIBS is used for specifying the SSL libs. Could you post the config.log from 1.2.7beta1? Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
