From owner-freebsd-questions Fri Apr 27 16:54:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 3E5EE37B423 for ; Fri, 27 Apr 2001 16:54:09 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 49404 invoked by uid 100); 27 Apr 2001 23:53:51 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15082.1679.152351.941370@guru.mired.org> Date: Fri, 27 Apr 2001 18:53:51 -0500 To: "Ben Hyatt" Cc: questions@freebsd.org Subject: Re: linux apache module In-Reply-To: <118023721@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Hyatt types: > I've got a linux apache module (bea weblogic proxy plugin) that > I am trying to get working on freebsd/apache. > > Apache 1.3.12 > > Linux compatability enabled > > benh-freebsd# ./apachectl start > Syntax error on line 238 of /usr/local/apache/conf/httpd.conf: > Cannot load /usr/local/apache/libexec/mod_wl.so into server: Shared object > "libc.so.6" not found > ./apachectl start: httpd could not be started > > libc.so.6 exists in /usr/compat/linux/lib > > any ideas? Just to verify - you installed apache from the ports tree, right? So your apache binary is a FreeBSD binary. In which case, it's not going to get the file translations that the linux ABI layer offers, so you won't find libc.so.6. If your apache binary is a linux binary, then you're having config problems in linux. You might try starting /compat/linux/bin/sh, and seeing if you can get things working from there. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message