From owner-freebsd-questions Sun Feb 2 9:33: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2C6337B401 for ; Sun, 2 Feb 2003 09:33:07 -0800 (PST) Received: from sonic.futurequest.net (sonic.futurequest.net [63.151.144.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 1A98343F79 for ; Sun, 2 Feb 2003 09:33:07 -0800 (PST) (envelope-from java@foxengines.net) Received: (qmail 11343 invoked from network); 2 Feb 2003 17:33:06 -0000 Received: from foxengines.net (63.151.144.162) by sonic.futurequest.net (63.151.144.3 ); 02 Feb 2003 17:33:06 -0000 Received: from unknown (HELO [192.168.1.108]) (68.65.184.84) by foxengines.net (63.151.144.162) with ESMTP; 02 Feb 2003 17:33:06 -0000 Date: Sun, 2 Feb 2003 15:29:46 -0500 (EST) From: Rich Fox X-X-Sender: rich@test_server.no.domain Reply-To: Rich Fox To: Matthew Emmerton Cc: FreeBSD General Mailing List Subject: Re: Tomcat's dogging me... In-Reply-To: <013001c2cadf$3de39d00$1200a8c0@gsicomp.on.ca> Message-ID: <20030202152754.I3150-100000@test_server.no.domain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Hi, Well, on further inspection, I have this which is posing as libc.so.6: test_server# ls -l /usr/compat/linux/lib/libc.so.6 lrwxr-xr-x 1 root wheel 13 Jan 31 15:48 /usr/compat/linux/lib/libc.so.6 -> libc-2.2.4.so Rich. > > The catch is libc.so.6 is on the system. The mod_jk that I got was the > > binary, and I got it as binary on the recommendation of the documentation > > on jakarta.apache.org. It's my guess, that the binary doesn't know where > > to look for the shared object. > > Run 'ldconfig -r' to get the current list of cached shared objects. If > libc.so.6 isn't there, then you've got your explanation. > > However, there is a bigger problem -- where the heck did you get libc.so.6 > from? FreeBSD doesn't have one of these -- FreeBSD 4.x has libc.so.4 and > FreeBSD 5.x has libc.so.5. > > -- > Matt Emmerton > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message