From owner-freebsd-stable Sat Jul 29 18:26:30 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.10]) by hub.freebsd.org (Postfix) with ESMTP id 284D037B7DD for ; Sat, 29 Jul 2000 18:26:27 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca ([204.244.186.218]) by mail2.uniserve.com with esmtp (Exim 3.13 #1) id 13Ihrs-000IT9-00; Sat, 29 Jul 2000 18:26:16 -0700 Date: Sat, 29 Jul 2000 18:26:11 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: Philippe Le Berre Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Perl modules after buildworld? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 29 Jul 2000, Philippe Le Berre wrote: ... > DBD::Mysql <> > 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 Tom Uniserve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message