From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:41:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25C0316A4CF for ; Mon, 29 Nov 2004 21:41:20 +0000 (GMT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFBCF43D5A for ; Mon, 29 Nov 2004 21:41:19 +0000 (GMT) (envelope-from yannick_bre@yahoo.fr) Received: from [127.0.0.1] (rueil-4-82-230-39-11.fbx.proxad.net [82.230.39.11]) by postfix3-2.free.fr (Postfix) with ESMTP id 20B25C00B for ; Mon, 29 Nov 2004 22:41:19 +0100 (CET) Message-ID: <41AB977D.9000004@yahoo.fr> Date: Mon, 29 Nov 2004 22:41:17 +0100 From: Yannack User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 802.1X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:41:20 -0000 Does anybody know how to have 802.1X on freebsd? I tried XSupplicant, but it just won't build. This is what I did: To be able to ./configure, I mounted linprocfs on /proc and then it configured fine (I think... :this is the last line I get: "config.status: executing depfiles commands" However then, I tried make and this is the output I got: Making all in src Making all in cardif make: don't know how to make ./Makefile.am. Stop *** Error code 1 Stop in /root/src/xsupplicant-1.0.1/src. *** Error code 1 Stop in /root/src/xsupplicant-1.0.1. Apparently, the freebsd support isn't availbale, so I am wondering if anybody actually is able to have 802.1X on a laptop, and if so, how to get there? Thank you