From owner-freebsd-questions Fri Jun 8 17:47:42 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 1594F37B403 for ; Fri, 8 Jun 2001 17:47:40 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 95600 invoked by uid 100); 9 Jun 2001 00:47:33 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15137.29221.696444.912162@guru.mired.org> Date: Fri, 8 Jun 2001 19:47:33 -0500 To: questions@freebsd.org Subject: Re: libc.so.6??? 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Arjan Knepper types: > Dave Leimbach wrote: > > > > Cannot load /usr/local/apache/libexec/mod_jserv.so into server: Shared object "libc.so.6" not found > > > > > > Strange, should be libc.so.4 or 5, you could try to make a symbol link to the existing libc.so.X named > > > libc.so.6, but that might give problems. > > > > > > It isn't a linux binary you tying to start? > > I think this must be a linux binary he is trying to start... is there any > > native Java support in FreeBSD? /usr/ports/java/jdk is FreeBSD (3.x) native. It's jdk 1.1.8, though. Native 1.2 is still in beta. > Than he should (have) install(ed) linux_base and make sure the libc.so.6 could be found in the > /usr/compat/linux/... directory. No, that won't work. Shared libraries use the ABI the of the process that is using them. The module would only find the linux one if the httpd were a linux binary. In which case, httpd would have failed to start if linux_base weren't installed. 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