From owner-freebsd-questions Fri Jun 8 13:44:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from discus.nl.uu.net (discus.nl.uu.net [193.67.79.178]) by hub.freebsd.org (Postfix) with ESMTP id 9C95337B403 for ; Fri, 8 Jun 2001 13:44:47 -0700 (PDT) (envelope-from arjan@jak.nl) Received: from 1Cust68.tnt11.rtm1.nl.uu.net ([213.116.116.68]:1813 "EHLO jak.nl") by discus.nl.uu.net with ESMTP id ; Fri, 8 Jun 2001 22:44:35 +0200 Message-ID: <3B213946.E49BEAFB@jak.nl> Date: Fri, 08 Jun 2001 22:44:54 +0200 From: Arjan Knepper Organization: JAK++ Software Development B.V. X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: kek971@mail.usask.ca Cc: freebsd-questions@FreeBSD.org Subject: Re: libc.so.6??? References: <992020091.3b21067b86712@my.usask.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 kek971@mail.usask.ca wrote: > hi... > i have an error, when i invoke "httpd -t" command (apache+jakarta-tomcat) > # httpd -t > Syntax error on line 1 of /usr/local/jakarta-tomcat/conf/tomcat.conf: > 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? Arjan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message