From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 26 18:36:59 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AA2916A41C for ; Sun, 26 Jun 2005 18:36:59 +0000 (GMT) (envelope-from jaco@coocoo.za.net) Received: from riot.premsoft.co.za (mail.accountmate.co.za [196.38.54.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D462143D49 for ; Sun, 26 Jun 2005 18:36:57 +0000 (GMT) (envelope-from jaco@coocoo.za.net) Received: (qmail 86711 invoked by uid 1003); 26 Jun 2005 18:31:19 -0000 Received: from jaco@coocoo.za.net by riot.premsoft.co.za by uid 89 with qmail-scanner-1.22 (clamscan: 0.65. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 16.717369 secs); 26 Jun 2005 18:31:19 -0000 Received: from localhost (HELO webmail.premsoft.co.za) (127.0.0.1) by localhost with SMTP; 26 Jun 2005 18:31:01 -0000 Received: from 196.37.144.98 (SquirrelMail authenticated user jaco@coocoo.za.net) by webmail.premsoft.co.za with HTTP; Sun, 26 Jun 2005 20:31:01 +0200 (SAST) Message-ID: <3028.196.37.144.98.1119810661.squirrel@webmail.premsoft.co.za> In-Reply-To: <1119810441.879.61.camel@fbsd1.dyndns.org> References: <2943.196.37.144.98.1119808764.squirrel@webmail.premsoft.co.za> <1119810441.879.61.camel@fbsd1.dyndns.org> Date: Sun, 26 Jun 2005 20:31:01 +0200 (SAST) From: jaco@coocoo.za.net To: "Scott T. Hildreth" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Cc: freebsd-emulation@freebsd.org, jaco@coocoo.za.net Subject: Re: [Linux] Loading Linux modules in Apache? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 18:36:59 -0000 > As far as I know, you need linux apache binary in order for this to > work. DSO is a shared library not an executable that can be branded > as linux. You can compile Apache2 under the linux emu env or find > an rpm. Then run the linux httpd. > Scott, Thanks for the reply. I just received another mail saying *almost* the same as this one. :P I would do this, but, I am just afraid that it might have a big performance impact on Apache. I will do a couple of benchmarks, but I will twist the providers arm first to make a FreeBSD version available. ;) Thanks for the info. ---Jaco > > On Sun, 2005-06-26 at 19:59 +0200, jaco@coocoo.za.net wrote: >> Hello All, >> >> I am trying to load a Linux module in Apache 2.0.53, but I am running >> into >> some problems. >> [...]