Re: [Arsperl-devel] 1.82 version mismatch
Brought to you by:
jeffmurphy
From: Jeff M. <jcm...@je...> - 2004-09-23 18:23:42
|
On Thu, 2004-09-23 at 14:19 -0400, Jeff Murphy wrote: > On Thu, 2004-09-23 at 10:56 -0700, Jeff McCarrell wrote: > > make test is giving me: > > > > ARS object version 1.82 does not match bootstrap parameter 1.8002 at > > C:/apps/perl-5.8.4/lib/DynaLoader.pm line 253. > > > > I see that ARS.pm defines version as: > > > > $ARS::VERSION = '1.82'; > > > > Ideas? > > no idea. del blib have to remember to finish my thoughts. make test operates out of blib so it doesnt need to actually install the module. my only thought is to watch the test lines, see exactly where it's loading the module from, and delete those modules/directories before building. alternately, search your system for any ARS.so ARS.bs files or whatever it is under windows .... and delete them. it looks like it's somehow finding an old module and loading it. the current source doesnt have any refs to 1.8002 jeff |