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
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for sys/wait.h that is POSIX.1 compatible... yes
checking --prefix... /usr/local
checking --bindir... /usr/local/bin
checking --sysconfdir... using /usr/local/etc
checking --localstatedir... using /usr/local/var
checking --datadir... using /usr/local/share
checking wether to include /usr/kerberos/include... not necessary
checking wether to compile static or shared... shared
checking wether to compile with optimization... yes
checking for dlopen in -ldl... no
checking whether -lsocket is available... no
checking for OpenSSL includes... not found
checking for OpenSSL libraries... not found
configure: WARNING: Unable to find the ssl library which is part of
OpenSSL. You want want to look up the FAQ to learn more about this
requirement and how to deal with it. For now, SSL is disabled.
checking whether O_LARGEFILE is defined... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating conf/Makefile
config.status: creating conf/xinetd-bincimap
config.status: creating conf/bincimap.conf
config.status: creating conf/xinetd-bincimaps
config.status: creating man/Makefile
config.status: creating doc/Makefile
config.status: creating doc/manual/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/authenticators/Makefile
config.status: creating service/log/Makefile
config.status: creating service/Makefile
config.status: creating service/run
config.status: creating service/log/run
config.status: creating service/run-ssl
config.status: creating service/log/run-ssl
config.status: creating src/Makefile
config.status: creating bincimap.spec
config.status: creating README
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands

This is the config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by bincimap configure 1.2.10final, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --with-openssl-lib=/usr/local/ssl/lib
--with-openssl-include=/usr/local/ssl/include/openssl

## --------- ##
## Platform. ##
## --------- ##

hostname = xxx.xxx.xxx
uname -m = i386
uname -r = 4.0.1
uname -s = BSD/OS
uname -v = BSDI BSD/OS 4.0.1 Kernel #12: Mon Nov 29 11:13:01 CST
2004     [EMAIL PROTECTED]:/usr/src/sys/compile/LOCAL

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/contrib/bin
PATH: /usr/X11/bin
PATH: /command
PATH: /var/qmail/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1335: checking for a BSD-compatible install
configure:1390: result: /usr/bin/install -c
configure:1401: checking whether build environment is sane
configure:1444: result: yes
configure:1459: checking whether make sets $(MAKE)
configure:1479: result: yes
configure:1511: checking for working aclocal-1.4
configure:1522: result: missing
configure:1526: checking for working autoconf
configure:1537: result: missing
configure:1541: checking for working automake-1.4
configure:1552: result: missing
configure:1556: checking for working autoheader
configure:1567: result: missing
configure:1571: checking for working makeinfo
configure:1578: result: found
configure:1640: checking for g++
configure:1656: found /usr/bin/g++
configure:1666: result: g++
configure:1682: checking for C++ compiler version
configure:1685: g++ --version </dev/null >&5
2.7.2.1
configure:1688: $? = 0
configure:1690: g++ -v </dev/null >&5
 gcc2 -v
