From owner-freebsd-questions Sat Mar 20 10:26:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from home.dragondata.com (home.dragondata.com [204.137.237.2]) by hub.freebsd.org (Postfix) with ESMTP id D1BEF14C37; Sat, 20 Mar 1999 10:26:16 -0800 (PST) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.9.2/8.9.2) id MAA28793; Sat, 20 Mar 1999 12:25:49 -0600 (CST) From: Kevin Day Message-Id: <199903201825.MAA28793@home.dragondata.com> Subject: Re: NEED HELP IMMEDIATELY! In-Reply-To: <36F3E547.6951008F@cityscope.net> from Ingrid Kast Fuller at "Mar 20, 1999 12:13:27 pm" To: ingrid@cityscope.net Date: Sat, 20 Mar 1999 12:25:48 -0600 (CST) Cc: freebsd-isp@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Sorry guys....but I need help with a problem immediately. > I'm on vacation and my system admin is gone. We upgraded to 2.2.8 and > upgraded the Apache and I'm still not familiar with where everything is > located. I get the following error when I try this: > > cs1/usr/local/etc/rc.d# ./apache.sh > ld.so failed: Can't find shared library "libmysqlclient.so.6.0" > > This happened after I rebooted and httpd isn't loading. I thought maybe > it was because the mysqld wasn't loading too, so I tried that....no > luck. > > Any help is appreciated.....we are down and I have to leave my hotel > room soon. > > Ingrid Fuller > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > Just as a longshot, it may be that ldconfig wasn't updated for that directory, especailly if it worked before a reboot. Figure out where that file is... 'locate libmysqlclient.so.6.0' or 'whereis libmysqlclient.so.6.0', if that doesn't work you may have to 'find'. Then tell ldconfig to add that directory to it's search patch: ldconfig -vm /usr/whatever/directory then try apache again. Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message