On Tue, 23 Apr 2002, Silvio Wanka wrote:
> Stas Bekman wrote:
> >
> > Einar Roheim wrote:
> > > At 17:00 4/23/2002 +0800, you wrote:
> > >
> > >> Einar Roheim wrote:
> > >>
> > >>> Hi everyone,
> > >>>
> > >>> I have a problem installing mod_perl 1.26 with Apache 1.3.24. When I
> > >>> do the "make test" I'm getting this in the end before it aborts:
> > >>
> > >>
> > >> You have a mismatching version of LWP and URI packages, update both
> > >> and the problem should disappear.
> > >
> > >
> > > I did a "force install" on both of them (since I had the last version),
> > > but I still have the same problem.
> > >
> > > How can this mismatch happen?
> >
> > Well I had this problem with lwp 5.64 and URI 1.09, after upgrading to
> > libwww-perl 5.64 and URI 1.1 the problem has disappeared.
>
> Maybe with URI 1.1 but not with the current 1.11
Perhaps you have two different URI modules on your system?
Is your mod_perl installation using the same library directories (@INC) as
you used when you did the "force install"? This can happen if you update
your system perl after installing mod_perl.
Andrew McNaughton