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

Verifying Links: Begins fine but doesn't finish

Quote Reply
Verifying Links: Begins fine but doesn't finish
My ISP installed the LWP modules and now I can "quick check" the links in links 2.0 ... at least a part of them.

The script begins fine but all activity stops in the middle of a sentence. The job does not finish.

Any suggestions what this could be?

ex:
Checked 84 - Success (200). Message: OK. URL: http://www.schirmer.com/
Checked 86 - Success (200). Message: OK. URL: http://www.scomegna.com/
Checked <a href="http://www.rundel.de/" target="_blank
Quote Reply
Re: Verifying Links: Begins fine but doesn't finish In reply to
Use telnet...it is faster. You can also create a log file from the verify process via telnet, using the following command lines:

1) Connect to directory where nph-verify.cgi file is located:

Code:
cd /cgi-bin/links/admin

2) Execute the nph-verify.cgi file:

Code:
perl nph-verify.cgi > verify.log

3) Then open your verify.log via a text editor.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------








Quote Reply
Re: Verifying Links: Begins fine but doesn't finish In reply to
Hi, thanks for your reply. I've tried your suggetion and got this:

bvba: {9} % perl nph-verify.cgi > verify.log
syntax error in file nph-verify.cgi at line 28, next 2 tokens "BEGIN {"
syntax error in file nph-verify.cgi at line 36, next 2 tokens "unshift @INC"
syntax error in file nph-verify.cgi at line 39, next 2 tokens "}"
Execution of nph-verify.cgi aborted due to compilation errors.