in reply to Install DBI on Unix
This will ask you if you want to manually configure. I generally say 'No' on my dev boxes; Perl seems to select reasonable defaults and it all works. Once configuration is done, you should get a cpan> prompt. Here you can just type:perl -MCPAN -e shell
This will download the latest sources; determine any pre-dependencies; download and install any missing pre-dependencies; then make && make test && make install all of the packages mentioned above.install Bundle::DBD::DB2
Note: DBD::DB2 will need to know the libraries and paths for DB2 in order to properly build and possibly even how to connect to a database to run make test.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Install DBI on Unix
by Tanktalus (Canon) on Sep 15, 2005 at 01:31 UTC |