Jeff, thanks for the quick response.
perl -MCPAN -e 'install Bundle::DBI' gets this response: Unrecognized switch: -MCPAN. Kenny -----Original Message----- From: Jeff Seger [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 9:30 AM To: [EMAIL PROTECTED] Cc: 'Murali Kanaga'; [EMAIL PROTECTED] Subject: Re: Install DBI on IBM-AIX Um, shouldn't that be: perl -MCPAN -e 'install Bundle::DBI' or alternatively: perl -MCPAN -e shell install Bundle::DBI ??? Kenny Smith wrote: > Murali, > > ppm has not been installed with my AIX perl. I did a find ppm and it is not > on the RS6000. Do I need to install ppm? > ps: Corrections AIX version 4.3.2 > > Kenny > > -----Original Message----- > From: Murali Kanaga [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002 4:48 PM > To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] > Subject: RE: Install DBI on IBM-AIX > > Login to AIX as root: > > ppm -MCPAN -e 'install Bundle::DBI' > > -Murali > > -----Original Message----- > > From: Kenny Smith [mailto:[EMAIL PROTECTED]] > > Sent: Monday, January 21, 2002 1:43 PM > > To: [EMAIL PROTECTED] > > Subject: Install DBI on IBM-AIX > > > > > > Hello, > > > > I have begun using DBI on Windows with ActiveState Perl and > > it works great. > > I used their ppm utility to install the DBI module. Where can I find > > instructions on installing this module on AIX: > > > > perl version 5.001 > > Aix version 3.4 > > > > Kenny Smith > > Pinnacle Data Technologies > > www.pinnacle-data.com > > > >
