Please bottom post... > 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 >
This isn't one I have seen much before. Try removing the unpacked directory and let CPAN do it again. How was there already a directory? > [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 > On my RH 9.0 box I have: $ rpm -qa | grep -i 'perl' | grep -i 'mysql' perl-DBD-MySQL-2.1021-3 $ rpm -q --provides perl-DBD-MySQL-2.1021-3 mysql.so perl(Bundle::DBD::mysql) = 2.0416 perl(DBD::mysql) = 2.1021 perl(DBD::mysql::db) perl(DBD::mysql::dr) perl(DBD::mysql::st) perl(Mysql) = 1.2401 perl(Mysql::db) perl(Mysql::dr) perl(Mysql::st) perl(Mysql::Statement) = 1.2401 perl-DBD-MySQL = 2.1021-3 It is not a standard install package, but is available on one of the disks, sorry don't remember which. 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>