egzo has asked for the wisdom of the Perl Monks concerning the following question:
and I get this error:my $dbh = DBI->connect("dbi:Oracle:dezv", $user, $pass) or die "Couldn't connect to database: " . DBI->errstr;
Do I have to install any module or package?install_driver(Proxy) failed: Can't locate RPC/PlClient.pm in @INC (@I +NC contains: perl C:/Perl/site/lib C:/Perl/lib .) at C:/Perl/lib/DBD/ +Proxy.pm line 29. BEGIN failed--compilation aborted at C:/Perl/lib/DBD/Proxy.pm line 29. Compilation failed in require at (eval 23) line 3. Perhaps a module that DBD::Proxy requires hasn't been fully installed
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ActivePerl Oracle error: Can't locate RPC/PlClient.pm
by marto (Cardinal) on Nov 20, 2009 at 13:01 UTC |