Andy, I apologize for not being more specific. I have already tried using several paths to SSL and even with the --without-ssl option, but I still get the same results. The make fails with the following error:
make all-recursive Making all in conf Making all in contrib Making all in authenticators Making all in doc Making all in manual Making all in man Making all in service Making all in log Making all in src g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-exceptions -O2 -c address.cc In file included from address.cc:39: convert.h:42: iomanip: No such file or directory convert.h:43: iostream: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To be quite honest, I'm not terribly concerned about SSL and can live without it. I did run make clean after each build attempt also. Thanks, Robert Andreas Aardal Hanssen wrote: > > Hi, Robert. > > On Thu, 2 Dec 2004, Robert Sharp wrote: > >Hello, > >I'm having a difficult time compiling Binc IMAP. I'm attempting to > >compile on a BSDI 4.01 machine. > >Here is the result of configure: > >[EMAIL PROTECTED] bincimap-1.2.10final]# ./configure > >--with-openssl-lib=/usr/local/ssl/lib > >--with-openssl-include=/usr/local/ssl/include/openssl > > (...) > > >configure:3287: result: no > >configure:3294: checking for OpenSSL includes > >configure:3315: g++ -c -g -O2 -Wall -fno-exceptions -O2 > >-I/usr/local/ssl/include/openssl -I. conftest.cc >&5 > >conftest.cc:12: openssl/ssl.h: No such file or directory > > This entry shows that Binc couldn't find openssl/ssl.h in > /usr/local/ssl/include/openssl. Try > --with-openssl-include=/usr/local/ssl/include instead. > > That being said, have you tried not passing any args to configure? Binc > should be able to detect your openssl paths. > > 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."
