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

Jens Vagelpohl jens@zope.com
Mon, 18 Feb 2002 23:49:05 -0500


have you looked at the solaris binary distribution?

jens

P.S.: python 2.2 is not supported for zope 2.x.


On Monday, February 18, 2002, at 02:27 , jbr@FIZ-Karlsruhe.DE wrote:

>
> 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 )