From owner-freebsd-questions Fri Sep 24 8:34:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.showmaster.com (solaris.showmaster.com [207.204.83.70]) by hub.freebsd.org (Postfix) with ESMTP id 85A7214D5D for ; Fri, 24 Sep 1999 08:34:49 -0700 (PDT) (envelope-from gjohnson@showmaster.com) Received: from rash (dhcp14.showmaster.com [207.204.83.113]) by solaris.showmaster.com (8.9.3/8.9.3) with SMTP id KAA04044 for ; Fri, 24 Sep 1999 10:33:38 -0500 From: "Tony Johnson" To: Subject: cyrus Date: Fri, 24 Sep 1999 10:33:36 -0500 Message-ID: <003601bf06a2$2b9cd3f0$7153cccf@showmaster.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I used the ports to install cyrus in this manner CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-group=cyrus \ --with-krb=/usr/local/krb5 \ --with-login=krb_pwcheck \ --with-pwcheck=getpwnam \ --with-tcl=/usr/local/lib/tcl8.0 \ --with-tclsh=${PREFIX}/bin/tclsh8.0 \ --with-auth=krb \ --with-com-err I get this as a result: In file included from login_krb_pwcheck.c:43: /usr/include/netinet/in.h:224: parse error before `u_int32_t' /usr/include/netinet/in.h:224: warning: no semicolon at end of struct or union /usr/include/netinet/in.h:276: parse error before `u_char' /usr/include/netinet/in.h:276: warning: no semicolon at end of struct or union /usr/include/netinet/in.h:277: warning: data definition has no type or storage c lass /usr/include/netinet/in.h:278: parse error before `sin_port' /usr/include/netinet/in.h:278: warning: data definition has no type or storage c lass /usr/include/netinet/in.h:281: parse error before `}' /usr/include/netinet/in.h:291: field `ip_dst' has incomplete type /usr/include/netinet/in.h:343: field `imr_multiaddr' has incomplete type /usr/include/netinet/in.h:344: field `imr_interface' has incomplete type /usr/include/netinet/in.h:279: storage size of `sin_addr' isn't known *** Error code 1 Stop. Any help will be appreciated, Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message