64-bit machines (dual dual-core AMD Opteron) First: Configuring Zope installation Using Python interpreter at /usr/local/bin/python2.4 /usr/local/bin/python2.4 install.py -q build Dependencies/ExtensionClass-Zope-2.9.2/ExtensionClass/_ExtensionClass.c: In function `PyExtensionClass_Export_': Dependencies/ExtensionClass-Zope-2.9.2/ExtensionClass/_ExtensionClass.c:768: warning: cast from pointer to integer of different size /usr/local/bin/python2.4 install.py -q build /usr/local/bin/python2.4 install.py -q install --skip-build --home "/usr/local/src/zope/Zope2.9" _ExtensionClass is not 64-bit clean. I believe the warning can be ignored. When I install Zope 2.9.0 on a 64 bit machine the path to the system is .../Zope/lib64/python/... but with Zope 2.9.2, also on a 64-but machine the path to the system is ...Zope/lib/python/.... Why the change? --
--On 15. April 2006 20:42:11 -0700 Dennis Allison <allison@shasta.stanford.edu> wrote:
When I install Zope 2.9.0 on a 64 bit machine the path to the system is
.../Zope/lib64/python/...
but with Zope 2.9.2, also on a 64-but machine the path to the system is
...Zope/lib/python/....
Why the change?
Huh? Never seen that! ...and no idea where this change should come from. -aj -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting
On Sunday 16 April 2006 08:27, Andreas Jung wrote:
--On 15. April 2006 20:42:11 -0700 Dennis Allison
<allison@shasta.stanford.edu> wrote:
When I install Zope 2.9.0 on a 64 bit machine the path to the system is
.../Zope/lib64/python/...
but with Zope 2.9.2, also on a 64-but machine the path to the system is
...Zope/lib/python/....
Why the change?
Huh? Never seen that! ...and no idea where this change should come from.
-aj
I confirm, I also have problems with building zope 2.9.2. on X86... Allison have you got a work around? Jerry
--On 16. April 2006 09:07:28 +0200 Jerry Westrick <jerry@westrick.com> wrote:
On Sunday 16 April 2006 08:27, Andreas Jung wrote:
--On 15. April 2006 20:42:11 -0700 Dennis Allison
<allison@shasta.stanford.edu> wrote:
When I install Zope 2.9.0 on a 64 bit machine the path to the system is
.../Zope/lib64/python/...
but with Zope 2.9.2, also on a 64-but machine the path to the system is
...Zope/lib/python/....
Why the change?
Huh? Never seen that! ...and no idea where this change should come from.
-aj
I confirm, I also have problems with building zope 2.9.2. on X86...
Allison have you got a work around?
Scary. Unfortunately I don't have a 64 bit machine to test it on my own. -aj -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting
I've not experienced any build problems running on 64bit machines. I've got a 64bit laptop and 64bit dev desktop machine, not to mention all our production servers are 64bit as well. Andrew Sawyers
--On 16. April 2006 09:07:28 +0200 Jerry Westrick <jerry@westrick.com> wrote:
On Sunday 16 April 2006 08:27, Andreas Jung wrote:
--On 15. April 2006 20:42:11 -0700 Dennis Allison
<allison@shasta.stanford.edu> wrote:
When I install Zope 2.9.0 on a 64 bit machine the path to the system is
.../Zope/lib64/python/...
but with Zope 2.9.2, also on a 64-but machine the path to the system is
...Zope/lib/python/....
Why the change?
Huh? Never seen that! ...and no idea where this change should come from.
-aj
I confirm, I also have problems with building zope 2.9.2. on X86...
Allison have you got a work around?
Scary. Unfortunately I don't have a 64 bit machine to test it on my own.
-aj
-- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Andrew Sawyers wrote:
I've not experienced any build problems running on 64bit machines. I've got a 64bit laptop and 64bit dev desktop machine, not to mention all our production servers are 64bit as well.
I've seen the same lib/lib64 problem in Gentoo Linux on Zope 3. To work-around the problem, I make a symlink from lib to lib64 after install, and things work OK. -Jim Washington
I'm running Suse 10 - and I've got both /usr/lib and /usr/lib64 I don't believe that dependency has anything to do with Zope. Andrew Andrew Sawyers wrote:
I've not experienced any build problems running on 64bit machines. I've got a 64bit laptop and 64bit dev desktop machine, not to mention all our production servers are 64bit as well.
I've seen the same lib/lib64 problem in Gentoo Linux on Zope 3.
To work-around the problem, I make a symlink from lib to lib64 after install, and things work OK.
-Jim Washington
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Andrew Sawyers wrote:
I'm running Suse 10 - and I've got both /usr/lib and /usr/lib64 I don't believe that dependency has anything to do with Zope.
If I take the zope distribution tarball and do the configure, make, make install dance, I get a 'lib64' directory inside the Zope installation instead of a 'lib' directory. mkzopeinstance has trouble with that configuration. It needs a 'lib' directory instead of a 'lib64' directory, so mkzopeinstance fails unless I do something, like symlinking lib64 to lib. -Jim Washington
Andrew Sawyers wrote:
I'm running Suse 10 - and I've got both /usr/lib and /usr/lib64 I don't believe that dependency has anything to do with Zope.
If I take the zope distribution tarball and do the configure, make, make install dance, I get a 'lib64' directory inside the Zope installation instead of a 'lib' directory.
mkzopeinstance has trouble with that configuration. It needs a 'lib' directory instead of a 'lib64' directory, so mkzopeinstance fails unless I do something, like symlinking lib64 to lib. We run our own scripts to build out instances....that's likely the difference. IIRC though, I did stumble across something like this awhile back.....
Andrew
-Jim Washington
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (5)
-
Andreas Jung -
Andrew Sawyers -
Dennis Allison -
Jerry Westrick -
Jim Washington