gcc version 2.7.2.1
configure:1693: $? = 0
configure:1695: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:1698: $? = 1
configure:1721: checking for C++ compiler default output file name
configure:1724: g++    conftest.cc  >&5
configure:1727: $? = 0
configure:1773: result: a.out
configure:1778: checking whether the C++ compiler works
configure:1784: ./a.out
configure:1787: $? = 0
configure:1804: result: yes
configure:1811: checking whether we are cross compiling
configure:1813: result: no
configure:1816: checking for suffix of executables
configure:1818: g++ -o conftest    conftest.cc  >&5
configure:1821: $? = 0
configure:1846: result:
configure:1852: checking for suffix of object files
configure:1873: g++ -c   conftest.cc >&5
configure:1876: $? = 0
configure:1898: result: o
configure:1902: checking whether we are using the GNU C++ compiler
configure:1926: g++ -c   conftest.cc >&5
configure:1932: $? = 0
configure:1935: test -z                          || test ! -s
conftest.err
configure:1938: $? = 0
configure:1941: test -s conftest.o
configure:1944: $? = 0
configure:1957: result: yes
configure:1963: checking whether g++ accepts -g
configure:1984: g++ -c -g  conftest.cc >&5
configure:1990: $? = 0
configure:1993: test -z                          || test ! -s
conftest.err
configure:1996: $? = 0
configure:1999: test -s conftest.o
configure:2002: $? = 0
configure:2013: result: yes
configure:2055: g++ -c -g -O2  conftest.cc >&5
configure:2061: $? = 0
configure:2064: test -z                          || test ! -s
conftest.err
configure:2067: $? = 0
configure:2070: test -s conftest.o
configure:2073: $? = 0
configure:2099: g++ -c -g -O2  conftest.cc >&5
configure:2105: $? = 0
configure:2108: test -z                          || test ! -s
conftest.err
configure:2111: $? = 0
configure:2114: test -s conftest.o
configure:2117: $? = 0
configure:2153: checking for a BSD-compatible install
configure:2208: result: /usr/bin/install -c
configure:2266: checking for gcc
configure:2282: found /usr/bin/gcc
configure:2292: result: gcc
configure:2536: checking for C compiler version
configure:2539: gcc --version </dev/null >&5
2.7.2.1
configure:2542: $? = 0
configure:2544: gcc -v </dev/null >&5
gcc version 2.7.2.1
configure:2547: $? = 0
configure:2549: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2552: $? = 1
configure:2555: checking whether we are using the GNU C compiler
configure:2579: gcc -c   conftest.c >&5
configure:2585: $? = 0
configure:2588: test -z                          || test ! -s
conftest.err
configure:2591: $? = 0
configure:2594: test -s conftest.o
configure:2597: $? = 0
configure:2610: result: yes
configure:2616: checking whether gcc accepts -g
configure:2637: gcc -c -g  conftest.c >&5
configure:2643: $? = 0
configure:2646: test -z                          || test ! -s
conftest.err
configure:2649: $? = 0
configure:2652: test -s conftest.o
configure:2655: $? = 0
configure:2666: result: yes
configure:2683: checking for gcc option to accept ANSI C
configure:2753: gcc  -c -g -O2  conftest.c >&5
configure:2759: $? = 0
configure:2762: test -z                          || test ! -s
conftest.err
configure:2765: $? = 0
configure:2768: test -s conftest.o
configure:2771: $? = 0
configure:2789: result: none needed
configure:2807: gcc -c -g -O2  conftest.c >&5
conftest.c:2: syntax error before `me'
configure:2813: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2944: checking for sys/wait.h that is POSIX.1 compatible
configure:2975: gcc -c -g -O2  conftest.c >&5
configure:2981: $? = 0
configure:2984: test -z                          || test ! -s
conftest.err
configure:2987: $? = 0
configure:2990: test -s conftest.o
configure:2993: $? = 0
configure:3004: result: yes
configure:3023: checking --prefix
configure:3026: result: /usr/local
configure:3036: checking --bindir
configure:3039: result: /usr/local/bin
configure:3050: checking --sysconfdir
configure:3057: result: using /usr/local/etc
configure:3063: checking --localstatedir
configure:3070: result: using /usr/local/var
configure:3076: checking --datadir
configure:3083: result: using /usr/local/share
configure:3089: checking wether to include /usr/kerberos/include
configure:3096: result: not necessary
configure:3110: checking wether to compile static or shared
configure:3113: result: shared
configure:3130: checking wether to compile with optimization
configure:3133: result: yes
configure:3144: checking for dlopen in -ldl
configure:3174: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2  
conftest.cc -ldl   >&5
cc1plus: Invalid option `-fno-exceptions'
configure:3180: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dlopen ();
| int
| main ()
| {
| dlopen ();
|   ;
|   return 0;
| }
configure:3205: result: no
configure:3241: checking whether -lsocket is available
configure:3261: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl   -L/usr/local/ssl/lib conft
est.cc  -lsocket >&5
cc1plus: Invalid option `-fno-exceptions'
configure:3267: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
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
configure:3321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3315: g++ -c -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl -I/usr/local/ssl/include/openssl  con
ftest.cc >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3315: g++ -c -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl -I/usr/include  conftest.cc >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3315: g++ -c -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl -I/usr/local/include  conftest.cc >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3315: g++ -c -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl -I/usr/local/ssl/include  conftest.cc
 >&5
cc1plus: Invalid option `-fno-exceptions'
configure:3321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3315: g++ -c -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl -I/usr/local/openssl/include  conftes
t.cc >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3315: g++ -c -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl -I/opt/ssl/include  conftest.cc >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3315: g++ -c -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl -I/opt/openssl/include  conftest.cc >
&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3347: result: not found
configure:3352: checking for OpenSSL libraries
configure:3375: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl   -L/usr/local/ssl/lib -L. c
onftest.cc  -lssl -lcrypto   >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3381: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3375: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl   -L/usr/local/ssl/lib -L/us
r/local/ssl/lib conftest.cc  -lssl -lcrypto   >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3381: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3375: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl   -L/usr/local/ssl/lib -L/us
stdin
r/lib conftest.cc  -lssl -lcrypto   >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3381: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3375: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl   -L/usr/local/ssl/lib -L/us
r/local/lib conftest.cc  -lssl -lcrypto   >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3381: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3375: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl   -L/usr/local/ssl/lib -L/us
r/local/ssl/lib conftest.cc  -lssl -lcrypto   >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3381: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3375: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl   -L/usr/local/ssl/lib -L/us
r/local/openssl/lib conftest.cc  -lssl -lcrypto   >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3381: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3375: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl   -L/usr/local/ssl/lib -L/op
t/ssl/lib conftest.cc  -lssl -lcrypto   >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3381: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3375: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl   -L/usr/local/ssl/lib -L/op
t/openssl/lib conftest.cc  -lssl -lcrypto   >&5
conftest.cc:12: openssl/ssl.h: No such file or directory
configure:3381: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:3410: result: not found
configure:3412: WARNING: Unable to find the ssl library which is part of
OpenSSL. You want want to look up the FAQ to learn mo
re about this requirement and how to deal with it. For now, SSL is
disabled.
configure:3428: checking whether O_LARGEFILE is defined
configure:3449: g++ -c -g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl  conftest.cc >&5
cc1plus: Invalid option `-fno-exceptions'
conftest.cc:15: `O_LARGEFILE' was not declared in this scope
configure:3455: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.10final"
| #define PACKAGE_STRING "bincimap 1.2.10final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.10final"
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
|   #include <sys/types.h>
| #include <sys/stat.h>
| #include <fcntl.h>
| int i = O_LARGEFILE;
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3479: result: no
configure:3587: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by bincimap config.status 1.2.10final, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on xxx.xxx.xxx

