Date: Sat, 29 Jul 2000 21:57:00 -0700 (PDT) From: Mike Harding <mvh@ix.netcom.com> To: jedgar@fxp.org Cc: tom@uniserve.com, philippe@le-berre.com, freebsd-stable@FreeBSD.ORG Subject: Re: Perl modules after buildworld? Message-ID: <20000730045700.ED789E6AE4@netcom1.netcom.com> In-Reply-To: <Pine.BSF.4.21.0007292205200.38514-100000@pawn.primelocation.net> (jedgar@fxp.org) References: <Pine.BSF.4.21.0007292205200.38514-100000@pawn.primelocation.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Aha - this is done _after_ apache loads. I think I just figured out why my mod_perl DBD stuff fails on startup but not when I start apache... - Mike H. Date: Sat, 29 Jul 2000 22:06:17 -0400 (EDT) From: "Chris D. Faulhaber" <jedgar@fxp.org> X-Sender: cdf.lists@pawn.primelocation.net Cc: Philippe Le Berre <philippe@le-berre.com>, freebsd-stable@FreeBSD.ORG Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.ORG Precedence: bulk X-RULES: lists 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 ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message 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?20000730045700.ED789E6AE4>