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