[Zope] Redhat 8.0 and Zope

Adam Manock abmanock@earthlink.net
Fri, 04 Oct 2002 08:48:13 -0400


The python2.1-2.1.3 SRPM from python.org should build fine on RH8.0.
The binary RPMS thus created will install python 2.1.3 as "python2.1"
by default, just as they did on RH 7.x. This will not interfere with an
existing python 1.5.x or 2.2.x installation

#  RPM build options:
#
#  --without-binsuffix -- Do not name executable "python2.1".
#  --without-tkinter -- Do not build Tkinter package.
#  --with-pymalloc -- Enable pymalloc memory allocator (may break Zope).
#  --with-idlesuffix -- Install idle as "idle2".
#  --without-lfs -- Disable Large File Support.

Adam

PS. Where are people getting their RH8.0 ISOs from? I have yet to
        find an ftp mirror that isn't swamped and running at 4KB/s


At 02:26 AM 10/4/02, Magnus Heino wrote:

> > Is python 2.1.x installed with RH8.0?
> > I would guess that there is only one python installed by default. To 
> have a
> > zope (and some others) dedicated python2.1 version would require a bit of
> > RPM fiddling manually. Am I wrong?
> >
> > By the way, is there a simple what of getting them to coexist? Or rather,
> > how do you get them to coexist?
>
># tar zxvf Python-2.1.3.tgz
>
># cd Python-2.1.3
>
># CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT="-g -O2
>$CFLAGS" ./configure
>
># make
>
># make altinstall
>
>now you have python2.1 installed as python2.1 binary in
>/usr/local/bin/python2.1 and libs in /usr/local/lib/python2.1/
>
>With large file support...
>
>/Magnus
>
>
>
>_______________________________________________
>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 )