fetchmail-friends
[Top] [All Lists]

[fetchmail]Can't build 6.2.5 on Red Hat 9 !? [resent]

2004-01-14 21:02:52
Resending with only the logfiles, since it is otherwise too big.

====================================================================

Trying to build 6.2.5 on Red Hat 9, to see if it trips over the
same segfault as 6.2.0.  The build fails in socket.c:

  gcc -DHAVE_CONFIG_H  
-DLOCALEDIR=\"/cricket1/fetchmail/fetchmail-6.2.5/bin/share/locale\" -c  -I. 
-I. -I./intl -I./intl -I/lib/include -O socket.c
  In file included from /usr/include/openssl/ssl.h:179,
                   from socket.c:505:
  /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
  In file included from /usr/include/openssl/ssl.h:179,
                   from socket.c:505:
  /usr/include/openssl/kssl.h:134: parse error before "krb5_enctype"
  /usr/include/openssl/kssl.h:136: parse error before '*' token
  /usr/include/openssl/kssl.h:137: parse error before '}' token

etc. etc. [complete build logs, and configure logs, in the tarfile]

The same after removing the directory and re-extracting the
tarball, this time explicitly specifying --without-kerberos5
and --without-kerberos to configure.

How do I get past this?  It seems very strange for it to be looking
for krb5.h when configured --without-kerberos5.

The exact configure commands are at the tops of the two cfg.log
files.  I think everything written by either configure or make
is in the respective subdirectories.

::::::::::::::
cfg.log.0114-1840
::::::::::::::
./configure --prefix=`pwd`/bin --exec-prefix=`pwd`/bin --disable-POP3 
--disable-ETRN --disable-ODMR --enable-NTLM --with-ssl=/lib
Wed Jan 14 18:40:52 PST 2004
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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for egrep... grep -E
checking for AIX... no
checking for strerror in -lcposix... no
checking for ANSI C header files... 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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for ANSI C header files... (cached) yes
checking for size_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for unistd.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking sys/itimer.h usability... no
checking sys/itimer.h presence... no
checking for sys/itimer.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking for memory.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking net/socket.h usability... no
checking net/socket.h presence... no
checking for net/socket.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for an ANSI C-conforming const... yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking whether make sets $(MAKE)... (cached) yes
checking for bison... bison -y
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ranlib... ranlib
checking for inline... inline
checking for off_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... ./config.rpath: ./config.rpath: 
No such file or directory
done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.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/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.35, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for socket... yes
using libc's socket
checking for inet_addr... yes
using libc's inet_addr
checking for strchr in -lcposix... no
checking for gettext in -lintl... no
checking for strstr... yes
checking for strcasecmp... (cached) yes
checking for memmove... yes
checking for MD5Init... no
checking for getopt_long... yes
checking for vprintf... yes
checking for _doprnt... no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for tcsetattr... yes
checking for stty... no
checking for setsid... yes
checking for geteuid... (cached) yes
checking for seteuid... yes
checking for gethostbyname... yes
checking for res_search... no
checking for herror... yes
checking for strrchr... yes
checking for strerror... yes
checking for setlinebuf... yes
checking for syslog... yes
checking for snprintf... yes
checking for vprintf... (cached) yes
checking for vsnprintf... yes
checking for vsyslog... yes
checking for atexit... yes
checking for inet_aton... yes
checking for strftime... yes
checking for setrlimit... yes
checking for socketpair... yes
checking for sigprocmask... yes
checking for sigaction... yes
checking for getopt_long... (cached) yes
checking for res_search... (cached) no
checking for res_search in -lresolv... yes
found resolver functions in libresolv
checking for crypt... no
checking for crypt in -lcrypt... yes
checking for RSAPublicDecrypt in -lrsaref... no
checking use of void pointer type... yes
checking for ANSI volatile... yes
checking for waitpid... yes
checking for wait3... yes
checking for union wait... yes
checking sys_siglist declaration in signal.h or unistd.h... yes
root-mode pid file will go in /var/run
checking for procmail... /usr/bin/procmail
checking for sendmail... /folk/phutchis/bin/sendmail
checking for maildrop... no
Will not use a fallback MDA
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for inner_connect... no
Enabling SSLeay support in /lib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default commands
You can ignore any makedepend error messages:
makedepend: warning:  /usr/include/gnu/stubs.h:  non-portable whitespace 
encountered at line 7
makedepend: warning:  socket.c (reading /usr/include/openssl/kssl.h, line 72): 
cannot find include file "krb5.h"
        not in /usr/local/lib/gcc-include/krb5.h
        not in /usr/include/krb5.h
        not in /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/krb5.h
