HP3000-L Archives

September 2001, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Thu, 27 Sep 2001 08:01:11 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
I think you may have two different problems here.

Jim Phillips wrote:
> JIM,MGR.APACHEFW,PUB  1:37 PM> perl.pub.perl "-w
> /APACHEFW/PUB/cgi-bin/search"
> invalid top directory at /PERL/PUB/lib/perl5/5.6.0/File/Find.pm line 279.

Perl began execution, but is complaining about Find.pm.  The way you are
invoking your script avoids the #! problem mentioned below.

I suspect that if you did :XEQ SH.HPBIN.SYS "-c /APACHEFW/PUB/cgi-bin/search"
you would get an error similar to the one below.

> And this is in the Apache error log:
>
> [Wed Sep 26 12:41:14 2001] [error] (2)No such file or directory: exec of
> /APACHEFW/PUB/cgi-bin/search failed

Apache was unable to spawn your CGI process -- the POSIX exec() call failed.
In the case of a script, I believe this error is a result of the script
interpreter specified on the first #! line of the file being not found.

So what is the first line of /APACHEFW/PUB/cgi-bin/search?
--
[log in to unmask]
Remainder of .sig suppressed to conserve scarce California electrons...

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2