[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] advice for installing



installing these two modules on a ra550 fail...

DBI-1.* http://www.cpan.org/authors/id/T/TI/TIMB/DBI-1.32.tar.gz
DBD-mysql
http://www.cpan.org/authors/id/J/JW/JWIED/DBD-mysql-2.1020.tar.gz

maybe someone can help me...

I was able to install these without issue. I believe for the DBI module I had to temporarily set the root password for MySQL to null.
I just ran something like this from root:

perl -MCPAN -e 'install DBI'

perl -MCPAN -e 'install DBD'

Brian