Wed Jan 14 18:41:25 PST 2004
::::::::::::::
cfg.log.0114-1900
::::::::::::::
./configure --prefix=`pwd`/bin --exec-prefix=`pwd`/bin --disable-POP3 
--disable-ETRN --disable-ODMR --enable-NTLM --with-ssl=/lib --without-kerberos5 
--without-kerberos --without-socks --without-socks5 --without-hesiod 
--without-gssapi
Wed Jan 14 19:00:24 PST 2004
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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for egrep... grep -E
checking for AIX... no
checking for strerror in -lcposix... no
checking for ANSI C header files... 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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for ANSI C header files... (cached) yes
checking for size_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for unistd.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking sys/itimer.h usability... no
checking sys/itimer.h presence... no
checking for sys/itimer.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking for memory.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking net/socket.h usability... no
checking net/socket.h presence... no
checking for net/socket.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for an ANSI C-conforming const... yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking whether make sets $(MAKE)... (cached) yes
checking for bison... bison -y
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ranlib... ranlib
checking for inline... inline
checking for off_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... ./config.rpath: ./config.rpath: 
No such file or directory
done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.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/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.35, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for socket... yes
using libc's socket
checking for inet_addr... yes
using libc's inet_addr
checking for strchr in -lcposix... no
checking for gettext in -lintl... no
checking for strstr... yes
checking for strcasecmp... (cached) yes
checking for memmove... yes
checking for MD5Init... no
checking for getopt_long... yes
checking for vprintf... yes
checking for _doprnt... no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for tcsetattr... yes
checking for stty... no
checking for setsid... yes
checking for geteuid... (cached) yes
checking for seteuid... yes
checking for gethostbyname... yes
checking for res_search... no
checking for herror... yes
checking for strrchr... yes
checking for strerror... yes
checking for setlinebuf... yes
checking for syslog... yes
checking for snprintf... yes
checking for vprintf... (cached) yes
checking for vsnprintf... yes
checking for vsyslog... yes
checking for atexit... yes
checking for inet_aton... yes
checking for strftime... yes
checking for setrlimit... yes
checking for socketpair... yes
checking for sigprocmask... yes
checking for sigaction... yes
checking for getopt_long... (cached) yes
checking for res_search... (cached) no
checking for res_search in -lresolv... yes
found resolver functions in libresolv
checking for crypt... no
checking for crypt in -lcrypt... yes
checking for RSAPublicDecrypt in -lrsaref... no
checking use of void pointer type... yes
checking for ANSI volatile... yes
checking for waitpid... yes
checking for wait3... yes
checking for union wait... yes
checking sys_siglist declaration in signal.h or unistd.h... yes
root-mode pid file will go in /var/run
checking for procmail... /usr/bin/procmail
checking for sendmail... /folk/phutchis/bin/sendmail
checking for maildrop... no
Will not use a fallback MDA
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for inner_connect... no
Enabling SSLeay support in /lib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default commands
You can ignore any makedepend error messages:
makedepend: warning:  /usr/include/gnu/stubs.h:  non-portable whitespace 
encountered at line 7
makedepend: warning:  socket.c (reading /usr/include/openssl/kssl.h, line 72): 
cannot find include file "krb5.h"
        not in /usr/local/lib/gcc-include/krb5.h
        not in /usr/include/krb5.h
        not in /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/krb5.h
