I would like to report that I have solved the problem (thanks Wolfgang). In summary, the solutions was to reload the cpan index using the 'reload index' command and also to add a PERL5LIB environment variable using the export command.
Regards, Gustavo Delfino On 12/17/01 at 6:06 PM, [EMAIL PROTECTED] (Gustavo Delfino) wrote: > I need to install some modules into my ISP's web hosting server. I created a > /myperl directory for that purpose, and (as I don't have root access) have set > cpan's makepl_arg option to: > > LIB=/home/sites/site55/myperl INSTALLMAN1DIR=/home/sites/site55/myperl/man1 > INSTALLMAN3DIR=/home/sites/site55/myperl/man3 PREFIX=/home/sites/site55/myperl > > I successfully installed DBI, but I'm having problems installing DBD::CSV. The > problems are: > > 1) The test fails (Undefined subroutine &Test::Harness::WCOREDUMP called...) > 2) The required SQL::Statement can't be found for some reason. > 3) The required Text::CSV_XS can't be found for some reason. > 4) Even though I installed DBI, there I see the following warning: > "prerequisite DBI 1.00 not found at (eval 1) line 220" > > This is a cobalt Linux server with perl 5.005_03. > > Any help will be appreciated, > > Regards, > > Gustavo Delfino > Caracas, Venezuela
