From owner-freebsd-questions Mon Oct 18 10:24:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news.rdc1.tn.home.com (ha2.rdc1.tn.home.com [24.2.7.67]) by hub.freebsd.org (Postfix) with ESMTP id 583E614A2D for ; Mon, 18 Oct 1999 10:24:21 -0700 (PDT) (envelope-from williamsl@home.com) Received: from RELIABLE ([24.4.115.31]) by news.rdc1.tn.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19991018172420.VNED8996.news.rdc1.tn.home.com@RELIABLE> for ; Mon, 18 Oct 1999 10:24:20 -0700 Date: Mon, 18 Oct 1999 13:24:20 -0400 From: Ben Williams X-Mailer: The Bat! (v1.34a) UNREG / CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <3558.991018@home.com> To: FreeBSD questions Subject: What does file $X belong to? A way to find out? 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 I am trying to copy/modify a custom POP server written in PERL from one FreeBSD machine to another and whenever I try to manually telnet to the POP on the new machine I get an error from the server install_driver(mysql) failed: Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/DBD/mysql/mysql.so' for module DBD::mysql: Shared object "libmysqlclient.so.6.0" not found at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. I could easily enough copy that file (or even the whole sub-dir) into the correct location but I don't want to end up with 1/2 (or less) of a package installed on the new machine. How can I find out "what package owns this file"? Is there a way? It looks to me like possibly the DBD module was not correctly loaded on the new machine? TIA -- Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message