Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Alex: Is there a fix for this error...

Quote Reply
Alex: Is there a fix for this error...
Fatal error: Not a GLOB reference at /usr/libdata/perl5/i386-bsdos/5.00402/IO/Select.pm line 204

Lots of people have had it, but no one has responded.
Quote Reply
Re: Alex: Is there a fix for this error... In reply to
On line 69 of nph-verify.cgi change:

if ($@)

to:

if (1)

and it will use the IO::Select method of checking links instead of the parallel link checker, which does not work with some versions of LWP.



------------------
Ken
chidlow@gossamer-threads.com
Quote Reply
Re: Alex: Is there a fix for this error... In reply to
Ok, I did that, but it doesn't give any notice of waht it is doing now. Just the ususal browser stuff to say that there is activity.
I don't know if it is actually doing anything, or if I should stop it.
Quote Reply
Re: Alex: Is there a fix for this error... In reply to
Hi,

I also made this change and it didn't do anything. Any other ideas?

Thanks.