On Mon, 15 Sep 2003 11:05:09 -0700 (PDT) Michael A Chase <[EMAIL PROTECTED]> wrote:
> The RPM version of perl-dbi installs under /usr/lib/perl5/vendor_perl > instead of under /usr/lib/perl5/site_perl, so you may have both > versions installed at once. > > Run 'rpm -q perl-dbi' to find what version is installed by rpm and > then run 'rpm -e perl-dbi-x.xx-x' to remove it. You may need to > install the new version of DBI again using the instructions Thomas > gave. > > You may have to 'su' to root before the 'make install'. You may also want to look into cpm2rpm which is available in CPAN. It allows you to build DBI and DBD::xxx (Oracle in my case) RPMs so you can keep track of which modules you have installed using rpm. -- Mac :}) ** I usually forward private questions to the appropriate mail list. ** Ask Smarter: http://www.catb.org/~esr/faqs/smart-questions.html Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age.
