[Zope] Help: Where can I find Zope 2.0.1 on AIX 4.3

John Glossner glossner@hotmail.com
Thu, 30 Sep 1999 07:30:13 -0700


This is a multi-part message in MIME format.

------=_NextPart_000_0082_01BF0B15.A2729420
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

> 
> Or, if the answer for the question above is no, how to
> compile 2.0.1 on AIX 4.3 (I tried but had errors)?
> 

Assuming you have access to a _threaded_ version of python,
use this script (modify the first two lines to your path)
and it should compile fine. You may also have to change
the permissions on ZopeDir/var. See AIX.txt in the 
ZopeDir/doc/PLATFORMS directory. 

I have 2.0.1 working under AIX 4.3.

John


------=_NextPart_000_0082_01BF0B15.A2729420
Content-Type: application/octet-stream;
	name="zope-aix-install"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="zope-aix-install"

#!/bin/sh
ZopePath=3D/usr/local2/packages/zope/Zope-2.0.1-src
PythonPath=3D/usr/local2/packages/python/Python-1.5.2/Modules
export ZopePath
export PythonPath
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/pcgi/.
ln -s -f $PythonPath/python.exp $ZopePath/pcgi/.
ln -s -f $PythonPath/makexp_aix $ZopePath/pcgi/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/pcgi/MrCreosote/.
ln -s -f $PythonPath/python.exp $ZopePath/pcgi/MrCreosote/.
ln -s -f $PythonPath/makexp_aix $ZopePath/pcgi/MrCreosote/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/AccessControl/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/AccessControl/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/AccessControl/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/App/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/App/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/App/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/DateTime/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/DateTime/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/DateTime/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/DocumentTemplate/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/DocumentTemplate/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/DocumentTemplate/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/HelpSys/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/HelpSys/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/HelpSys/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/OFS/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/OFS/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/OFS/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/Products/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/Products/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/Products/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/SearchIndex/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/SearchIndex/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/SearchIndex/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/Shared/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/Shared/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/Shared/.
#
ln -s -f $PythonPath/ld_so_aix =
$ZopePath/lib/python/Shared/DC/xml/pyexpat/.
ln -s -f $PythonPath/python.exp =
$ZopePath/lib/python/Shared/DC/xml/pyexpat/.
ln -s -f $PythonPath/makexp_aix =
$ZopePath/lib/python/Shared/DC/xml/pyexpat/.
#
ln -s -f $PythonPath/ld_so_aix =
$ZopePath/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/.
ln -s -f $PythonPath/python.exp =
$ZopePath/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/.
ln -s -f $PythonPath/makexp_aix =
$ZopePath/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/.
#
ln -s -f $PythonPath/ld_so_aix =
$ZopePath/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/.
ln -s -f $PythonPath/python.exp =
$ZopePath/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/.
ln -s -f $PythonPath/makexp_aix =
$ZopePath/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/StructuredText/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/StructuredText/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/StructuredText/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/TreeDisplay/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/TreeDisplay/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/TreeDisplay/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/ZClasses/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/ZClasses/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/ZClasses/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/ZODB/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/ZODB/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/ZODB/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/ZPublisher/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/ZPublisher/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/ZPublisher/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/Zope/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/Zope/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/Zope/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/python/webdav/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/python/webdav/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/python/webdav/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/Components/BTree/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/Components/BTree/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/Components/BTree/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/Components/ExtensionClass/.
ln -s -f $PythonPath/python.exp =
$ZopePath/lib/Components/ExtensionClass/.
ln -s -f $PythonPath/makexp_aix =
$ZopePath/lib/Components/ExtensionClass/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/Components/cPickle/.
ln -s -f $PythonPath/python.exp $ZopePath/lib/Components/cPickle/.
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/Components/cPickle/.
#
ln -s -f $PythonPath/ld_so_aix $ZopePath/lib/Components/zlib/.=20
ln -s -f $PythonPath/python.exp $ZopePath/lib/Components/zlib/.=20
ln -s -f $PythonPath/makexp_aix $ZopePath/lib/Components/zlib/.=20

------=_NextPart_000_0082_01BF0B15.A2729420--