RE: DBI and DBD not found

2003-02-05 Thread Scott T. Hildreth
EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: DBI and DBD not found > > > > Also, you will have install DBI/DBD with the new perl(5.6.1). > > On 04-Feb-2003 [EMAIL PROTECTED] wrote: >> >> 'rm /usr/bin/perl' >> >> and then >

RE: DBI and DBD not found

2003-02-04 Thread Chamlee, Douglas, B. (Contractor)
MySQL. Thanks Doug -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 10:07 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: DBI and DBD not found Also, you will have install DBI/DBD with the new perl(5.6.1). On 04-Feb

RE: DBI and DBD not found

2003-02-04 Thread Steve Haslam
>This is what I got. I admit to installing the perl5.6.1 but only after the >problem occured. Is there some way that I can tell the DBI and DBD which >version to use and get the path problems corrected. When you run Makefile.PL to install a CPAN module, it is installed for the version of perl you

RE: DBI and DBD not found

2003-02-04 Thread shildreth
; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, February 04, 2003 9:48 AM >> To: Chamlee, Douglas, B. (Contractor) >> Cc: Saldana, Salvador E. (Contractor); [EMAIL PROTECTED] >> Subject: RE: DBI and DBD not found >> >> >> >> D

RE: DBI and DBD not found

2003-02-04 Thread shildreth
t; /usr/local/bin/perl -v = perl5.6.1 built for IP27-irix > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 9:48 AM > To: Chamlee, Douglas, B. (Contractor) > Cc: Saldana, Salvador E. (Contractor); [EMAIL PRO

RE: DBI and DBD not found

2003-02-04 Thread Chamlee, Douglas, B. (Contractor)
IP27-irix -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 9:48 AM To: Chamlee, Douglas, B. (Contractor) Cc: Saldana, Salvador E. (Contractor); [EMAIL PROTECTED] Subject: RE: DBI and DBD not found Did the Os upgrade include a Perl

Re: DBI and DBD not found

2003-02-04 Thread Ian Harisay
if the OS upgrade your version of Perl then you will find you have two distributions of perl on your system. your @INC most likely only reflects the new dist. If this has occurred, you probably have to go thru the pain of reinstalling your modules. Do a perl -v to see your current version of

RE: DBI and DBD not found

2003-02-04 Thread shildreth
Did the Os upgrade include a Perl? If it did, it is usually in /usr/bin which would not know that you have DBI/DBD installed. check, /usr/bin/perl -v /usr/local/bin/perl -v ..see if the versions are the same. On 04-Feb-2003 Chamlee, Douglas, B. (Contractor) wrote: > I recently upgraded t