Perl Modules with MySQL

From: Kirti S. Bajwa (kbajwa_at_tib.com)
Date: 09/12/04


To: "'dbi-users@perl.org'" <dbi-users@perl.org>
Date: Sat, 11 Sep 2004 22:39:55 -0400

Hello:

I am trying to install Perl support with MySQL on a freshly installed RH9
server. After installing MySQL
(v4.0.21)I run the following commands:

        % perl -MCPAN -e shell
        Note: Answer "no" to auto-configure perl.
        cpan> install Bundle::CPAN
        cpan> install Data::Dumper
        cpan> install Bundle::DBI
        cpan> install Bundle::DBD::mysql
        cpan> quit

when I execute the "cpan> install Bundle::DBD::mysql" I get errors. I had
previously done the same procedure on mysql-4.0.20 and it worked fine.

Is there a problem with mysql-4.0.21? Has someone successfuly installed perl
modules on mysql-4.0.21?

Thanks.

Kirti



Relevant Pages

  • RE: Perl with MySQL
    ... After installing MySQL ... Following commands are not run yet.) ... when I tried to install Perl using the above sequence of commands. ...
    (perl.dbi.users)
  • Re: Perl with MySQL
    ... when I tried to install Perl using the above sequence of ... > changed the commands to as follows: ... the version of the CPAN package you are using is out of date (that is, ... the cpan> prompt has a newer version). ...
    (perl.dbi.users)
  • Dynamic perl 5.10.0 fails on make test
    ... Trying to install perl 5.10.0 on Mac OS 10 Server 10.4.11. ... Config command used is: ... Make test can't seem to locate symbols in the libs, ...
    (perl.beginners)