From owner-freebsd-isdn Sun May 16 23:23: 2 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (dns1.teuto.net [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id 8636A15548 for ; Sun, 16 May 1999 23:22:14 -0700 (PDT) (envelope-from martin@rumolt.teuto.de) Received: from rumolt.teuto.de (root@rumolt.teuto.de [212.8.203.81]) by linteuto.teuto.de (8.8.7/8.8.7) with ESMTP id IAA10581; Mon, 17 May 1999 08:22:13 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id IAA03089; Mon, 17 May 1999 08:20:34 +0200 (MEST) From: "Martin Husemann" To: , Subject: RE: ... still problems Date: Mon, 17 May 1999 08:20:33 +0200 Message-ID: <000801bea02d$5ed7b540$53cb08d4@martins.teuto.de> 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 In-reply-to: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > SIOCGIFGENERIC(SPPPIOGDEFS): invalid argument. Your "spppcontrol" was compiled with a different version of "if_sppp.h". This should be fixed by a "make cleandir all install" in the i4b source directory. If not, please check which if_sppp.h is included: the one from "/usr/include/net" (wrong) or the one from $I4B/sppp (right). For me it works: in $I4B/sppp/spppcontrol a make results in "cc -O2 -pipe -g -Wall -I.. -Werror -c spppcontrol.c". The "-I.." is the important one, it will get the if_sppp.h from "..", i.e. $I4B/sppp. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message