--- [EMAIL PROTECTED] wrote:
> I downloded the Merlin Desktop server that comes with Apache 
> Server, MySQL and indigo Perl I want to test the server to see 
> if the cgi-bin directory work to do my Perls works. When I run a 
> simple Hello Worl! script the server tells me the ocures a fatal 
> error. When I go to the error.log I found this:
> 
> [Tue Aug 28 01:18:59 2001] [error] [client 127.0.0.1] couldn't 
> spawn child process: c:/program files/merlin desktop/apache/cgi-
> bin/hello.pl
> 
> I don't nkow what this mean or how to fix it. If any can help I 
> will apreciate.
> Thanks

This *almost* always means that your shebang line is not pointing to your Perl 
executable.  Also,
it helps if you post a bit of code.

Where is your perl.exe (full path) and what's the shebang line in your script?  The 
shebang line,
if you're not familiar with the term, is the first line of the script if, and only if, 
it begins
with a #!.  For examples:

    #!C:/perl/bin/perl.exe -wT

Cheers,
Curtis "Ovid" Poe

=====
Senior Programmer
Onsite! Technology (http://www.onsitetech.com/)
"Ovid" on http://www.perlmonks.org/

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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

Reply via email to