Wed Jan 14 19:00:56 PST 2004
::::::::::::::
Make.log.0114-1846
::::::::::::::
Wed Jan 14 18:46:52 PST 2004
expect conflicts:  2 shift/reduce
bison -y -d  ./rcfile_y.y
conflicts:  2 shift/reduce
mv y.tab.c rcfile_y.c
mv -f y.tab.h rcfile_y.h
cd . # && /bin/sh /cricket1/fetchmail/fetchmail-6.2.5/missing --run autoheader
echo timestamp> ./stamp-h.in
gcc -DHAVE_CONFIG_H  
-DLOCALEDIR=\"/cricket1/fetchmail/fetchmail-6.2.5/bin/share/locale\" -c  -I. 
-I. -I./intl -I./intl -I/lib/include -O rcfile_y.c
flex  ./rcfile_l.l
sed <lex.yy.c >rcfile_l.c -e "/lex\\.yy\\.c/s//rcfile_l.c/"
rm -f lex.yy.c
gcc -DHAVE_CONFIG_H  
-DLOCALEDIR=\"/cricket1/fetchmail/fetchmail-6.2.5/bin/share/locale\" -c  -I. 
-I. -I./intl -I./intl -I/lib/include -O rcfile_l.c
gcc -DHAVE_CONFIG_H  
-DLOCALEDIR=\"/cricket1/fetchmail/fetchmail-6.2.5/bin/share/locale\" -c  -I. 
-I. -I./intl -I./intl -I/lib/include -O socket.c
In file included from /usr/include/openssl/ssl.h:179,
                 from socket.c:505:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
                 from socket.c:505:
