[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] DBI
- Subject: RE: [cobalt-users] DBI
- From: "Fragga" <fragga@xxxxxxxxxxxx>
- Date: Wed Jun 25 03:17:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> How do i install DBI on my RAQ4?
I thought it already comes with DBI installed ?
Test it to see with
$ perl -e 'use DBI;'
if u get no errors its already there.
if u get errors download it from
http://www.cpan.org/modules/by-module/DBI/
gunzip it and tar as normal then whilst in its directory
$ perl Makefile.PL
$ make
$ make test
$ make install
and thats it.
bye
fragga