From owner-freebsd-questions Thu Apr 25 10:23:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.kibserv.org (ns1.kibserv.org [216.27.132.20]) by hub.freebsd.org (Postfix) with ESMTP id 3A5CC37B400 for ; Thu, 25 Apr 2002 10:23:26 -0700 (PDT) Received: from ns1 (seti.kibserv.org [216.27.132.21]) by mail.kibserv.org (8.11.3/8.11.3) with SMTP id g3PHMXk06168 for ; Thu, 25 Apr 2002 17:22:34 GMT (envelope-from freebsdlist@kibserv.org) Message-ID: <000501c1ec7d$d32a0ca0$15841bd8@kibserv.org> Reply-To: "Jason Cribbins" From: "Jason Cribbins" To: Subject: spppcontrol: structure has no member named `enable_vj' Date: Thu, 25 Apr 2002 13:22:48 -0400 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 44 hours of make world then this: -----snipped from 4.4 box running make work using RELENG_4 source tree----- In file included from /usr/src/sbin/spppcontrol/spppcontrol.c:38: /usr/obj/usr/src/i386/usr/include/net/if_sppp.h:102: field `ch' has incomplete type /usr/obj/usr/src/i386/usr/include/net/if_sppp.h:103: field `pap_my_to_ch' has incomplete type /usr/src/sbin/spppcontrol/spppcontrol.c: In function `main': /usr/src/sbin/spppcontrol/spppcontrol.c:178: structure has no member named `enable_vj' /usr/src/sbin/spppcontrol/spppcontrol.c:180: structure has no member named `enable_vj' /usr/src/sbin/spppcontrol/spppcontrol.c:182: structure has no member named `enable_ipv6' /usr/src/sbin/spppcontrol/spppcontrol.c:184: structure has no member named `enable_ipv6' /usr/src/sbin/spppcontrol/spppcontrol.c: In function `print_vals': /usr/src/sbin/spppcontrol/spppcontrol.c:228: structure has no member named `enable_vj' /usr/src/sbin/spppcontrol/spppcontrol.c:229: structure has no member named `enable_ipv6' *** Error code 1 Stop in /usr/src/sbin/spppcontrol. *** Error code 1 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. 5:04pm toaster:/usr/src # -----END----- Now I know that you have to manually add some users and groups to /etc/passwd or /etc/group files. But where do I add members to spppcontrol? -Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message