At 01:48 PM 6/10/02 -0500, Lance Prais wrote:
>Hello all,
>   I am getting the following error when trying to execute a cgi script on my
>solaris 2.6 box:
>
>[10/Jun/2002:12:48:13] failure (16686): for host 63.169.192.198 trying to
>POST /cgi-bin/ts_ticket_submit.cgi, cgieng_scan_headers reports: the CGI
>program /usr/netscape/server4/cgi-bin/ts_ticket_submit.cgi did not produce a
>valid header (name without value: got line "begin failed--compilation
>aborted at /usr/netscape/server4/cgi-bin/ts_ticket_submit.cgi line 3.")
>
>
>
>LINE 3:
>
>use MIME::Entity;
>
>
>I looked it up online and nothing appears to be similar to my problem. I
>thought I installed the correct module.

Show us the first 6 lines or so of your program; the error might be on 
lines 1 or 2.  Also make sure you have that module installed (take your #! 
line, say /foo/bar/perl, and run "/foo/bar/perl -MMIME::Entity -e 
0").  Also confirm that you are logged onto the same box that the web 
server is running on. (In which case, running the script from the command 
line is the easiest way to debug it.)

Finally, there's a beginners-cgi list that this should go to instead.

--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com/


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to