On Thu, 27 Feb 2003, Andreas Aardal Hanssen wrote:

> No, they shouldn't! ;) Check /var/log/messages and see if there is any output there. 
Nothing!

> Also try to run "openssl s_client -connect 127.0.0.1:993" and see if you get the 
> greeting.
No chance.

So I tried to install from sources, in order to have a look at the output from 
"configure". And it turns out that "./configure --prefix=/opt/bincimap 
--sysconfdir=/etc/opt/bincimap" returns with the following error:

checking for BF_set_key in -lcrypto... no
The crypto library is required


I presume that the crypty library it doesn't find is openssl? I have installed openssl 
(from sources) in "/usr/local/openssl":
total 24
drwxr-sr-x    6 root     root         4096 Feb 24 20:27 .
drwxr-sr-x   15 root     root         4096 Feb 17 00:39 ..
drwxr-sr-x    2 root     root         4096 Feb 16 23:53 bin
drwxr-sr-x    3 root     root         4096 Feb 16 23:53 include
drwxr-sr-x    2 root     root         4096 Feb 16 23:53 lib
drwxr-sr-x    7 root     root         4096 Feb 25 18:33 ssl

Perhaps I need to tell "configure" where it is?


Below is all the output from "configure" (just in case it's useful)

Regards 
Sigmund.

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for g++... g++
checking for C++ compiler default output... 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 style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for gawk... (cached) gawk
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for bison... no
checking for byacc... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether lstat accepts an empty string... no
checking for stdlib.h... (cached) yes
checking for working malloc... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking return type of signal handlers... void
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for alarm... (cached) yes
checking for dup2... yes
checking for getcwd... yes
checking for gethostname... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... yes
checking for regcomp... yes
checking for rmdir... yes
checking for setenv... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for getopt_long... yes
checking for BF_set_key in -lcrypto... no
The crypto library is required

Reply via email to