>
> 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
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
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