Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 1999 13:24:20 -0400
From:      Ben Williams <williamsl@home.com>
To:        FreeBSD questions <freebsd-questions@freebsd.org>
Subject:   What does file $X belong to? A way to find out?
Message-ID:  <3558.991018@home.com>

next in thread | raw e-mail | index | archive | help
        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   <mailto:received@email.com>




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




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