[Pkg-openssl-devel] Re: Bug#334632: FTBFS: Crypto library used by krb4 lacks features required by Kerberos 5

Brian May bam at debian.org
Fri Oct 21 10:14:47 UTC 2005


tags 33632 +confirmed
thanks

>>>>> "Matt" == Matt Kraai <kraai at ftbfs.org> writes:

    Matt> It used libkrb-1-kerberos4kth 1.2.2-11.3 and libssl0.9.8
    Matt> 0.9.8a-1 on i386.

Bug confirmed.

I suspect the transition to openssl 0.9.8 is most likely what broke
it. The same package compiled OK at the start of the month.

As the bug is in the configure script, I have attached my config.log
file, as I think that shows were the error is.

In particular, I notice lots of errors:

error: syntax error before 'size_t'

...coming from openssl header files.

I would speculate this is the cause of the errors.

To me this looks like an openssl bug with the header files, I will CC
the openssl maintainer for comment.

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

It was created by Heimdal configure 0.6.3, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/usr --enable-shared --with-krb4 --with-kaserver --with-roken=/usr --without-des --with-openldap --with-readline-include=/usr/include/editline --mandir=${prefix}/share/man --infodir=${prefix}/share/info --libexecdir=${prefix}/sbin

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

hostname = scrooge
uname -m = i686
uname -r = 2.6.8-2-686
uname -s = Linux
uname -v = #1 Thu May 19 17:53:30 JST 2005

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

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

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin


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

