[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] problems installing DBD::mysql - any suggestions ?
- Subject: Re: [cobalt-users] problems installing DBD::mysql - any suggestions ?
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Tue Jul 11 15:01:41 2000
- Organization: Pomfret Computer Technologies
> /usr/local/bin/pod2text mysql/lib/DBD/mysql.pm >README
> /bin/sh: /usr/local/bin/pod2text: No such file or directory
Sounds like you either have a problem with pod2text or pod2text failed to
find the above referenced file (mysql.pm) while trying to create a plain
text README file.
I'd suggest going to a local CPAN mirror (different from the one you setup
to download from in the CPAN shell), downloading the module, and building it
manually. If you get the same error, then it might be a problem with
pod2text. If not, it was most likely an incomplete/corrupted/hosed/etc
module that was downloaded from the CPAN shell.
BC