On Tue, 2002-05-21 07:27:50, BenBen wrote:
> we've a error message when lauching swish-e with the
> http method :
> "can't locate object method "new" via package "URI".
>
> we installed all perl modules needed (i think...)
> but it still don't work...
This means one of two things, in descending order of likelihood:
1) You forgot to include a "use URI;" at the start of the program.
2) You have a package named URI installed in the perl module search path
that does not implement the new() method.
Received on Wed May 22 03:45:49 2002