[rt-users] cpan configuration purge?

Jason Englander jason at fiber-city.com
Thu Aug 16 23:36:32 EDT 2001


On Thu, 16 Aug 2001, mark price wrote:

> here is the error.  upon trying again it displays this:
>
> Creating files for MySQL ....................
> Checking if your kit is complete...
> Looks good
> Warning: prerequisite DBI failed to load: Can't locate DBI.pm in @INC (@INC contains: lib
<SNIP>

Having the new CPAN module installed might help it anyway, but I would do
this:

rm -rf /root/.cpan/build/DBI-1.19

then this:

perl -MCPAN -e shell
force install Bundle::DBI
quit

then something like this (I always have trouble installing Msql-... the
CPAN module way, this is the 'manual' way):

wget http://cpan.perl.org/modules/by-module/Msql/Msql-Mysql-modules-1.2216.tar.gz
tar xzvf ~/Msql-Mysql-modules-1.2216.tar.gz
cd Msql-Mysql-modules-1.2216
perl Makefile.PL
make
make install

## and this if you don't want the source anymore
#rm -rf ./Msql-Mysql-modules-1.2216

  Jason

-- 
Jason Englander <jason at fiber-city.com>
Systems Administrator - FiberCity Networks
PGP Key: http://www.fiber-city.com/~jason/pgpkey.txt






More information about the rt-users mailing list