2 messages in com.mysql.lists.perlRe: Perl DBI/DBD bundle error: having...
FromSent OnAttachments
mwkohout30 Jun 1999 11:41 
Jochen Wiedmann01 Jul 1999 02:12 
Subject:Re: Perl DBI/DBD bundle error: having problems installing
From:Jochen Wiedmann (jo@ispsoft.de)
Date:07/01/1999 02:12:49 AM
List:com.mysql.lists.perl

mwkohout wrote:

pod2text mysql/lib/DBD/mysql.pm >README

Let me guess: You are using Red Hat 6.0?

There's a bug in RH 6's Perl: The pod2text utility and some other usefull tools are not part of the Perl installation. This was reported to RH and will be fixed in the next release, according to Christian Gafton.

I suggest that you do a manual installation and change

$README_created = "\npm_to_blib: README\n\n" . "README: $driver/lib/DBD/$driver.pm\n" . "\tpod2text $driver/lib/DBD/$driver.pm >README\n\n";

to

$README_created = "\n\n";

Bye,

Jochen