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

RE: [cobalt-users] DBI



> 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