Re: [Speedycgi-users] Problem installing CGI-SpeedyCGI-2.22 src
Brought to you by:
samh
|
From: Sam H. <sa...@da...> - 2004-05-27 22:43:04
|
Speedy probably can't find speedy_backend in order to exec it.
You can do one of the following:
- "make install" to put speedy_backend in the proper place.
- Set the environment variable SPEEDY_BACKENDPROG to the full
path of where speedy_backend is.
- Use the following shebang line and put in the proper path to
speedy_backend:
#!speedy/speedy -- -p/PATHGOESHERE
> > [nkapoor@genx src]$ pwd
> > /usr/local/TAR_GZ/CGI-SpeedyCGI-2.22/src
>
> Oops! I was inside src/ whereas I should have been in =
> /usr/local/TAR_GZ/CGI-SpeedyCGI-2.22/ when doing the make. My bad, sorry =
> :-(
>
> But, I have another question:
>
> [nkapoor@genx nkCMS]$ perl sp.pl
> speedy[20386]: Cannot spawn backend process
>
> cat sp.pl:
> ----------
> #!speedy/speedy
> #
> ## Your Script Here. For example:
> print "Content-type: text/html\n\nHello World!\n";
>
> [nkapoor@genx nkCMS]$ pwd
> /var/www/cgi-bin/nkCMS
>
> [nkapoor@genx nkCMS]$ lsd
> speedy// speedy_backend//
>
> [nkapoor@genx nkCMS]$ ll /tmp
> total 4
> -rw------- 1 nkapoor nkapoor 512 May 27 12:19 speedy.6.1f5.F
>
> Please bear with a newbie.
> TIA,
> Nishi
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Speedycgi-users mailing list
> Spe...@li...
> https://lists.sourceforge.net/lists/listinfo/speedycgi-users
>
|