> I have the additional line that I forgot before
> exec of /www/cgi-bin/mailfeedback.cgi failed, errno is 2
> I take it that is the perl compile error

2 is no such file or directory isn't? If it's a cgi you've downloaded,
check the #! line at the start of the script. This should be the path to
perl on your system, if it's #!/usr/bin/perl and perl is somewhere else
(#!/usr/local/bin/perl on some silly retarded dists), that would cause
such an error.

Otherwise check the script actually exists in that path, etc, etc.

> How do I check if i am printing content headers ?

Run it from a shell. First line of output should be 'Content-Type:
text/html', next line should be blank.

-- adm

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to