Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2000 21:17:55 -0700 (PDT)
From:      Tom <tom@uniserve.com>
To:        "Chris D. Faulhaber" <jedgar@fxp.org>
Cc:        Philippe Le Berre <philippe@le-berre.com>, freebsd-stable@FreeBSD.ORG
Subject:   Re: Perl modules after buildworld?
Message-ID:  <Pine.BSF.4.05.10007292116140.14116-100000@shell.uniserve.ca>
In-Reply-To: <Pine.BSF.4.21.0007292205200.38514-100000@pawn.primelocation.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 29 Jul 2000, Chris D. Faulhaber wrote:

> On Sat, 29 Jul 2000, Tom wrote:
> 
> > On Sat, 29 Jul 2000, Philippe Le Berre wrote:
> > 
> > ...
> > > DBD::Mysql <<Can't load mysql.so ... can't find libmysql.so.9...>> 
> > > oops.  I have tried to delete & re-install the Mysql perl modules but 
> > ...
> > 
> >   If you get an error that a shared library can't be loaded, you should
> > verify if you have it.  libmysqlclient.so.X is included with MySQL.  If
> > you have it, you should see why the dynamic linker can't find it.
> > Probably because the path to the library is no longer looked at by
> > ldconfig during bootup (see /etc/rc.conf).  A quick fix is:
> > 
> >   ldconfig -m <full-path-to-library-directory>
> > 
> 
> Which is done automatically during boot in
> ${LOCALBASE}/etc/rc.d/mysql322-client.sh

  ...assuming that you use the port, which many do not.  I like the
ability to do transparent upgrades so I build my own, with each version
having its own subdirectory.

> -----
> Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
> --------------------------------------------------------
> FreeBSD: The Power To Serve   -   http://www.FreeBSD.org


Tom
Uniserve



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10007292116140.14116-100000>