* Frank Saab <[EMAIL PROTECTED]> [2002-12-26 16:09]:
> Two things in this message:
> (1) how I solved a problem with 'make install' for DBI - is there a better
> way to do this?
The correct way, given your example below, would be:
perl Makefile.PL PREFIX=~/usr/local
> (2) a problem with installing DBD-mysql - I need some help with this one.
Since your entire perl install is rooted below your home directory, set
the PERLLIB environment variable to be
/usr/home/$USER/usr/local/lib/perl5. This will be put into @INC (where
Perl looks for installed modules), which should resolve this problem.
(darren)
--
The power of accurate observation is frequently called cynicism by those
who don't have it.
-- George Bernard Shaw