[Zope] compiling zope 2.5.0 on solaris 2.6 with python 2.2

Chris McDonough chrism@zope.com
Mon, 18 Feb 2002 14:52:29 -0500


Use Python 2.1.2, Zope 2.5 is not yet supported on Python 2.2

- C

----- Original Message -----
From: <jbr@FIZ-Karlsruhe.DE>
To: <zope@zope.org>
Cc: <jbr@FIZ-Karlsruhe.DE>
Sent: Monday, February 18, 2002 2:27 PM
Subject: [Zope] compiling zope 2.5.0 on solaris 2.6 with python 2.2


>
> hello,
>
> I have tried to compile  zope on solaris 2.6  using Python 2.2
>
> I am using Zope-2.5.0-src.tgz
>
>
> 1.) compile problems
>
> The first attempt to compile the python extensions failed, because the
script
>  do.py wanted to use target boot in Makefile.pre.in.
>
> In Python 2.2 the Makefile.pre.in has not such a target and therefore I
copied
> Makefile.pre.in  from python2.0/config/Makefile.pre.in  a temporary
directory
> and changed in do.py   the following line
>   do("cp %s ." % wheres_Makefile_pre_in())
> into
>   do("cp /home/jbr/t/t/Makefile.pre.in Makefile.pre.in")
>
>
> compiling without pcgi wrapper was successfull.
>
>  python wo_pcgi.py
>
>
> 2.) when I  try to start Zserver I get the warning below each second  and
a core dump:
>
> br@A7Dsid1 >  ./start
> /opt/gnu/lib/python2.2/FCNTL.py:7: DeprecationWarning: the FCNTL module is
deprecated; please use fcntl
>
> /opt/gnu/lib/python2.2/FCNTL.py:7: DeprecationWarning: the FCNTL module is
deprecated; please use fcntl
>
>  ....
>
>
>
> Does somebody knows how to compile zope2.5.0  on solaris ?
>
> With kind regards,  Juergen Berger
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>