- From: Holger Seifert <Holle_Seifert@gmx.de>
- Date: Wed, 20 Apr 2005 11:05:38 +0200
- To: www-validator@w3.org
Hello, i tried to install the validator on my computer, but i got i problem, which i could not solve. When i check one side i get the following message: ----------- Configured SGML Parser '' not executable! at D:/Tools/perl/lib/CGI/Carp.pm line 314. BEGIN failed--compilation aborted at D:/Tools/validator/httpd/cgi-bin/check line 192. ----------- What does this mean? I installed: - D:\Tools\sgml-lib - D:\Tools\OpenSP - D:\Tools\validator - D:\Tools\apache (is working) - D:\Tools\perl (is working, i tested it) I looked in the line "192" of the file "check" at "D:/Tools/validator/httpd/cgi-bin/". The line "192" is the end of the "BEGIN block". This mean that there must be a error before: In the line "100-105" stands:" # # Read Config Files. $CFG = &read_cfg($ENV{W3C_VALIDATOR_CFG} || 'd:/tools/validator/htdocs/config/validator.conf'); if (! -x $CFG->{'SGML Parser'}) { die("Configured SGML Parser '$CFG->{'SGML Parser'}' not executable!"); } " So I looked in the "validator.conf", wheter there is a mistake. The file ist configured in this way:" # # Main Configuration File for the W3C Markup Validation Service. # # $Id: validator.conf,v 1.2.2.9 2004/05/18 03:41:19 link Exp $ # # Basic Key/Value pairs, separated by TABs. # Blank lines and lines beginning with "#" are ignored. # # The file:// URLs aren't really URLs; it's just convenient shorthand. # # TODO: # * Document format in /docs instead of here. # * Ditch this format for a sane one; probably using Config::General. # DEBUG 0 # # Email address of the maintainer of this service. Maintainer www-validator@w3.org # # The "Home Page" for the service. Make sure this ends with a slash. Home Page http://validator.david.tibbe/ # # Base URL To Error Explanations (doc/errors.html) Msg FAQ URI http://validator.david.tibbe/docs/errors.html # # Base URL for the Element Reference. Element Ref URI http://www.htmlhelp.com/reference/html40/ # # The SGML Library Path. SGML Library d:/tools/sgml-lib/ # # The SGML Parser to use. SGML Parser d:/tools/opensp/onsgmls.exe # # Mapping tables etc... Element Map file://d:/tools/validator/htdocs/config/eref.cfg FPI to Text file://d:/tools/validator/htdocs/config/fpis.cfg Error to URI file://d:/tools/validator/htdocs/config/frag.cfg File Type file://d:/tools/validator/htdocs/config/type.cfg Doctypes file://d:/tools/validator/htdocs/config/doctypes.cfg Charsets file://d:/tools/validator/htdocs/config/charset.cfg # # DanC territory... Tips DB file://d:/tools/validator/htdocs/config/tips.cfg # # The "templates" for headers, footers... Header d:/tools/validator/htdocs/header.html Footer d:/tools/validator/htdocs/footer.html # # Location of Verbose Error Messages... Verbose Msg d:/tools/validator/htdocs/config/verbosemsg.cfg # # Allowed Protocols # - List of (comma separated) protocol schemes to allow. Allowed Protocols data,http,https # # Whether to allow checking resources located at private IP addresses. Allow Private IPs 1 # # Whether to allow SOAP support to be enabled (not recommended!). Enable SOAP 0 " I don`t know what to do and i`m glad for any help, Holger -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.18 - Release Date: 19.04.2005
Received on Wednesday, 20 April 2005 11:44:21 UTC