RE: [Perl-unix-users] Using DBI on Redhat 7.1

2002-06-12 Thread Edward Moon
> > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: RE: [Perl-unix-users] Using DBI on Redhat 7.1 > > I installed DBI that way, but when I try DBD-mysql, it says "Error, read > a PPD, but not intended for this build of Perl > (i686-linux-thread-multi). > On the ActiveSt

RE: [Perl-unix-users] Using DBI on Redhat 7.1

2002-06-12 Thread Scott Campbell
r Software Developer Somix Technologies (207) 324-8805 http://www.somix.com -Original Message- From: Edward Moon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 2:01 PM To: Scott Campbell Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Perl-unix-users] Using DBI on Redhat 7

Re: [Perl-unix-users] Using DBI on Redhat 7.1

2002-06-12 Thread Edward Moon
If you take a close look at the error message, you see that the script is looking for the files in /usr/local/ActivePerl-5.6/lib directory. When you installed DBI & DBD::mysql, the files were probably installed in the regular Perl location (which is /usr/lib/perl5 on my Redhat 6.2 system). I