configure:1570: checking whether to enable maintainer-specific portions of Makefiles
configure:1579: result: no
configure:1644: checking for gcc
configure:1660: found /usr/bin/gcc
configure:1670: result: gcc
configure:1914: checking for C compiler version
configure:1917: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 (Debian 4.0.2-2)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1920: $? = 0
configure:1922: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 (Debian 4.0.2-2)
configure:1925: $? = 0
configure:1927: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:1930: $? = 1
configure:1953: checking for C compiler default output file name
configure:1956: gcc    conftest.c  >&5
configure:1959: $? = 0
configure:2005: result: a.out
configure:2010: checking whether the C compiler works
configure:2016: ./a.out
configure:2019: $? = 0
configure:2036: result: yes
configure:2043: checking whether we are cross compiling
configure:2045: result: no
configure:2048: checking for suffix of executables
configure:2050: gcc -o conftest    conftest.c  >&5
configure:2053: $? = 0
configure:2078: result: 
configure:2084: checking for suffix of object files
configure:2105: gcc -c   conftest.c >&5
configure:2108: $? = 0
configure:2130: result: o
configure:2134: checking whether we are using the GNU C compiler
configure:2158: gcc -c   conftest.c >&5
configure:2164: $? = 0
configure:2167: test -z 			 || test ! -s conftest.err
configure:2170: $? = 0
configure:2173: test -s conftest.o
configure:2176: $? = 0
configure:2189: result: yes
configure:2195: checking whether gcc accepts -g
configure:2216: gcc -c -g  conftest.c >&5
configure:2222: $? = 0
configure:2225: test -z 			 || test ! -s conftest.err
configure:2228: $? = 0
configure:2231: test -s conftest.o
configure:2234: $? = 0
configure:2245: result: yes
configure:2262: checking for gcc option to accept ANSI C
configure:2332: gcc  -c -g -O2  conftest.c >&5
configure:2338: $? = 0
configure:2341: test -z 			 || test ! -s conftest.err
configure:2344: $? = 0
configure:2347: test -s conftest.o
configure:2350: $? = 0
configure:2368: result: none needed
configure:2386: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2392: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2527: checking how to run the C preprocessor
configure:2562: gcc -E  conftest.c
configure:2568: $? = 0
configure:2600: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2606: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2645: result: gcc -E
configure:2669: gcc -E  conftest.c
configure:2675: $? = 0
configure:2707: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2713: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2797: checking for a BSD-compatible install
configure:2852: result: /usr/bin/install -c
configure:2863: checking whether build environment is sane
configure:2906: result: yes
configure:2939: checking for gawk
configure:2968: result: no
configure:2939: checking for mawk
configure:2955: found /usr/bin/mawk
configure:2965: result: mawk
configure:2975: checking whether make sets $(MAKE)
configure:2995: result: yes
configure:3159: checking whether to enable maintainer-specific portions of Makefiles
configure:3168: result: no
configure:3195: checking build system type
configure:3213: result: i686-pc-linux-gnu
configure:3221: checking host system type
configure:3235: result: i686-pc-linux-gnu
configure:3254: checking for special C compiler options needed for large files
configure:3351: result: no
configure:3357: checking for _FILE_OFFSET_BITS value needed for large files
configure:3388: gcc -c -g -O2  conftest.c >&5
conftest.c:17: warning: left shift count >= width of type
conftest.c:17: warning: left shift count >= width of type
conftest.c:19: error: size of array 'off_t_is_large' is negative
configure:3394: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3440: gcc -c -g -O2  conftest.c >&5
configure:3446: $? = 0
configure:3449: test -z 			 || test ! -s conftest.err
configure:3452: $? = 0
configure:3455: test -s conftest.o
configure:3458: $? = 0
configure:3470: result: 64
configure:3480: checking for _LARGE_FILES value needed for large files
configure:3511: gcc -c -g -O2  conftest.c >&5
configure:3517: $? = 0
configure:3520: test -z 			 || test ! -s conftest.err
configure:3523: $? = 0
configure:3526: test -s conftest.o
configure:3529: $? = 0
configure:3593: result: no
configure:3622: checking for bison
configure:3638: found /usr/bin/bison
configure:3648: result: bison -y
configure:3663: checking for flex
configure:3679: found /usr/bin/flex
configure:3689: result: flex
configure:3702: checking for yywrap in -lfl
configure:3732: gcc -o conftest -g -O2   conftest.c -lfl   >&5
configure:3738: $? = 0
configure:3741: test -z 			 || test ! -s conftest.err
configure:3744: $? = 0
configure:3747: test -s conftest
configure:3750: $? = 0
configure:3763: result: yes
configure:3840: checking lex output file root
configure:3851: flex conftest.l
configure:3854: $? = 0
configure:3866: result: lex.yy
configure:3871: checking whether yytext is a pointer
configure:3887: gcc -o conftest -g -O2   conftest.c  -lfl >&5
configure:3893: $? = 0
configure:3896: test -z 			 || test ! -s conftest.err
configure:3899: $? = 0
configure:3902: test -s conftest
configure:3905: $? = 0
configure:3919: result: yes
configure:3937: checking for gawk
configure:3963: result: mawk
configure:3973: checking for ln -s or something else
configure:3994: result: ln -s
configure:4184: checking for __attribute__
configure:4216: gcc  -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:21: error: invalid storage class for function 'foo'
conftest.c:25: error: invalid storage class for function 'foo'
configure:4222: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| 
| int
| main ()
| {
| 
| static void foo(void) __attribute__ ((noreturn));
| 
| static void
| foo(void)
| {
|   exit(1);
| }
| 
|   ;
|   return 0;
| }
configure:4253: result: no
configure:4329: checking for a sed that does not truncate output
configure:4383: result: /bin/sed
configure:4386: checking for egrep
configure:4396: result: grep -E
configure:4412: checking for ld used by gcc 
configure:4479: result: /usr/bin/ld
configure:4488: checking if the linker (/usr/bin/ld) is GNU ld
configure:4503: result: yes
configure:4508: checking for /usr/bin/ld option to reload object files
configure:4515: result: -r
configure:4524: checking for BSD-compatible nm
configure:4566: result: /usr/bin/nm -B
configure:4570: checking whether ln -s works
configure:4574: result: yes
configure:4581: checking how to recognise dependent libraries
configure:4755: result: pass_all
configure:4961: checking for ANSI C header files
configure:4986: gcc  -c -g -O2  conftest.c >&5
configure:4992: $? = 0
configure:4995: test -z 			 || test ! -s conftest.err
configure:4998: $? = 0
configure:5001: test -s conftest.o
configure:5004: $? = 0
configure:5093: gcc  -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit'
configure:5096: $? = 0
configure:5098: ./conftest
configure:5101: $? = 0
configure:5116: result: yes
configure:5140: checking for sys/types.h
configure:5156: gcc  -c -g -O2  conftest.c >&5
configure:5162: $? = 0
configure:5165: test -z 			 || test ! -s conftest.err
configure:5168: $? = 0
configure:5171: test -s conftest.o
configure:5174: $? = 0
configure:5185: result: yes
configure:5140: checking for sys/stat.h
configure:5156: gcc  -c -g -O2  conftest.c >&5
configure:5162: $? = 0
configure:5165: test -z 			 || test ! -s conftest.err
configure:5168: $? = 0
configure:5171: test -s conftest.o
configure:5174: $? = 0
configure:5185: result: yes
configure:5140: checking for stdlib.h
configure:5156: gcc  -c -g -O2  conftest.c >&5
configure:5162: $? = 0
configure:5165: test -z 			 || test ! -s conftest.err
configure:5168: $? = 0
configure:5171: test -s conftest.o
configure:5174: $? = 0
configure:5185: result: yes
configure:5140: checking for string.h
configure:5156: gcc  -c -g -O2  conftest.c >&5
configure:5162: $? = 0
configure:5165: test -z 			 || test ! -s conftest.err
configure:5168: $? = 0
configure:5171: test -s conftest.o
configure:5174: $? = 0
configure:5185: result: yes
configure:5140: checking for memory.h
configure:5156: gcc  -c -g -O2  conftest.c >&5
configure:5162: $? = 0
configure:5165: test -z 			 || test ! -s conftest.err
configure:5168: $? = 0
configure:5171: test -s conftest.o
configure:5174: $? = 0
configure:5185: result: yes
configure:5140: checking for strings.h
configure:5156: gcc  -c -g -O2  conftest.c >&5
configure:5162: $? = 0
configure:5165: test -z 			 || test ! -s conftest.err
configure:5168: $? = 0
configure:5171: test -s conftest.o
configure:5174: $? = 0
configure:5185: result: yes
configure:5140: checking for inttypes.h
configure:5156: gcc  -c -g -O2  conftest.c >&5
configure:5162: $? = 0
configure:5165: test -z 			 || test ! -s conftest.err
configure:5168: $? = 0
configure:5171: test -s conftest.o
configure:5174: $? = 0
configure:5185: result: yes
configure:5140: checking for stdint.h
configure:5156: gcc  -c -g -O2  conftest.c >&5
configure:5162: $? = 0
configure:5165: test -z 			 || test ! -s conftest.err
configure:5168: $? = 0
configure:5171: test -s conftest.o
configure:5174: $? = 0
configure:5185: result: yes
configure:5140: checking for unistd.h
configure:5156: gcc  -c -g -O2  conftest.c >&5
configure:5162: $? = 0
configure:5165: test -z 			 || test ! -s conftest.err
configure:5168: $? = 0
configure:5171: test -s conftest.o
configure:5174: $? = 0
configure:5185: result: yes
configure:5211: checking dlfcn.h usability
configure:5223: gcc  -c -g -O2  conftest.c >&5
configure:5229: $? = 0
configure:5232: test -z 			 || test ! -s conftest.err
configure:5235: $? = 0
configure:5238: test -s conftest.o
configure:5241: $? = 0
configure:5251: result: yes
configure:5255: checking dlfcn.h presence
configure:5265: gcc -E  conftest.c
configure:5271: $? = 0
configure:5291: result: yes
configure:5326: checking for dlfcn.h
configure:5333: result: yes
configure:5398: checking for g++
configure:5414: found /usr/bin/g++
configure:5424: result: g++
configure:5440: checking for C++ compiler version
configure:5443: g++ --version </dev/null >&5
g++ (GCC) 4.0.2 (Debian 4.0.2-2)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5446: $? = 0
configure:5448: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 (Debian 4.0.2-2)
configure:5451: $? = 0
configure:5453: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:5456: $? = 1
configure:5459: checking whether we are using the GNU C++ compiler
configure:5483: g++ -c   conftest.cc >&5
configure:5489: $? = 0
configure:5492: test -z 			 || test ! -s conftest.err
configure:5495: $? = 0
configure:5498: test -s conftest.o
configure:5501: $? = 0
configure:5514: result: yes
configure:5520: checking whether g++ accepts -g
configure:5541: g++ -c -g  conftest.cc >&5
configure:5547: $? = 0
configure:5550: test -z 			 || test ! -s conftest.err
configure:5553: $? = 0
configure:5556: test -s conftest.o
configure:5559: $? = 0
configure:5570: result: yes
configure:5612: g++ -c -g -O2  conftest.cc >&5
configure:5618: $? = 0
configure:5621: test -z 			 || test ! -s conftest.err
configure:5624: $? = 0
configure:5627: test -s conftest.o
configure:5630: $? = 0
configure:5656: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:29: error: 'exit' was not declared in this scope
configure:5662: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5612: g++ -c -g -O2  conftest.cc >&5
configure:5618: $? = 0
configure:5621: test -z 			 || test ! -s conftest.err
configure:5624: $? = 0
configure:5627: test -s conftest.o
configure:5630: $? = 0
configure:5656: g++ -c -g -O2  conftest.cc >&5
configure:5662: $? = 0
configure:5665: test -z 			 || test ! -s conftest.err
configure:5668: $? = 0
configure:5671: test -s conftest.o
configure:5674: $? = 0
configure:5702: checking how to run the C++ preprocessor
configure:5733: g++ -E  conftest.cc
configure:5739: $? = 0
configure:5771: g++ -E  conftest.cc
conftest.cc:28:28: error: ac_nonexistent.h: No such file or directory
configure:5777: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5816: result: g++ -E
configure:5840: g++ -E  conftest.cc
configure:5846: $? = 0
configure:5878: g++ -E  conftest.cc
conftest.cc:28:28: error: ac_nonexistent.h: No such file or directory
configure:5884: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5979: checking for g77
configure:6008: result: no
configure:5979: checking for f77
configure:6008: result: no
configure:5979: checking for xlf
configure:6008: result: no
configure:5979: checking for frt
configure:6008: result: no
configure:5979: checking for pgf77
configure:6008: result: no
configure:5979: checking for fort77
configure:6008: result: no
configure:5979: checking for fl32
configure:6008: result: no
configure:5979: checking for af77
configure:6008: result: no
configure:5979: checking for f90
configure:6008: result: no
configure:5979: checking for xlf90
configure:6008: result: no
configure:5979: checking for pgf90
configure:6008: result: no
configure:5979: checking for epcf90
configure:6008: result: no
configure:5979: checking for f95
configure:6008: result: no
configure:5979: checking for fort
configure:6008: result: no
configure:5979: checking for xlf95
configure:6008: result: no
configure:5979: checking for ifc
configure:6008: result: no
configure:5979: checking for efc
configure:6008: result: no
configure:5979: checking for pgf95
configure:6008: result: no
configure:5979: checking for lf95
configure:6008: result: no
configure:5979: checking for gfortran
configure:6008: result: no
configure:6020: checking for Fortran 77 compiler version
configure:6023:  --version </dev/null >&5
./configure: line 6024: --version: command not found
configure:6026: $? = 127
configure:6028:  -v </dev/null >&5
./configure: line 6029: -v: command not found
configure:6031: $? = 127
configure:6033:  -V </dev/null >&5
./configure: line 6034: -V: command not found
configure:6036: $? = 127
configure:6044: checking whether we are using the GNU Fortran 77 compiler
configure:6058:  -c  conftest.F >&5
./configure: line 6059: -c: command not found
configure:6064: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:6089: result: no
configure:6095: checking whether  accepts -g
configure:6107:  -c -g conftest.f >&5
./configure: line 6108: -c: command not found
configure:6113: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:6137: result: no
configure:6167: checking the maximum length of command line arguments
configure:6232: result: 32768
configure:6243: checking command to parse /usr/bin/nm -B output from gcc  object
configure:6332: gcc  -c -g -O2  conftest.c >&5
configure:6335: $? = 0
configure:6339: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6342: $? = 0
configure:6394: gcc  -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6397: $? = 0
configure:6435: result: ok
configure:6439: checking for objdir
configure:6454: result: .libs
configure:6544: checking for ar
configure:6560: found /usr/bin/ar
configure:6571: result: ar
configure:6624: checking for ranlib
configure:6640: found /usr/bin/ranlib
configure:6651: result: ranlib
configure:6704: checking for strip
configure:6720: found /usr/bin/strip
configure:6731: result: strip
configure:6993: checking if gcc  static flag  works
configure:7016: result: yes
configure:7034: checking if gcc  supports -fno-rtti -fno-exceptions
configure:7052: gcc  -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7056: $? = 0
configure:7067: result: no
configure:7082: checking for gcc  option to produce PIC
configure:7259: result: -fPIC
configure:7267: checking if gcc  PIC flag -fPIC works
configure:7285: gcc  -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:7289: $? = 0
configure:7300: result: yes
configure:7324: checking if gcc  supports -c -o file.o
configure:7345: gcc  -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:7349: $? = 0
configure:7369: result: yes
configure:7395: checking whether the gcc  linker (/usr/bin/ld) supports shared libraries
configure:8242: result: yes
configure:8268: checking whether -lc should be explicitly linked in
configure:8273: gcc  -c -g -O2  conftest.c >&5
configure:8276: $? = 0
configure:8290: gcc  -shared conftest.o  -v -Wl,-soname -Wl,conftest  -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8293: $? = 0
configure:8305: result: no
configure:8313: checking dynamic linker characteristics
configure:8868: result: GNU/Linux ld.so
configure:8872: checking how to hardcode library paths into programs
configure:8897: result: immediate
configure:8911: checking whether stripping libraries is possible
configure:8916: result: yes
configure:9739: checking if libtool supports shared libraries
configure:9741: result: yes
configure:9744: checking whether to build shared libraries
configure:9802: result: yes
configure:9805: checking whether to build static libraries
configure:9809: result: yes
configure:9901: creating libtool
configure:10451: checking for ld used by g++
configure:10518: result: /usr/bin/ld
configure:10527: checking if the linker (/usr/bin/ld) is GNU ld
configure:10542: result: yes
configure:10593: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11419: result: yes
configure:11437: g++ -c -g -O2  conftest.cc >&5
configure:11440: $? = 0
configure:11536: checking for g++ option to produce PIC
configure:11788: result: -fPIC
configure:11796: checking if g++ PIC flag -fPIC works
configure:11808: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:11812: $? = 0
configure:11829: result: yes
configure:11853: checking if g++ supports -c -o file.o
configure:11868: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:11872: $? = 0
configure:11898: result: yes
configure:11924: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11952: result: yes
configure:12023: checking dynamic linker characteristics
configure:12578: result: GNU/Linux ld.so
configure:12582: checking how to hardcode library paths into programs
configure:12607: result: immediate
configure:12621: checking whether stripping libraries is possible
configure:12626: result: yes
configure:19943: checking for openldap
configure:20072: gcc  -c -I/usr/include -g -O2  conftest.c >&5
configure:20078: $? = 0
configure:20081: test -z 			 || test ! -s conftest.err
configure:20084: $? = 0
configure:20087: test -s conftest.o
configure:20090: $? = 0
configure:20119: gcc  -o conftest -I/usr/include -g -O2   conftest.c -L/usr/lib -lldap -llber   >&5
configure:20125: $? = 0
configure:20128: test -z 			 || test ! -s conftest.err
configure:20131: $? = 0
configure:20134: test -s conftest
configure:20137: $? = 0
configure:20153: result: headers /usr/include, libraries /usr/lib
configure:20222: checking for krb4
configure:20295: gcc  -o conftest -I/usr/include  -g -O2   conftest.c -L/usr/lib -lkrb -lcrypto  >&5
/usr/bin/ld: warning: libcrypto.so.0.9.7, needed by /usr/lib/libkrb.so, may conflict with libcrypto.so.0.9.8
configure:20301: $? = 0
configure:20304: test -z 			 || test ! -s conftest.err
configure:20307: $? = 0
configure:20310: test -s conftest
configure:20313: $? = 0
configure:20318: result: from krb4-config
configure:20466: checking for four valued krb_put_int
configure:20489: gcc  -c -g -O2 -I/usr/include   conftest.c >&5
configure:20495: $? = 0
configure:20498: test -z 			 || test ! -s conftest.err
configure:20501: $? = 0
configure:20504: test -s conftest.o
configure:20507: $? = 0
configure:20519: result: yes
configure:20530: checking for KRB_VERIFY_SECURE
configure:20552: gcc  -c -g -O2 -I/usr/include   conftest.c >&5
configure:20558: $? = 0
configure:20561: test -z 			 || test ! -s conftest.err
configure:20564: $? = 0
configure:20567: test -s conftest.o
configure:20570: $? = 0
configure:20582: result: yes
configure:20596: checking for KRB_VERIFY_NOT_SECURE
configure:20618: gcc  -c -g -O2 -I/usr/include   conftest.c >&5
configure:20624: $? = 0
configure:20627: test -z 			 || test ! -s conftest.err
configure:20630: $? = 0
configure:20633: test -s conftest.o
configure:20636: $? = 0
configure:20648: result: yes
configure:20661: checking for krb_enable_debug
configure:20694: gcc  -o conftest -g -O2 -I/usr/include    conftest.c    -L/usr/lib -lkrb -lcrypto  >&5
/usr/bin/ld: warning: libcrypto.so.0.9.7, needed by /usr/lib/libkrb.so, may conflict with libcrypto.so.0.9.8
configure:20700: $? = 0
configure:20703: test -z 			 || test ! -s conftest.err
configure:20706: $? = 0
configure:20709: test -s conftest
configure:20712: $? = 0
configure:20848: result: yes
configure:20882: checking for krb_disable_debug
configure:20915: gcc  -o conftest -g -O2 -I/usr/include    conftest.c    -L/usr/lib -lkrb -lcrypto  >&5
/usr/bin/ld: warning: libcrypto.so.0.9.7, needed by /usr/lib/libkrb.so, may conflict with libcrypto.so.0.9.8
configure:20921: $? = 0
configure:20924: test -z 			 || test ! -s conftest.err
configure:20927: $? = 0
configure:20930: test -s conftest
configure:20933: $? = 0
configure:21069: result: yes
configure:21103: checking for krb_get_our_ip_for_realm
configure:21136: gcc  -o conftest -g -O2 -I/usr/include    conftest.c    -L/usr/lib -lkrb -lcrypto  >&5
/usr/bin/ld: warning: libcrypto.so.0.9.7, needed by /usr/lib/libkrb.so, may conflict with libcrypto.so.0.9.8
configure:21142: $? = 0
configure:21145: test -z 			 || test ! -s conftest.err
configure:21148: $? = 0
configure:21151: test -s conftest
configure:21154: $? = 0
configure:21290: result: yes
configure:21324: checking for krb_kdctimeofday
configure:21357: gcc  -o conftest -g -O2 -I/usr/include    conftest.c    -L/usr/lib -lkrb -lcrypto  >&5
/usr/bin/ld: warning: libcrypto.so.0.9.7, needed by /usr/lib/libkrb.so, may conflict with libcrypto.so.0.9.8
configure:21363: $? = 0
configure:21366: test -z 			 || test ! -s conftest.err
configure:21369: $? = 0
configure:21372: test -s conftest
configure:21375: $? = 0
configure:21511: result: yes
configure:21547: checking for krb_get_kdc_time_diff
configure:21580: gcc  -o conftest -g -O2 -I/usr/include    conftest.c    -L/usr/lib -lkrb -lcrypto  >&5
/usr/bin/ld: warning: libcrypto.so.0.9.7, needed by /usr/lib/libkrb.so, may conflict with libcrypto.so.0.9.8
configure:21586: $? = 0
configure:21589: test -z 			 || test ! -s conftest.err
configure:21592: $? = 0
configure:21595: test -s conftest
configure:21598: $? = 0
configure:21734: result: yes
configure:21766: checking for KRB_SENDAUTH_VERS
configure:21789: gcc  -c -g -O2 -I/usr/include   conftest.c >&5
configure:21795: $? = 0
configure:21798: test -z 			 || test ! -s conftest.err
configure:21801: $? = 0
configure:21804: test -s conftest.o
configure:21807: $? = 0
configure:21819: result: yes
configure:21828: checking for krb_mk_req with const arguments
configure:21852: gcc  -c -g -O2 -I/usr/include   conftest.c >&5
configure:21858: $? = 0
configure:21861: test -z 			 || test ! -s conftest.err
configure:21864: $? = 0
configure:21867: test -s conftest.o
configure:21870: $? = 0
configure:21882: result: yes
configure:21984: checking for crypto library
configure:22069: gcc  -o conftest -DHAVE_OPENSSL -I/usr/include -g -O2   conftest.c -L/usr/lib -lkrb  >&5
In file included from conftest.c:41:
/usr/include/openssl/md4.h:108: error: syntax error before 'size_t'
/usr/include/openssl/md4.h:110: error: syntax error before 'size_t'
In file included from conftest.c:42:
/usr/include/openssl/md5.h:108: error: syntax error before 'size_t'
/usr/include/openssl/md5.h:110: error: syntax error before 'size_t'
In file included from conftest.c:43:
/usr/include/openssl/sha.h:109: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:111: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:116: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:118: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:138: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:140: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:142: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:144: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:185: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:187: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:189: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:191: error: syntax error before 'size_t'
configure:22075: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OPENLDAP 1
| #define KRB4 1
| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1
| #define HAVE_KRB_ENABLE_DEBUG 1
| #define HAVE_KRB_DISABLE_DEBUG 1
| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
| #define HAVE_KRB_KDCTIMEOFDAY 1
| #define HAVE_KRB_GET_KDC_TIME_DIFF 1
| #define KRB_MK_REQ_CONST 1
| #define KRB5 1
| /* end confdefs.h.  */
| 
| 		#undef KRB5 /* makes md4.h et al unhappy */
| 		#ifdef HAVE_OPENSSL
| 		#include <openssl/md4.h>
| 		#include <openssl/md5.h>
| 		#include <openssl/sha.h>
| 		#define OPENSSL_DES_LIBDES_COMPATIBILITY
| 		#include <openssl/des.h>
| 		#include <openssl/rc4.h>
| 		#include <openssl/rand.h>
| 		#else
| 		#include <md4.h>
| 		#include <md5.h>
| 		#include <sha.h>
| 		#include <des.h>
| 		#include <rc4.h>
| 		#endif
| 		#ifdef OLD_HASH_NAMES
| 		typedef struct md4 MD4_CTX;
| 		#define MD4_Init(C) md4_init((C))
| 		#define MD4_Update(C, D, L) md4_update((C), (D), (L))
| 		#define MD4_Final(D, C) md4_finito((C), (D))
| 		typedef struct md5 MD5_CTX;
| 		#define MD5_Init(C) md5_init((C))
| 		#define MD5_Update(C, D, L) md5_update((C), (D), (L))
| 		#define MD5_Final(D, C) md5_finito((C), (D))
| 		typedef struct sha SHA_CTX;
| 		#define SHA1_Init(C) sha_init((C))
| 		#define SHA1_Update(C, D, L) sha_update((C), (D), (L))
| 		#define SHA1_Final(D, C) sha_finito((C), (D))
| 		#endif
| 
| int
| main ()
| {
| 
| 		void *schedule = 0;
| 		MD4_CTX md4;
| 		MD5_CTX md5;
| 		SHA_CTX sha1;
| 
| 		MD4_Init(&md4);
| 		MD5_Init(&md5);
| 		SHA1_Init(&sha1);
| 		#ifdef HAVE_OPENSSL
| 		RAND_status();
| 		#endif
| 
| 		des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
| 		RC4(0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:22069: gcc  -o conftest -DHAVE_OPENSSL -I/usr/include -g -O2   conftest.c -L/usr/lib -lcrypto  >&5
In file included from conftest.c:41:
/usr/include/openssl/md4.h:108: error: syntax error before 'size_t'
/usr/include/openssl/md4.h:110: error: syntax error before 'size_t'
In file included from conftest.c:42:
/usr/include/openssl/md5.h:108: error: syntax error before 'size_t'
/usr/include/openssl/md5.h:110: error: syntax error before 'size_t'
In file included from conftest.c:43:
/usr/include/openssl/sha.h:109: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:111: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:116: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:118: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:138: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:140: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:142: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:144: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:185: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:187: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:189: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:191: error: syntax error before 'size_t'
configure:22075: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OPENLDAP 1
| #define KRB4 1
| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1
| #define HAVE_KRB_ENABLE_DEBUG 1
| #define HAVE_KRB_DISABLE_DEBUG 1
| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
| #define HAVE_KRB_KDCTIMEOFDAY 1
| #define HAVE_KRB_GET_KDC_TIME_DIFF 1
| #define KRB_MK_REQ_CONST 1
| #define KRB5 1
| /* end confdefs.h.  */
| 
| 		#undef KRB5 /* makes md4.h et al unhappy */
| 		#ifdef HAVE_OPENSSL
| 		#include <openssl/md4.h>
| 		#include <openssl/md5.h>
| 		#include <openssl/sha.h>
| 		#define OPENSSL_DES_LIBDES_COMPATIBILITY
| 		#include <openssl/des.h>
| 		#include <openssl/rc4.h>
| 		#include <openssl/rand.h>
| 		#else
| 		#include <md4.h>
| 		#include <md5.h>
| 		#include <sha.h>
| 		#include <des.h>
| 		#include <rc4.h>
| 		#endif
| 		#ifdef OLD_HASH_NAMES
| 		typedef struct md4 MD4_CTX;
| 		#define MD4_Init(C) md4_init((C))
| 		#define MD4_Update(C, D, L) md4_update((C), (D), (L))
| 		#define MD4_Final(D, C) md4_finito((C), (D))
| 		typedef struct md5 MD5_CTX;
| 		#define MD5_Init(C) md5_init((C))
| 		#define MD5_Update(C, D, L) md5_update((C), (D), (L))
| 		#define MD5_Final(D, C) md5_finito((C), (D))
| 		typedef struct sha SHA_CTX;
| 		#define SHA1_Init(C) sha_init((C))
| 		#define SHA1_Update(C, D, L) sha_update((C), (D), (L))
| 		#define SHA1_Final(D, C) sha_finito((C), (D))
| 		#endif
| 
| int
| main ()
| {
| 
| 		void *schedule = 0;
| 		MD4_CTX md4;
| 		MD5_CTX md5;
| 		SHA_CTX sha1;
| 
| 		MD4_Init(&md4);
| 		MD5_Init(&md5);
| 		SHA1_Init(&sha1);
| 		#ifdef HAVE_OPENSSL
| 		RAND_status();
| 		#endif
| 
| 		des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
| 		RC4(0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:22164: gcc  -o conftest -I/usr/include -g -O2   conftest.c -L/usr/lib -lkrb  >&5
conftest.c:49:19: error: md4.h: No such file or directory
conftest.c:50:19: error: md5.h: No such file or directory
conftest.c:51:19: error: sha.h: No such file or directory
conftest.c:52:19: error: des.h: No such file or directory
conftest.c:53:19: error: rc4.h: No such file or directory
conftest.c: In function 'main':
conftest.c:75: error: 'MD4_CTX' undeclared (first use in this function)
conftest.c:75: error: (Each undeclared identifier is reported only once
conftest.c:75: error: for each function it appears in.)
conftest.c:75: error: syntax error before 'md4'
conftest.c:76: error: 'MD5_CTX' undeclared (first use in this function)
conftest.c:77: error: 'SHA_CTX' undeclared (first use in this function)
conftest.c:79: error: 'md4' undeclared (first use in this function)
conftest.c:80: error: 'md5' undeclared (first use in this function)
conftest.c:81: error: 'sha1' undeclared (first use in this function)
configure:22170: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OPENLDAP 1
| #define KRB4 1
| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1
| #define HAVE_KRB_ENABLE_DEBUG 1
| #define HAVE_KRB_DISABLE_DEBUG 1
| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
| #define HAVE_KRB_KDCTIMEOFDAY 1
| #define HAVE_KRB_GET_KDC_TIME_DIFF 1
| #define KRB_MK_REQ_CONST 1
| #define KRB5 1
| /* end confdefs.h.  */
| 
| 		#undef KRB5 /* makes md4.h et al unhappy */
| 		#ifdef HAVE_OPENSSL
| 		#include <openssl/md4.h>
| 		#include <openssl/md5.h>
| 		#include <openssl/sha.h>
| 		#define OPENSSL_DES_LIBDES_COMPATIBILITY
| 		#include <openssl/des.h>
| 		#include <openssl/rc4.h>
| 		#include <openssl/rand.h>
| 		#else
| 		#include <md4.h>
| 		#include <md5.h>
| 		#include <sha.h>
| 		#include <des.h>
| 		#include <rc4.h>
| 		#endif
| 		#ifdef OLD_HASH_NAMES
| 		typedef struct md4 MD4_CTX;
| 		#define MD4_Init(C) md4_init((C))
| 		#define MD4_Update(C, D, L) md4_update((C), (D), (L))
| 		#define MD4_Final(D, C) md4_finito((C), (D))
| 		typedef struct md5 MD5_CTX;
| 		#define MD5_Init(C) md5_init((C))
| 		#define MD5_Update(C, D, L) md5_update((C), (D), (L))
| 		#define MD5_Final(D, C) md5_finito((C), (D))
| 		typedef struct sha SHA_CTX;
| 		#define SHA1_Init(C) sha_init((C))
| 		#define SHA1_Update(C, D, L) sha_update((C), (D), (L))
| 		#define SHA1_Final(D, C) sha_finito((C), (D))
| 		#endif
| 
| int
| main ()
| {
| 
| 		void *schedule = 0;
| 		MD4_CTX md4;
| 		MD5_CTX md5;
| 		SHA_CTX sha1;
| 
| 		MD4_Init(&md4);
| 		MD5_Init(&md5);
| 		SHA1_Init(&sha1);
| 		#ifdef HAVE_OPENSSL
| 		RAND_status();
| 		#endif
| 
| 		des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
| 		RC4(0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:22164: gcc  -o conftest -I/usr/include -g -O2   conftest.c -L/usr/lib -lcrypto  >&5
conftest.c:49:19: error: md4.h: No such file or directory
conftest.c:50:19: error: md5.h: No such file or directory
conftest.c:51:19: error: sha.h: No such file or directory
conftest.c:52:19: error: des.h: No such file or directory
conftest.c:53:19: error: rc4.h: No such file or directory
conftest.c: In function 'main':
conftest.c:75: error: 'MD4_CTX' undeclared (first use in this function)
conftest.c:75: error: (Each undeclared identifier is reported only once
conftest.c:75: error: for each function it appears in.)
conftest.c:75: error: syntax error before 'md4'
conftest.c:76: error: 'MD5_CTX' undeclared (first use in this function)
conftest.c:77: error: 'SHA_CTX' undeclared (first use in this function)
conftest.c:79: error: 'md4' undeclared (first use in this function)
conftest.c:80: error: 'md5' undeclared (first use in this function)
conftest.c:81: error: 'sha1' undeclared (first use in this function)
configure:22170: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OPENLDAP 1
| #define KRB4 1
| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1
| #define HAVE_KRB_ENABLE_DEBUG 1
| #define HAVE_KRB_DISABLE_DEBUG 1
| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
| #define HAVE_KRB_KDCTIMEOFDAY 1
| #define HAVE_KRB_GET_KDC_TIME_DIFF 1
| #define KRB_MK_REQ_CONST 1
| #define KRB5 1
| /* end confdefs.h.  */
| 
| 		#undef KRB5 /* makes md4.h et al unhappy */
| 		#ifdef HAVE_OPENSSL
| 		#include <openssl/md4.h>
| 		#include <openssl/md5.h>
| 		#include <openssl/sha.h>
| 		#define OPENSSL_DES_LIBDES_COMPATIBILITY
| 		#include <openssl/des.h>
| 		#include <openssl/rc4.h>
| 		#include <openssl/rand.h>
| 		#else
| 		#include <md4.h>
| 		#include <md5.h>
| 		#include <sha.h>
| 		#include <des.h>
| 		#include <rc4.h>
| 		#endif
| 		#ifdef OLD_HASH_NAMES
| 		typedef struct md4 MD4_CTX;
| 		#define MD4_Init(C) md4_init((C))
| 		#define MD4_Update(C, D, L) md4_update((C), (D), (L))
| 		#define MD4_Final(D, C) md4_finito((C), (D))
| 		typedef struct md5 MD5_CTX;
| 		#define MD5_Init(C) md5_init((C))
| 		#define MD5_Update(C, D, L) md5_update((C), (D), (L))
| 		#define MD5_Final(D, C) md5_finito((C), (D))
| 		typedef struct sha SHA_CTX;
| 		#define SHA1_Init(C) sha_init((C))
| 		#define SHA1_Update(C, D, L) sha_update((C), (D), (L))
| 		#define SHA1_Final(D, C) sha_finito((C), (D))
| 		#endif
| 
| int
| main ()
| {
| 
| 		void *schedule = 0;
| 		MD4_CTX md4;
| 		MD5_CTX md5;
| 		SHA_CTX sha1;
| 
| 		MD4_Init(&md4);
| 		MD5_Init(&md5);
| 		SHA1_Init(&sha1);
| 		#ifdef HAVE_OPENSSL
| 		RAND_status();
| 		#endif
| 
| 		des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
| 		RC4(0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:22259: gcc  -o conftest -DHAVE_OLD_HASH_NAMES -I/usr/include -g -O2   conftest.c -L/usr/lib -lkrb  >&5
conftest.c:49:19: error: md4.h: No such file or directory
conftest.c:50:19: error: md5.h: No such file or directory
conftest.c:51:19: error: sha.h: No such file or directory
conftest.c:52:19: error: des.h: No such file or directory
conftest.c:53:19: error: rc4.h: No such file or directory
conftest.c: In function 'main':
conftest.c:75: error: 'MD4_CTX' undeclared (first use in this function)
conftest.c:75: error: (Each undeclared identifier is reported only once
conftest.c:75: error: for each function it appears in.)
conftest.c:75: error: syntax error before 'md4'
conftest.c:76: error: 'MD5_CTX' undeclared (first use in this function)
conftest.c:77: error: 'SHA_CTX' undeclared (first use in this function)
conftest.c:79: error: 'md4' undeclared (first use in this function)
conftest.c:80: error: 'md5' undeclared (first use in this function)
conftest.c:81: error: 'sha1' undeclared (first use in this function)
configure:22265: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OPENLDAP 1
| #define KRB4 1
| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1
| #define HAVE_KRB_ENABLE_DEBUG 1
| #define HAVE_KRB_DISABLE_DEBUG 1
| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
| #define HAVE_KRB_KDCTIMEOFDAY 1
| #define HAVE_KRB_GET_KDC_TIME_DIFF 1
| #define KRB_MK_REQ_CONST 1
| #define KRB5 1
| /* end confdefs.h.  */
| 
| 		#undef KRB5 /* makes md4.h et al unhappy */
| 		#ifdef HAVE_OPENSSL
| 		#include <openssl/md4.h>
| 		#include <openssl/md5.h>
| 		#include <openssl/sha.h>
| 		#define OPENSSL_DES_LIBDES_COMPATIBILITY
| 		#include <openssl/des.h>
| 		#include <openssl/rc4.h>
| 		#include <openssl/rand.h>
| 		#else
| 		#include <md4.h>
| 		#include <md5.h>
| 		#include <sha.h>
| 		#include <des.h>
| 		#include <rc4.h>
| 		#endif
| 		#ifdef OLD_HASH_NAMES
| 		typedef struct md4 MD4_CTX;
| 		#define MD4_Init(C) md4_init((C))
| 		#define MD4_Update(C, D, L) md4_update((C), (D), (L))
| 		#define MD4_Final(D, C) md4_finito((C), (D))
| 		typedef struct md5 MD5_CTX;
| 		#define MD5_Init(C) md5_init((C))
| 		#define MD5_Update(C, D, L) md5_update((C), (D), (L))
| 		#define MD5_Final(D, C) md5_finito((C), (D))
| 		typedef struct sha SHA_CTX;
| 		#define SHA1_Init(C) sha_init((C))
| 		#define SHA1_Update(C, D, L) sha_update((C), (D), (L))
| 		#define SHA1_Final(D, C) sha_finito((C), (D))
| 		#endif
| 
| int
| main ()
| {
| 
| 		void *schedule = 0;
| 		MD4_CTX md4;
| 		MD5_CTX md5;
| 		SHA_CTX sha1;
| 
| 		MD4_Init(&md4);
| 		MD5_Init(&md5);
| 		SHA1_Init(&sha1);
| 		#ifdef HAVE_OPENSSL
| 		RAND_status();
| 		#endif
| 
| 		des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
| 		RC4(0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:22259: gcc  -o conftest -DHAVE_OLD_HASH_NAMES -I/usr/include -g -O2   conftest.c -L/usr/lib -lcrypto  >&5
conftest.c:49:19: error: md4.h: No such file or directory
conftest.c:50:19: error: md5.h: No such file or directory
conftest.c:51:19: error: sha.h: No such file or directory
conftest.c:52:19: error: des.h: No such file or directory
conftest.c:53:19: error: rc4.h: No such file or directory
conftest.c: In function 'main':
conftest.c:75: error: 'MD4_CTX' undeclared (first use in this function)
conftest.c:75: error: (Each undeclared identifier is reported only once
conftest.c:75: error: for each function it appears in.)
conftest.c:75: error: syntax error before 'md4'
conftest.c:76: error: 'MD5_CTX' undeclared (first use in this function)
conftest.c:77: error: 'SHA_CTX' undeclared (first use in this function)
conftest.c:79: error: 'md4' undeclared (first use in this function)
conftest.c:80: error: 'md5' undeclared (first use in this function)
conftest.c:81: error: 'sha1' undeclared (first use in this function)
configure:22265: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OPENLDAP 1
| #define KRB4 1
| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1
| #define HAVE_KRB_ENABLE_DEBUG 1
| #define HAVE_KRB_DISABLE_DEBUG 1
| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
| #define HAVE_KRB_KDCTIMEOFDAY 1
| #define HAVE_KRB_GET_KDC_TIME_DIFF 1
| #define KRB_MK_REQ_CONST 1
| #define KRB5 1
| /* end confdefs.h.  */
| 
| 		#undef KRB5 /* makes md4.h et al unhappy */
| 		#ifdef HAVE_OPENSSL
| 		#include <openssl/md4.h>
| 		#include <openssl/md5.h>
| 		#include <openssl/sha.h>
| 		#define OPENSSL_DES_LIBDES_COMPATIBILITY
| 		#include <openssl/des.h>
| 		#include <openssl/rc4.h>
| 		#include <openssl/rand.h>
| 		#else
| 		#include <md4.h>
| 		#include <md5.h>
| 		#include <sha.h>
| 		#include <des.h>
| 		#include <rc4.h>
| 		#endif
| 		#ifdef OLD_HASH_NAMES
| 		typedef struct md4 MD4_CTX;
| 		#define MD4_Init(C) md4_init((C))
| 		#define MD4_Update(C, D, L) md4_update((C), (D), (L))
| 		#define MD4_Final(D, C) md4_finito((C), (D))
| 		typedef struct md5 MD5_CTX;
| 		#define MD5_Init(C) md5_init((C))
| 		#define MD5_Update(C, D, L) md5_update((C), (D), (L))
| 		#define MD5_Final(D, C) md5_finito((C), (D))
| 		typedef struct sha SHA_CTX;
| 		#define SHA1_Init(C) sha_init((C))
| 		#define SHA1_Update(C, D, L) sha_update((C), (D), (L))
| 		#define SHA1_Final(D, C) sha_finito((C), (D))
| 		#endif
| 
| int
| main ()
| {
| 
| 		void *schedule = 0;
| 		MD4_CTX md4;
| 		MD5_CTX md5;
| 		SHA_CTX sha1;
| 
| 		MD4_Init(&md4);
| 		MD5_Init(&md5);
| 		SHA1_Init(&sha1);
| 		#ifdef HAVE_OPENSSL
| 		RAND_status();
| 		#endif
| 
| 		des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
| 		RC4(0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:22385: gcc  -o conftest -DHAVE_OPENSSL  -g -O2   conftest.c   -lcrypto  >&5
In file included from conftest.c:41:
/usr/include/openssl/md4.h:108: error: syntax error before 'size_t'
/usr/include/openssl/md4.h:110: error: syntax error before 'size_t'
In file included from conftest.c:42:
/usr/include/openssl/md5.h:108: error: syntax error before 'size_t'
/usr/include/openssl/md5.h:110: error: syntax error before 'size_t'
In file included from conftest.c:43:
/usr/include/openssl/sha.h:109: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:111: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:116: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:118: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:138: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:140: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:142: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:144: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:185: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:187: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:189: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:191: error: syntax error before 'size_t'
configure:22391: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OPENLDAP 1
| #define KRB4 1
| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1
| #define HAVE_KRB_ENABLE_DEBUG 1
| #define HAVE_KRB_DISABLE_DEBUG 1
| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
| #define HAVE_KRB_KDCTIMEOFDAY 1
| #define HAVE_KRB_GET_KDC_TIME_DIFF 1
| #define KRB_MK_REQ_CONST 1
| #define KRB5 1
| /* end confdefs.h.  */
| 
| 		#undef KRB5 /* makes md4.h et al unhappy */
| 		#ifdef HAVE_OPENSSL
| 		#include <openssl/md4.h>
| 		#include <openssl/md5.h>
| 		#include <openssl/sha.h>
| 		#define OPENSSL_DES_LIBDES_COMPATIBILITY
| 		#include <openssl/des.h>
| 		#include <openssl/rc4.h>
| 		#include <openssl/rand.h>
| 		#else
| 		#include <md4.h>
| 		#include <md5.h>
| 		#include <sha.h>
| 		#include <des.h>
| 		#include <rc4.h>
| 		#endif
| 		#ifdef OLD_HASH_NAMES
| 		typedef struct md4 MD4_CTX;
| 		#define MD4_Init(C) md4_init((C))
| 		#define MD4_Update(C, D, L) md4_update((C), (D), (L))
| 		#define MD4_Final(D, C) md4_finito((C), (D))
| 		typedef struct md5 MD5_CTX;
| 		#define MD5_Init(C) md5_init((C))
| 		#define MD5_Update(C, D, L) md5_update((C), (D), (L))
| 		#define MD5_Final(D, C) md5_finito((C), (D))
| 		typedef struct sha SHA_CTX;
| 		#define SHA1_Init(C) sha_init((C))
| 		#define SHA1_Update(C, D, L) sha_update((C), (D), (L))
| 		#define SHA1_Final(D, C) sha_finito((C), (D))
| 		#endif
| 
| int
| main ()
| {
| 
| 		void *schedule = 0;
| 		MD4_CTX md4;
| 		MD5_CTX md5;
| 		SHA_CTX sha1;
| 
| 		MD4_Init(&md4);
| 		MD5_Init(&md5);
| 		SHA1_Init(&sha1);
| 		#ifdef HAVE_OPENSSL
| 		RAND_status();
| 		#endif
| 
| 		des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
| 		RC4(0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:22385: gcc  -o conftest -DHAVE_OPENSSL  -g -O2   conftest.c   -lcrypto   -lcrypto -lnsl -lsocket >&5
In file included from conftest.c:41:
/usr/include/openssl/md4.h:108: error: syntax error before 'size_t'
/usr/include/openssl/md4.h:110: error: syntax error before 'size_t'
In file included from conftest.c:42:
/usr/include/openssl/md5.h:108: error: syntax error before 'size_t'
/usr/include/openssl/md5.h:110: error: syntax error before 'size_t'
In file included from conftest.c:43:
/usr/include/openssl/sha.h:109: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:111: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:116: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:118: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:138: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:140: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:142: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:144: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:185: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:187: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:189: error: syntax error before 'size_t'
/usr/include/openssl/sha.h:191: error: syntax error before 'size_t'
configure:22391: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6.3"
| #define PACKAGE_STRING "Heimdal 0.6.3"
| #define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
| #define PACKAGE "heimdal"
| #define VERSION "0.6.3"
| #define _FILE_OFFSET_BITS 64
| #define _GNU_SOURCE 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OPENLDAP 1
| #define KRB4 1
| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1
| #define HAVE_KRB_ENABLE_DEBUG 1
| #define HAVE_KRB_DISABLE_DEBUG 1
| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
| #define HAVE_KRB_KDCTIMEOFDAY 1
| #define HAVE_KRB_GET_KDC_TIME_DIFF 1
| #define KRB_MK_REQ_CONST 1
| #define KRB5 1
| /* end confdefs.h.  */
| 
| 		#undef KRB5 /* makes md4.h et al unhappy */
| 		#ifdef HAVE_OPENSSL
| 		#include <openssl/md4.h>
| 		#include <openssl/md5.h>
| 		#include <openssl/sha.h>
| 		#define OPENSSL_DES_LIBDES_COMPATIBILITY
| 		#include <openssl/des.h>
| 		#include <openssl/rc4.h>
| 		#include <openssl/rand.h>
| 		#else
| 		#include <md4.h>
| 		#include <md5.h>
| 		#include <sha.h>
| 		#include <des.h>
| 		#include <rc4.h>
| 		#endif
| 		#ifdef OLD_HASH_NAMES
| 		typedef struct md4 MD4_CTX;
| 		#define MD4_Init(C) md4_init((C))
| 		#define MD4_Update(C, D, L) md4_update((C), (D), (L))
| 		#define MD4_Final(D, C) md4_finito((C), (D))
| 		typedef struct md5 MD5_CTX;
| 		#define MD5_Init(C) md5_init((C))
| 		#define MD5_Update(C, D, L) md5_update((C), (D), (L))
| 		#define MD5_Final(D, C) md5_finito((C), (D))
| 		typedef struct sha SHA_CTX;
| 		#define SHA1_Init(C) sha_init((C))
| 		#define SHA1_Update(C, D, L) sha_update((C), (D), (L))
| 		#define SHA1_Final(D, C) sha_finito((C), (D))
| 		#endif
| 
| int
| main ()
| {
| 
| 		void *schedule = 0;
| 		MD4_CTX md4;
| 		MD5_CTX md5;
| 		SHA_CTX sha1;
| 
| 		MD4_Init(&md4);
| 		MD5_Init(&md5);
| 		SHA1_Init(&sha1);
| 		#ifdef HAVE_OPENSSL
| 		RAND_status();
| 		#endif
| 
| 		des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
| 		RC4(0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:22433: result: included libdes
configure:22441: error: the crypto library used by krb4 lacks features
required by Kerberos 5; to continue, you need to install a newer
Kerberos 4 or configure --without-krb4

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

ac_cv___attribute__=no
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
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_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_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_f77_compiler_gnu=no
ac_cv_func_krb_disable_debug=yes
ac_cv_func_krb_enable_debug=yes
ac_cv_func_krb_get_kdc_time_diff=yes
ac_cv_func_krb_get_our_ip_for_realm=yes
ac_cv_func_krb_kdctimeofday=yes
ac_cv_func_krb_mk_req_const=yes
ac_cv_func_krb_put_int_four=yes
ac_cv_func_krb_sendauth_vers=yes
ac_cv_func_krb_verify_not_secure=yes
ac_cv_func_krb_verify_secure=yes
ac_cv_funclib_krb_disable_debug=yes
ac_cv_funclib_krb_enable_debug=yes
ac_cv_funclib_krb_get_kdc_time_diff=yes
ac_cv_funclib_krb_get_our_ip_for_realm=yes
ac_cv_funclib_krb_kdctimeofday=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_fl_yywrap=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_LEX=flex
ac_cv_prog_LN_S='ln -s'
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=64
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/bam/source/debian/unstable/heimdal/heimdal-0.6.3/build-tree/heimdal-0.6.3/missing --run aclocal-1.7'
AIX4_FALSE=''
AIX4_TRUE=''
AIX_DYNAMIC_AFS_FALSE=''
AIX_DYNAMIC_AFS_TRUE=''
AIX_EXTRA_KAFS=''
AIX_FALSE=''
AIX_TRUE=''
AMTAR='${SHELL} /home/bam/source/debian/unstable/heimdal/heimdal-0.6.3/build-tree/heimdal-0.6.3/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/bam/source/debian/unstable/heimdal/heimdal-0.6.3/build-tree/heimdal-0.6.3/missing --run autoconf'
AUTOHEADER='${SHELL} /home/bam/source/debian/unstable/heimdal/heimdal-0.6.3/build-tree/heimdal-0.6.3/missing --run autoheader'
AUTOMAKE='${SHELL} /home/bam/source/debian/unstable/heimdal/heimdal-0.6.3/build-tree/heimdal-0.6.3/missing --run automake-1.7'
AWK='mawk'
CANONICAL_HOST='i686-pc-linux-gnu'
CATMAN=''
CATMANEXT=''
CATMAN_FALSE=''
CATMAN_TRUE=''
CC='gcc '
CFLAGS='-g -O2'
COMPILE_ET=''
CPP='gcc -E'
CPPFLAGS=''
CPPFLAGS_roken=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DBLIB=''
DCE_FALSE=''
DCE_TRUE=''
DEFS=''
DIR_com_err=''
DIR_des='des'
DIR_hesiod=''
DIR_krb4=''
DIR_openldap=''
DIR_otp=''
DIR_readline=''
DIR_roken=''
DIR_sl=''
DIR_ss=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_LIB45='lib45.a'
F77=''
FFLAGS=''
GROFF=''
HAVE_DB1_FALSE=''
HAVE_DB1_TRUE=''
HAVE_DB3_FALSE=''
HAVE_DB3_TRUE=''
HAVE_DLOPEN_FALSE=''
HAVE_DLOPEN_TRUE=''
HAVE_NDBM_FALSE=''
HAVE_NDBM_TRUE=''
HAVE_OPENSSL_FALSE=''
HAVE_OPENSSL_TRUE=''
HAVE_X_FALSE=''
HAVE_X_TRUE=''
INCLUDE_des=''
INCLUDE_hesiod=''
INCLUDE_krb4='-I/usr/include '
INCLUDE_openldap='-I/usr/include'
INCLUDE_otp=''
INCLUDE_readline=''
INCLUDE_sl=''
INCLUDE_ss=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
IRIX_FALSE=''
IRIX_TRUE=''
KRB4_FALSE='#'
KRB4_TRUE=''
KRB5_FALSE='#'
KRB5_TRUE=''
LDFLAGS=''
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_AUTH_SUBDIRS=''
LIB_NDBM=''
LIB_XauFileName=''
LIB_XauReadAuth=''
LIB_XauWriteAuth=''
LIB_bswap16=''
LIB_bswap32=''
LIB_com_err=''
LIB_com_err_a=''
LIB_com_err_so=''
LIB_crypt=''
LIB_db_create=''
LIB_dbm_firstkey=''
LIB_dbopen=''
LIB_des='$(top_builddir)/lib/des/libdes.la'
LIB_des_a='$(top_builddir)/lib/des/.libs/libdes.a'
LIB_des_appl='-ldes'
LIB_des_so='$(top_builddir)/lib/des/.libs/libdes.so'
LIB_dlopen=''
LIB_dn_expand=''
LIB_el_init=''
LIB_freeaddrinfo=''
LIB_gai_strerror=''
LIB_getaddrinfo=''
LIB_gethostbyname2=''
LIB_gethostbyname=''
LIB_getnameinfo=''
LIB_getpwnam_r=''
LIB_getsockopt=''
LIB_hesiod=''
LIB_hstrerror=''
LIB_kdb='-lkdb -lkrb'
LIB_krb4='-L/usr/lib -lkrb -lcrypto'
LIB_krb_disable_debug=''
LIB_krb_enable_debug=''
LIB_krb_get_kdc_time_diff=''
LIB_krb_get_our_ip_for_realm=''
LIB_krb_kdctimeofday=''
LIB_loadquery=''
LIB_logout=''
LIB_logwtmp=''
LIB_openldap='-L/usr/lib -lldap -llber '
LIB_openpty=''
LIB_otp=''
LIB_pidfile=''
LIB_readline=''
LIB_res_nsearch=''
LIB_res_search=''
LIB_roken=''
LIB_security=''
LIB_setsockopt=''
LIB_sl=''
LIB_socket=''
LIB_ss=''
LIB_syslog=''
LIB_tgetent=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/bam/source/debian/unstable/heimdal/heimdal-0.6.3/build-tree/heimdal-0.6.3/missing --run makeinfo'
NEED_WRITEAUTH_FALSE=''
NEED_WRITEAUTH_TRUE=''
NROFF=''
OBJEXT='o'
OTP_FALSE=''
OTP_TRUE=''
PACKAGE='heimdal'
PACKAGE_BUGREPORT='heimdal-bugs at pdc.kth.se'
PACKAGE_NAME='Heimdal'
PACKAGE_STRING='Heimdal 0.6.3'
PACKAGE_TARNAME='heimdal'
PACKAGE_VERSION='0.6.3'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.6.3'
VOID_RETSIGTYPE=''
WFLAGS='-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs'
WFLAGS_NOIMPLICITINT='-Wno-implicit-int'
WFLAGS_NOUNUSED='-Wno-unused'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
YACC='bison -y'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__leading_dot='.'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
do_roken_rename_FALSE='#'
do_roken_rename_TRUE=''
dpagaix_cflags=''
dpagaix_ldadd=''
dpagaix_ldflags=''
el_compat_FALSE=''
el_compat_TRUE=''
exec_prefix='NONE'
have_err_h_FALSE=''
have_err_h_TRUE=''
have_fnmatch_h_FALSE=''
have_fnmatch_h_TRUE=''
have_glob_h_FALSE=''
have_glob_h_TRUE=''
have_ifaddrs_h_FALSE=''
have_ifaddrs_h_TRUE=''
have_vis_h_FALSE=''
have_vis_h_TRUE=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
install_sh='/home/bam/source/debian/unstable/heimdal/heimdal-0.6.3/build-tree/heimdal-0.6.3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${prefix}/sbin'
localstatedir='/var/heimdal'
mandir='${prefix}/share/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

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

#define HAVE_DLFCN_H 1
#define HAVE_FOUR_VALUED_KRB_PUT_INT 1
#define HAVE_INTTYPES_H 1
#define HAVE_KRB_DISABLE_DEBUG 1
#define HAVE_KRB_ENABLE_DEBUG 1
#define HAVE_KRB_GET_KDC_TIME_DIFF 1
#define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
#define HAVE_KRB_KDCTIMEOFDAY 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define KRB4 1
#define KRB5 1
#define KRB_MK_REQ_CONST 1
#define OPENLDAP 1
#define PACKAGE "heimdal"
#define PACKAGE_BUGREPORT "heimdal-bugs at pdc.kth.se"
#define PACKAGE_NAME "Heimdal"
#define PACKAGE_STRING "Heimdal 0.6.3"
#define PACKAGE_TARNAME "heimdal"
#define PACKAGE_VERSION "0.6.3"
#define STDC_HEADERS 1
#define VERSION "0.6.3"
#define YYTEXT_POINTER 1
#define _FILE_OFFSET_BITS 64
#define _GNU_SOURCE 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1
-------------- next part --------------
-- 
Brian May <bam at debian.org>


More information about the Pkg-openssl-devel mailing list