Maybe I've missed something... but I'd recommend not using a tarball
directly and just use the CPAN module to install it:

perl -MCPAN -e "install 'DBI'"
perl -MCPAN -e "install 'DBD::Sybase'"
perl -MCPAN -e "install 'DBD::Oracle'"

assuming you have a standard setup on your box, you can probably just
select the defaults for everything and let CPAN.pm do all the dirty work.
This is pretty much the same way PPM works with ActiveState.

HTH,
Curt

Reply via email to