config.status:730: creating Makefile
config.status:730: creating conf/Makefile
config.status:730: creating conf/xinetd-bincimap
config.status:730: creating conf/bincimap.conf
config.status:730: creating conf/xinetd-bincimaps
config.status:730: creating man/Makefile
config.status:730: creating doc/Makefile
config.status:730: creating doc/manual/Makefile
config.status:730: creating contrib/Makefile
config.status:730: creating contrib/authenticators/Makefile
config.status:730: creating service/log/Makefile
config.status:730: creating service/Makefile
config.status:730: creating service/run
config.status:730: creating service/log/run
config.status:730: creating service/run-ssl
config.status:730: creating service/log/run-ssl
config.status:730: creating src/Makefile
config.status:730: creating bincimap.spec
config.status:730: creating README
config.status:796: creating config.h
config.status:884: config.h is unchanged
config.status:1042: executing default-1 commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_sys_wait_h=yes
ac_cv_lib_dl_dlopen=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='/usr/local/src/bincimap-1.2.10final/missing aclocal-1.4'
AUTOCONF='/usr/local/src/bincimap-1.2.10final/missing autoconf'
AUTOHEADER='/usr/local/src/bincimap-1.2.10final/missing autoheader'
AUTOMAKE='/usr/local/src/bincimap-1.2.10final/missing automake-1.4'
CC='gcc'
CFLAGS='-g -O2'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2 -Wall -fno-exceptions -O2
-I/usr/local/ssl/include/openssl'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=' -L/usr/local/ssl/lib'
LIBDL=''
LIBOBJS=''
LIBS=''
LIBSSL=''
LTLIBOBJS=''
MAKEINFO='makeinfo'
OBJEXT='o'
PACKAGE='bincimap'
PACKAGE_BUGREPORT='[EMAIL PROTECTED]'
PACKAGE_NAME='bincimap'
PACKAGE_STRING='bincimap 1.2.10final'
PACKAGE_TARNAME='bincimap'
PACKAGE_VERSION='1.2.10final'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/bash'
STATIC=''
VERSION='1.2.10final'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='/usr/local/bin'
build_alias=''
datadir='/usr/local/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='/usr/local/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/usr/local/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_SYS_WAIT_H 1
#define PACKAGE "bincimap"
#define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
#define PACKAGE_NAME "bincimap"
#define PACKAGE_STRING "bincimap 1.2.10final"
#define PACKAGE_TARNAME "bincimap"
#define PACKAGE_VERSION "1.2.10final"
#define VERSION "1.2.10final"

configure: exit 0


And the error when compiling:

[EMAIL PROTECTED] bincimap-1.2.10final]# make
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
-I/usr/local/ssl/include/openssl -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.

SSL is located here:
/usr/local/ssl/

Any help would be greatly appreciated.

Thank you,
Robert

Reply via email to