X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FREADME;h=ea21c1dd8f91090d2dcbe37af75a40a2d28d7f64;hb=4ea6fa2e68c1afaae019a2c43466810dbb403699;hp=4d4d75d39882a3edcbda8258ca07c3d2f48a58c7;hpb=1b64d24db900d804a3619e9e30d55c54c165e40a;p=catagits%2Ffcgi2.git diff --git a/perl/README b/perl/README index 4d4d75d..ea21c1d 100644 --- a/perl/README +++ b/perl/README @@ -1,4 +1,4 @@ -$Id: README,v 1.1 1999/02/13 05:26:45 roberts Exp $ +$Id: README,v 1.5 2000/07/10 09:56:49 skimo Exp $ Copyright (c) 1996 Open Market, Inc. See the file "LICENSE.TERMS" for information on usage and redistribution @@ -12,14 +12,13 @@ that comes with Open Market's FastCGI Developer's Kit, but does not require you to recompile perl. It even no longer requires perl to be compiled with sfio. -The sfio version has had more testing though. To compile with sfio you'll need at least perl 5.003_02 and you'll have to have configured it with eg './Configure -Duseperlio -Dusesfio'. (See the INSTALL file that comes with the perl distribution.) To compile without sfio you'll need an even more recent perl version. (perl 5.004 and up should be fine.) -See http://fastcgi.idle.com/ for more information about fastcgi. +See http://www.fastcgi.com/ for more information about fastcgi. Lincoln D. Stein's perl CGI module also contains some information about fastcgi programming. @@ -38,15 +37,16 @@ if you don't want that or if it doesn't find them. To configure the library Makefile.PL will run ./configure . You may want to run it yourself beforehand because its findings may not always be correct. -The INSTALL file describes how to run ./configure (and only that). +The configure.readme file describes how to run ./configure (and only that). If you're on a solaris system and your installed fcgi library is 2.02b or earlier, you'll probably want to use the included files. -The FCGI module installs die and warn handlers that merely print -the error/warning to STDERR (the default handlers print directly -to stderr, which isn't redirected in the non sfio case). I'm not -very happy with the result. Suggestions welcome. +The old interface of the FCGI module installs die and warn +handlers that merely print the error/warning to STDERR (the +default handlers print directly to stderr, which isn't redirected +in the non sfio case). I'm not very happy with the result. +Suggestions welcome. Sven Verdoolaege skimo@kotnet.org