Can any one help with this error message ... What is it trying to tell me ?
Any suggestions as where to look ?
I found a vague ref. to LD_LIBRARY_PATH and tried setting that in BEGIN
- $ENV{LD_LIBRARY_PATH} .= ':/ITP_Billing/cgi-bin/Library/JavaScripts';-
to no avail ...
-----Original Message-----
From: Moon, John [mailto:[EMAIL PROTECTED]]
Sent: July 03, 2001 17:38
To: CGI Beginners
Subject: Please help with error message
Can anyone explain what this error message is trying to tell me ...
[03/Jul/2001:17:31:08] catastrophe (20762): for host ... trying to GET
/ITP_Billing/cgi-bin/Library/JavaScripts/misc_services_menu.js,
cgieng_start_output reports: could not fork new process (exec() failure
[Exec format error])
script contains ...
...
print $q->header("text/html");
print $q->start_html(-title=>$title,
-script=>{-language=>'JavaScript',
-src=>'Library/JavaScripts/misc_services_menu.js'});
...
and if these "type" of errors are referenced any place ... ?
jwm