Gossamer Forum
Home : Products : Gossamer Forum : Pre Sales :

Hours Later and NO LUCK

Quote Reply
Hours Later and NO LUCK In reply to
Okay I'll go through step by step what I've tried. In a nutshell I want to run speedyCGI since I'm on a shared server and do not have root access for mod_perl. The steps below are the exact ones I've tried (sorry to be so verbose):
  1. gunzip CGI-SpeedyCGI-2.11.tar.gz
  2. tar -xvf CGI-SpeedyCGI-2.11.tar
  3. cd CGI-SpeedyCGI-2.11
  4. perl Makefile.PL PREFIX=/home/sites/site45
  5. make
  6. make test
  7. make install


That seems to create the proper files in the proper places, although I did get some stuff about some failed tests. However when I run a simple cgi script it bombs. Some tests indicate it bombs on the shebang.

Code:


#!/home/sites/site45/bin/speedy

print "Content-type: text/html\n\nHello World!\n";

# Create a SpeedyCGI object

use CGI::SpeedyCGI;

my $sp = CGI::SpeedyCGI->new;

# See if we are running under SpeedyCGI or not.

print "Running under speedy=", $sp->i_am_speedy ? 'yes' : 'no', "\n";


Any ideas about what I'm doing wrong?

Subject Author Views Date
Thread; hot thread Is speedyCGI Eric P 11666 Sep 6, 2002, 5:44 PM
Thread; hot thread Hours Later and NO LUCK
Eric P 11440 Sep 7, 2002, 12:21 AM
Thread; hot thread Re: [Eric P] Hours Later and NO LUCK
Paul 11432 Sep 7, 2002, 1:57 AM
Thread; hot thread Re: [Paul] Hours Later and NO LUCK
Eric P 11434 Sep 7, 2002, 6:42 AM
Thread; hot thread Re: [Eric P] Hours Later and NO LUCK
Alex 11396 Sep 9, 2002, 11:20 AM
Post; hot thread Re: [Alex] Hours Later and NO LUCK
Paul 11416 Sep 9, 2002, 11:25 AM
Thread; hot thread Re: [Alex] Hours Later and NO LUCK
Eric P 11395 Sep 9, 2002, 11:52 AM
Thread; hot thread Re: [Eric P] Hours Later and NO LUCK
Paul 11383 Sep 9, 2002, 11:53 AM
Thread; hot thread Re: [Paul] Hours Later and NO LUCK
Alex 11383 Sep 9, 2002, 11:58 AM
Post; hot thread Re: [Alex] Hours Later and NO LUCK
Paul 11371 Sep 9, 2002, 12:03 PM
Thread; hot thread Re: [Alex] Hours Later and NO LUCK
Eric P 11379 Sep 9, 2002, 12:05 PM
Thread; hot thread Re: [Eric P] Hours Later and NO LUCK
Paul 11406 Sep 9, 2002, 12:07 PM
Thread; hot thread Re: [Paul] Hours Later and NO LUCK
Eric P 11386 Sep 9, 2002, 12:21 PM
Post; hot thread Re: [Eric P] Hours Later and NO LUCK
Paul 11382 Sep 9, 2002, 12:24 PM
Thread; hot thread Re: [Eric P] Hours Later and NO LUCK
Alex 11422 Sep 9, 2002, 12:42 PM
Post; hot thread Re: [Alex] Hours Later and NO LUCK
Paul 11390 Sep 9, 2002, 12:49 PM
Thread; hot thread AHA!
Eric P 11405 Sep 9, 2002, 2:35 PM
Post; hot thread Re: [Eric P] AHA!
Alex 11366 Sep 9, 2002, 2:50 PM
Post; hot thread Re: [Paul] Hours Later and NO LUCK
Eric P 11383 Sep 9, 2002, 12:02 PM