OK...no more pb with the perl packages...yeah.
but swish-e refuse to work corectly by the http
method...
when i put in the swishnew.conf for the IndexDir :
"http://my_server_where_swish_is_installed/path_to_my_documents_directory/index.html"
every things is ok...(only the time : 7 minutes for 7
documents words under my index.html...)
but i write :
"http://an_other_server_on_my_network/path_to_my_documents_directory/index.html"
it doesn't work at all...
what happen???...
swisw-e answer me some good things and a bad last
line(when it try to index the pages) :
Removing very common word...
no words removed...
Writing main index...
err: No unique words indexed!
and that's all...
--- Bill Moseley <moseley@hank.org> a écrit : > At
03:50 AM 05/22/02 -0700, BenBen wrote:
>
> What happens when you do this?
>
> > perl -MURI -le 'print
> URI->new("http://foo.com")->host'
> foo.com
>
> Here's something that's a bit confusing:
>
> > perl -MURI -le 'prin
> URI->new("http://foo.com")->host'
> Can't locate object method "prin" via package "URI"
> at -e line 1.
>
>
> >OK...perhaps...
> >could you give me a link to a good URI package,
> >please...?
>
>
> Are you on Windows? If so you need to use ppm to
> load modules.
>
> Otherwise:
>
> Take a look at CPAN.org. There's the URI module and
> the LWP bundle. You
> should compare your versions with what are on CPAN.
>
> http://search.cpan.org/search?dist=libwww-perl
> (LWP)
> http://search.cpan.org/search?dist=URI
>
> Note that installing LWP should also install URI, if
> you use CPAN to install.
>
>
> For example:
> > perl -MLWP -le 'print $LWP::VERSION'
> 5.60
>
> > perl -MURI -le 'print $URI::VERSION'
> 1.15
>
> I just ran this as root:
>
> perl -MCPAN -e 'install Bundle::LWP'
>
> and after a few minutes and many lines to the
> screen...
>
> > perl -MLWP -le 'print $LWP::VERSION'
> 5.64
>
> > perl -MURI -le 'print $URI::VERSION'
> 1.19
>
>
> --
> Bill Moseley
> mailto:moseley@hank.org
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
Received on Fri May 24 10:45:03 2002