/usr/include/openssl/kssl.h:134: parse error before "krb5_enctype"
/usr/include/openssl/kssl.h:136: parse error before '*' token
/usr/include/openssl/kssl.h:137: parse error before '}' token
/usr/include/openssl/kssl.h:149: parse error before "kssl_ctx_setstring"
/usr/include/openssl/kssl.h:149: parse error before '*' token
/usr/include/openssl/kssl.h:150: parse error before '*' token
/usr/include/openssl/kssl.h:151: parse error before '*' token
/usr/include/openssl/kssl.h:151: parse error before '*' token
/usr/include/openssl/kssl.h:152: parse error before '*' token
/usr/include/openssl/kssl.h:153: parse error before "kssl_ctx_setprinc"
/usr/include/openssl/kssl.h:153: parse error before '*' token
/usr/include/openssl/kssl.h:155: parse error before "kssl_cget_tkt"
/usr/include/openssl/kssl.h:155: parse error before '*' token
/usr/include/openssl/kssl.h:157: parse error before "kssl_sget_tkt"
/usr/include/openssl/kssl.h:157: parse error before '*' token
/usr/include/openssl/kssl.h:159: parse error before "kssl_ctx_setkey"
/usr/include/openssl/kssl.h:159: parse error before '*' token
/usr/include/openssl/kssl.h:161: parse error before "context"
/usr/include/openssl/kssl.h:162: parse error before "kssl_build_principal_2"
/usr/include/openssl/kssl.h:162: parse error before "context"
/usr/include/openssl/kssl.h:165: parse error before "kssl_validate_times"
/usr/include/openssl/kssl.h:165: parse error before "atime"
/usr/include/openssl/kssl.h:167: parse error before "kssl_check_authent"
/usr/include/openssl/kssl.h:167: parse error before '*' token
/usr/include/openssl/kssl.h:169: parse error before "enctype"
In file included from socket.c:505:
/usr/include/openssl/ssl.h:909: parse error before "KSSL_CTX"
/usr/include/openssl/ssl.h:931: parse error before '}' token
socket.c: In function `SSL_verify_callback':
socket.c:833: warning: assignment discards qualifiers from pointer target type
make: *** [socket.o] Error 1
Wed Jan 14 18:46:55 PST 2004
::::::::::::::
Make.log.0114-1902
::::::::::::::
Wed Jan 14 19:02:24 PST 2004
expect conflicts:  2 shift/reduce
bison -y -d  ./rcfile_y.y
conflicts:  2 shift/reduce
mv y.tab.c rcfile_y.c
mv -f y.tab.h rcfile_y.h
cd . # && /bin/sh /cricket1/fetchmail/fetchmail-6.2.5/missing --run autoheader
echo timestamp> ./stamp-h.in
gcc -DHAVE_CONFIG_H  
-DLOCALEDIR=\"/cricket1/fetchmail/fetchmail-6.2.5/bin/share/locale\" -c  -I. 
-I. -I./intl -I./intl -I/lib/include -O rcfile_y.c
flex  ./rcfile_l.l
sed <lex.yy.c >rcfile_l.c -e "/lex\\.yy\\.c/s//rcfile_l.c/"
rm -f lex.yy.c
gcc -DHAVE_CONFIG_H  
-DLOCALEDIR=\"/cricket1/fetchmail/fetchmail-6.2.5/bin/share/locale\" -c  -I. 
-I. -I./intl -I./intl -I/lib/include -O rcfile_l.c
gcc -DHAVE_CONFIG_H  
-DLOCALEDIR=\"/cricket1/fetchmail/fetchmail-6.2.5/bin/share/locale\" -c  -I. 
-I. -I./intl -I./intl -I/lib/include -O socket.c
In file included from /usr/include/openssl/ssl.h:179,
                 from socket.c:505:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
                 from socket.c:505:
/usr/include/openssl/kssl.h:134: parse error before "krb5_enctype"
/usr/include/openssl/kssl.h:136: parse error before '*' token
/usr/include/openssl/kssl.h:137: parse error before '}' token
/usr/include/openssl/kssl.h:149: parse error before "kssl_ctx_setstring"
/usr/include/openssl/kssl.h:149: parse error before '*' token
/usr/include/openssl/kssl.h:150: parse error before '*' token
/usr/include/openssl/kssl.h:151: parse error before '*' token
/usr/include/openssl/kssl.h:151: parse error before '*' token
/usr/include/openssl/kssl.h:152: parse error before '*' token
/usr/include/openssl/kssl.h:153: parse error before "kssl_ctx_setprinc"
/usr/include/openssl/kssl.h:153: parse error before '*' token
/usr/include/openssl/kssl.h:155: parse error before "kssl_cget_tkt"
/usr/include/openssl/kssl.h:155: parse error before '*' token
/usr/include/openssl/kssl.h:157: parse error before "kssl_sget_tkt"
/usr/include/openssl/kssl.h:157: parse error before '*' token
/usr/include/openssl/kssl.h:159: parse error before "kssl_ctx_setkey"
/usr/include/openssl/kssl.h:159: parse error before '*' token
/usr/include/openssl/kssl.h:161: parse error before "context"
/usr/include/openssl/kssl.h:162: parse error before "kssl_build_principal_2"
/usr/include/openssl/kssl.h:162: parse error before "context"
/usr/include/openssl/kssl.h:165: parse error before "kssl_validate_times"
/usr/include/openssl/kssl.h:165: parse error before "atime"
/usr/include/openssl/kssl.h:167: parse error before "kssl_check_authent"
/usr/include/openssl/kssl.h:167: parse error before '*' token
/usr/include/openssl/kssl.h:169: parse error before "enctype"
In file included from socket.c:505:
/usr/include/openssl/ssl.h:909: parse error before "KSSL_CTX"
/usr/include/openssl/ssl.h:931: parse error before '}' token
socket.c: In function `SSL_verify_callback':
socket.c:833: warning: assignment discards qualifiers from pointer target type
make: *** [socket.o] Error 1
Wed Jan 14 19:02:26 PST 2004


<Prev in Thread] Current Thread [Next in Thread>