ERROR while installing on FreeBSD
jwp@alumni.deec.uc.pt
jwp at alumni.deec.uc.pt
Sun Dec 28 07:52:19 EST 2003
I'm trying to install krb5-1.3.1 and an error ocurrs while I'm compiling
the source code.
I'm using gcc version 3.2.2 on Freebsd (5.1-RELEASE-i386), I did the
folowing steps:
./configure --prefix=/usr/local/kerberos --without-krb4 --enable-dns
--enable-dns-for-kdc --enable-dns-for-realm --enable-shared
and everything went OK, then I did
make
and here, while compiling I get the folowing error:
#
(...)
In file include from /usr/include/sys/param.h:101,
from ftp_var.h:111,
from cdmtab.c:39:
/usr/include/signal.h:267: redefinition of 'my_sig_t'
ftp_var.h:62: 'my_sig_t' previously declared here
cdmtab.c:35: warning: 'sccsid' defined but not used
*** Error code 1
Stop in /tmp/krb5-1.3.1/src/appl/gssftp/ftp.
*** Error code 1
Stop in /tmp/krb5-1.3.1/src/appl/gssftp.
*** Error code 1
Stop in /tmp/krb5-1.3.1/src/appl.
*** Error code 1
Stop in /tmp/krb5-1.3.1/src.
#
and is always showing the folowing warning:
#
/usr/include/stdlib.h:134: warning: ISO C89 does not support 'long long'
(...)
#
I would like to know if there is any workaround about the error, if there
is any solution.
More information about the Kerberos
mailing list