Hmmm...I did that. And now I get a different error:

------------
Argument " " isn't numeric in repeat (x) at /Library/Perl/darwin/DBD/Proxy.pm line 63.
DBD::Proxy::db STORE failed: Can't store CODE items at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_freeze.al) line 282, at /Library/Perl/RPC/PlServer/Comm.pm line 57
-------------


Not to be a pest but it seems that DBD::Proxy is the same version on my machine as the problem machine yet the Proxy.pm file is clearly different. Copying my Proxy.pm over yielded more errors.

I guess this is a known bug in the program?

I tried one other thing...commenting out the 'use strict' line in Proxy.pm. After I did that and ran the script, it clearly made contact with the ProxyServer (could see the terminal window on the server scrolling) but then failed with another error:

------------
Argument " " isn't numeric in repeat (x) at /Library/Perl/darwin/DBD/Proxy.pm line 63.
DBD::Proxy::db STORE failed: Can't store CODE items at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_freeze.al) line 282, at /Library/Perl/RPC/PlServer/Comm.pm line 57
Can't call method "SUPER::STORE" on an undefined value at /Library/Perl/darwin/DBD/Proxy.pm line 272.
DBI handle cleared whilst still active.
dbih_clearcom (dbh 0x39d0bc 0x3be530, com 0x3be5a0, imp DBD::Proxy::db):
FLAGS 0x111: COMSET Warn PrintError
PARENT DBI::dr=HASH(0x39d05c)
KIDS 0 (0 Active)
IMP_DATA undef
----------------


Thanks for the response!

Cory

On Friday, March 7, 2003, at 05:57 AM, Bob X wrote:


"Cory Rau" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] <snip>
-----------------------
install_driver(Proxy) failed: Global symbol "$this" requires explicit
package name at /Library/Perl/darwin/DBD/Proxy.pm line 272.
BEGIN not safe after errors--compilation aborted at
/Library/Perl/darwin/DBD/Proxy.pm line 414.
Compilation failed in require at (eval 1) line 3.

Change the $this on line 272 to a $dbh and it will work.






Reply via email to