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

Problems Verifying Links? Please Read!

Quote Reply
Problems Verifying Links? Please Read!
I've had very disapointing results with the new link checker. I'm going to modify it to go back and use the regular old LWP or IO::Socket.

I'll hopefully post an updated version this weekend.

Cheers,

Alex
Quote Reply
Re: Problems Verifying Links? Please Read! In reply to
i'm using links1.1 and i'm getting error 500 for all the links. will i be able to use the updated version?
Quote Reply
Re: Problems Verifying Links? Please Read! In reply to
Alex,

Can you update us on the current status of this project? Thanks.

Bob
Quote Reply
Re: Problems Verifying Links? Please Read! In reply to
The fixe mentioned in one of the thread (changing $@ to 1 in line 69 of nph-verify.cgi DID work for me. The script does not report what it does untill it is done which takes a few minutes....
Quote Reply
Re: Problems Verifying Links? Please Read! In reply to
If you replace

sub verify_links {
# -----------------------------------------------------
by

sub verify_links {
# -----------------------------------------------------
$| = 1;

then the output will be immediately flushed in nph-verify.cgi.

Best regards,

Rainer
Quote Reply
Re: Problems Verifying Links? Please Read! In reply to
Hello,

i made the change and got the following:

Links Manager: Verifying Links
Verifying Links
Link checking started at: Tue Jul 20 13:42:55 1999
--------------------------------------------------------
Unable to load Parallel User Checker. System Error:
--
--
Using IO::Socket method instead.

--------------------------------------------------------


and after a while i will get a timeerror.

Can someone help ?