Hi there, 

  Theses are the messages i get when i try to install
dbd::mysql.  How can i solve this problems ?, Thanks.

cpan> install DBD::mysql
Running install for module DBD::mysql
Running make for R/RU/RUDY/DBD-mysql-2.9003.tar.gz
  Is already unwrapped into directory
/root/.cpan/build/DBD-mysql-2.9003
  Makefile.PL returned status 512
Running make test
  Make had some problems, maybe interrupted? Won't
test
Running make install
  Make had some problems, maybe interrupted? Won't
install

[EMAIL PROTECTED] root]# perl -e 'use
DBI;for(DBI->available_drivers) { print "-$_-\n"; }'
-ExampleP-
-Multiplex-
-Pg-
-Proxy-
[EMAIL PROTECTED] root]#
[EMAIL PROTECTED] DBD-mysql-2.9003]# rpm -qa | grep -i perl

perl-5.8.0-88
perl-Filter-1.29-3
perl-URI-1.21-7
perl-XML-Dumper-0.4-25
perl-XML-Twig-3.09-3
mod_perl-1.99_07-5
perl-DateManip-5.40-30
perl-HTML-Tagset-3.03-28
perl-Parse-Yapp-1.05-30
perl-libwww-perl-5.65-6
perl-libxml-perl-0.07-28
perl-XML-Encoding-1.01-23
perl-XML-Grove-0.46alpha-25
perl-CPAN-1.61-88
perl-DB_File-1.804-88
perl-DBD-Pg-1.21-2
perl-HTML-Parser-3.26-17
perl-XML-Parser-2.31-15
perl-libxml-enno-1.02-29
perl-DBI-1.32-5

[EMAIL PROTECTED] DBD-mysql-2.9003]# rpm -qa | grep -i mysql
MySQL-server-4.0.17-0

--- Wiggins d Anconia <[EMAIL PROTECTED]> wrote:
> 
> 
> > Hi there, 
> > 
> > I need to install the modules in order to work
> with
> > mysql database.  I have red hat 9 and have already
> > installed the Mysql database.  How can i install
> the
> > all the modules i need from cpan using my red hat
> > command line ?  Which modules i need ?, How i
> install
> > each module ?
> > 
> >   Thanks.
> > 
> >
> 
> You will need DBI and DBD::mysql.  These can be
> installed by invoking
> the CPAN shell like so (as root):
> 
> perl -MCPAN -e shell 
> 
> Then configuring CPAN, questions are pretty self
> explanatory, and then
> typing:
> 
> install <module name>
> 
> Alternatively because the modules you seek are
> provided with RH 9 in rpm
> packages it may be easiest to install the modules
> via the RH package
> manager, if they aren't already.
> 
> http://danconia.org
> 
> --
> Boycott the Sugar Bowl! You couldn't pay me to watch
> that game.
> 
> -- 
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> <http://learn.perl.org/>
> <http://learn.perl.org/first-response>
> 
> 


__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to