From owner-freebsd-questions Fri Aug 16 1:56:45 2002 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 A74F037B400 for ; Fri, 16 Aug 2002 01:56:43 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E08C43E65 for ; Fri, 16 Aug 2002 01:56:42 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk ([IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.5/8.12.5) with ESMTP id g7G8ufYk015109; Fri, 16 Aug 2002 09:56:41 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.5/8.12.5/Submit) id g7G8uZmb015108; Fri, 16 Aug 2002 09:56:35 +0100 (BST) Date: Fri, 16 Aug 2002 09:56:35 +0100 From: Matthew Seaman To: Lord Raiden Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fun with Apache Message-ID: <20020816085635.GC13784@happy-idiot-talk.infracaninophi> References: <4.2.0.58.20020816015542.00965630@pop.netzero.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.2.0.58.20020816015542.00965630@pop.netzero.net> User-Agent: Mutt/1.5.1i 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 On Fri, Aug 16, 2002 at 02:00:31AM -0400, Lord Raiden wrote: > I've searched and found the wanted file at > "/usr/local/lib/compat/libc.so.3" > > Now, if that's the right file, why can't frontpage find the file?? > Do I need to register it or something? Thanks for the help. That file should be identical to the copy on your test machine. Try comparing the md5 checksums on the two machines: md5 libc.so.3 Use ldd(1) against the fpexe executable on both machines to see what shared objects it's loading (or trying to). My guess is that on the test machine, fpexe loads /usr/lib/compat/libc.so.3 or /usr/local/lib/compat/libc.so.3 but not on the server. If the command: ldconfig -r | grep libc.so.3 doesn't return any output, try: ldconfig -m /usr/local/lib/compat After that, recheck ldd(1) against fpexe --- everything should be resolved correctly. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message