RE: [Speedycgi-users] Problem installing CGI-SpeedyCGI-2.22 src
Brought to you by:
samh
|
From: Kapoor, N. <nis...@xc...> - 2004-05-28 13:19:09
|
Great! That worked. Now starts the huge task of porting my 200+ perl scripts to speedy. I = just hope the speed-up I would gain will be worth the effort. Thank, Nishi > -----Original Message----- > From: Sam Horrocks [mailto:sa...@da...] > Sent: Thursday, May 27, 2004 5:43 PM > To: Kapoor, Nishikant > Cc: spe...@li... > Subject: Re: [Speedycgi-users] Problem installing=20 > CGI-SpeedyCGI-2.22 src >=20 >=20 > Speedy probably can't find speedy_backend in order to exec it. > You can do one of the following: >=20 > - "make install" to put speedy_backend in the proper place. >=20 > - Set the environment variable SPEEDY_BACKENDPROG to the full > path of where speedy_backend is. >=20 > - Use the following shebang line and put in the proper path to > speedy_backend: > #!speedy/speedy -- -p/PATHGOESHERE >=20 > > > [nkapoor@genx src]$ pwd > > > /usr/local/TAR_GZ/CGI-SpeedyCGI-2.22/src > >=20 > > Oops! I was inside src/ whereas I should have been in =3D > > /usr/local/TAR_GZ/CGI-SpeedyCGI-2.22/ when doing the make.=20 > My bad, sorry =3D > > :-( > >=20 > > But, I have another question: > >=20 > > [nkapoor@genx nkCMS]$ perl sp.pl > > speedy[20386]: Cannot spawn backend process > >=20 > > cat sp.pl: > > ---------- > > #!speedy/speedy > > # > > ## Your Script Here. For example: > > print "Content-type: text/html\n\nHello World!\n"; > >=20 > > [nkapoor@genx nkCMS]$ pwd > > /var/www/cgi-bin/nkCMS > >=20 > > [nkapoor@genx nkCMS]$ lsd > > speedy// speedy_backend// > >=20 > > [nkapoor@genx nkCMS]$ ll /tmp > > total 4 > > -rw------- 1 nkapoor nkapoor 512 May 27 12:19=20 > speedy.6.1f5.F > >=20 > > Please bear with a newbie. > > TIA, > > Nishi > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit the=20 > market... Oracle 10g.=20 > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > http://ads.osdn.com/?ad_id=3D3149&alloc_id=3D8166&op=3Dclick > > _______________________________________________ > > Speedycgi-users mailing list > > Spe...@li... > > https://lists.sourceforge.net/lists/listinfo/speedycgi-users > >=20 >=20 >=20 >=20 |