Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Mar 1999 12:25:48 -0600 (CST)
From:      Kevin Day <toasty@home.dragondata.com>
To:        ingrid@cityscope.net
Cc:        freebsd-isp@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
Subject:   Re: NEED HELP IMMEDIATELY!
Message-ID:  <199903201825.MAA28793@home.dragondata.com>
In-Reply-To: <36F3E547.6951008F@cityscope.net> from Ingrid Kast Fuller at "Mar 20, 1999 12:13:27 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 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-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903201825.MAA28793>