Date: Sat, 17 Aug 2002 01:33:08 -0400 From: Lord Raiden <raiden23@netzero.net> To: freebsd-questions@FreeBSD.ORG Subject: Re: Fun with Apache Message-ID: <4.2.0.58.20020817012952.00a3be40@pop.netzero.net> In-Reply-To: <20020816085635.GC13784@happy-idiot-talk.infracaninophi> References: <4.2.0.58.20020816015542.00965630@pop.netzero.net> <4.2.0.58.20020816015542.00965630@pop.netzero.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Ok, I've tried all this and everything is exactly the same, even reinstalled compat3x, forced it to register, blew out all my packages relating to apache and frontpage, redid them, and tried starting apache with the apache.sh start file, no luck. They all say the same darned thing. Can't find libc.so.3 even though the system knows where it's at. Strange thing is, if I move the libc.so.3 file down to /usr/lib/ I get a different error. It's something along the lines of "can't open file". Anyone got any further ideas? At 09:56 AM 8/16/02 +0100, Matthew Seaman wrote: >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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.2.0.58.20020817012952.00a3be40>