[Zope] pcgi on Solaris 2.6

Jeff Bauer jeffbauer@bigfoot.com
Fri, 14 May 1999 06:45:31 -0500


Bill,

Your pcgi should work okay on Solaris 2.6 because it's 
my primary development system. ;-)

Check your log files and possibly run pcgifile.py 
against Zope.cgi.  For details on the sanity checker:

http://starship.python.net/crew/jbauer/persistcgi/pcgifile/

Good luck.

Jeff Bauer
Rubicon, Inc.

> I'm trying to move a pcgi application from Linux to Solaris.  The app works
> fine under pcgi on Linux, and also works fine using ZopeHTTPServer on either
> Linux or Solaris.  However, when I try to start it under pcgi on Solaris, I
> get the following relevant bits from the html source:
> 
>    (102) failure during connect
>    <!--
>    Interrupted system call
>    pcgi-wrapper-version 2.0a5
>    -->
> 
> Any ideas, everyone?