From owner-freebsd-questions@FreeBSD.ORG Sat Feb 24 05:51:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 601DE16A401 for ; Sat, 24 Feb 2007 05:51:38 +0000 (UTC) (envelope-from bjoern.koenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.smartterra.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id 2476713C478 for ; Sat, 24 Feb 2007 05:51:37 +0000 (UTC) (envelope-from bjoern.koenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 02925-05; Sat, 24 Feb 2007 06:51:34 +0100 (CET) Received: from alpha-tierchen.de (port-212-202-170-218.dynamic.qsc.de [212.202.170.218]) by mail.liberty-hosting.de (Postfix) with ESMTP id C2C06180C33; Sat, 24 Feb 2007 06:51:34 +0100 (CET) Received: from [192.168.1.2] (muhkuh.lan [192.168.1.2]) by alpha-tierchen.de (Postfix) with ESMTP id 6819D50907; Sat, 24 Feb 2007 06:51:33 +0100 (CET) Message-ID: <45DFD274.2090706@alpha-tierchen.de> Date: Sat, 24 Feb 2007 06:51:48 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Dino Vliet References: <314609.82167.qm@web51110.mail.yahoo.com> In-Reply-To: <314609.82167.qm@web51110.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at mail.smartterra.de Cc: freebsd-questions@freebsd.org Subject: Re: linuxpluginwrapper error in ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2007 05:51:38 -0000 Dino Vliet schrieb: > [...] > ELF binary type "3" not known. > [...] > > What is wrong? Load the Linux compatibility kernel module. kldload linux Björn