Hi, I have previously installed DBI.
ppm install DBI The installation went well. But, when I execute this program:- C:\Perl\bin>perl trap2.pl install_driver(Proxy) failed: Can't locate RPC/PlClient.pm in @INC (@INC s: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/site/lib/DBD/Proxy.pm line BEGIN failed--compilation aborted at C:/Perl/site/lib/DBD/Proxy.pm line Compilation failed in require at (eval 1) line 3. Perhaps a module that DBD::Proxy requires hasn't been fully installed Seems like it still require DBD::Proxy. Please advice. Thank you. Calvin ----- Original Message ----- From: "Michael A Chase" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "pevee" <[EMAIL PROTECTED]> Sent: Thursday, December 26, 2002 3:54 PM Subject: Re: Error installing package 'DBD-Proxy': Could not locate a PPD file for package DB > On Thu, 26 Dec 2002 15:39:13 +0800 pevee <[EMAIL PROTECTED]> wrote: > > > I wish to install DBD::Proxy, to which I got the following error:- > > > > PPM> install DBD::Proxy > > Install package 'DBD-Proxy?' (y/N) > > Installing package 'DBD-Proxy'... > > Error installing package 'DBD-Proxy': Could not locate a PPD file for > > package DBD-Proxy > > > > What have I miss out? > > DBD::Proxy is not a separate module. It is part of DBI. > -- > Mac :}) > ** I normally forward private questions to the appropriate mail list. ** > Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html > Give a hobbit a fish and he eats fish for a day. > Give a hobbit a ring and he eats fish for an age. > >
