you are missing the RPC::PlClient module, you can install use CPAN to install Bundle::DBI, which will install the modules you need (Storable, RPC::PlClient, ...etc) or install them yourself.
prompt> perl -MCPAN -eshell On 13-Nov-2002 Steven Hajducko wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Well, you might not be 'missing' it, but its searching the @INC path > for the PlClient.pm. > > One way to locate it would to be - > > find / -name "PlClient.pm" > > If that finds the file, you'll need to update @INC or find some way > to get it's location into your @INC path. Otherwise, you'll have to > download whatever creates PlClient.pm and creates that. The > documentation for your driver should probably mention something about > requiring it. > > - -- > sh > > - -----Original Message----- > From: Nicholas Marsh [mailto:nmarsh1@;mac.com] > Sent: Wednesday, November 13, 2002 1:44 PM > To: [EMAIL PROTECTED] > Subject: sigh, dependency hell > > > Can anyone make since of what I'm missing? Thanks! > > > $ perl -v > > This is perl, v5.6.1 built for i386-linux > > $ ./kvert.pl > install_driver(Proxy) failed: Can't locate RPC/PlClient.pm in @INC > (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 > /usr/lib/perl5/site_perl/5.6.1/i386-linux > /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at > /usr/lib/perl5/site_perl/5.6.1/i386-linux/DBD/Proxy.pm line 28. > BEGIN failed--compilation aborted at > /usr/lib/perl5/site_perl/5.6.1/i386-linux/DBD/Proxy.pm line 28. > Compilation failed in require at (eval 1) line 3. > Perhaps a module that DBD::Proxy requires hasn't been fully installed > at ./kvert.pl line 46 > > > nick marsh > [EMAIL PROTECTED] > > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com> > > iQA/AwUBPdLJhpj4tZe4p/BuEQJBwACfcgKkJkKyNUe0zyabfw7aro4w5XQAoJLb > 6mMW6qVvo8vSnE4Rd5M9BIg4 > =uLNO > -----END PGP SIGNATURE----- > > ---------------------------------- E-Mail: [EMAIL PROTECTED] Date: 13-Nov-2002 Time: 15:54:43 ----------------------------------