-----Original Message----- From: Curt Russell Crandall [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 2:14 PM To: Rice, Wayne R (Sybase) Cc: [EMAIL PROTECTED] Subject: RE: How to install DBI on AIX; need DBDSybase and DBDOracle to wo rk 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
