Re: [Zope] Zope 2.2.1 Solaris 8 dumps core

2000-09-08 Thread Michele Ravani

Brian Lloyd wrote:

> > I've downloaded the src of Zope 2.2.1 on my UltraSparc running Solaris
> > 8, built it ok, but when I try run ./start it it dumps core with a
> > segmentation fault.
> > Is this problem known? Anything I can do?
> > I am completely new to both Python and Zope ...
>
> I don't know of any problems inherent to running on Sol8.
> It seems like maybe it could have something to do with
> your Python installation. One way you could test that is
> to cd to the lib/python dir of your Zope installation,
> start your local Python interpreter and try:
>
> import ExtensionClass
>
> Brian Lloyd[EMAIL PROTECTED]
> Software Engineer  540.371.6909
> Digital Creations  www.digicool.com

I've tried that and it dumped. I'll have to poll the Python knowledge base
for that ...
Python was built using gcc as Zope was.

Thanks anyway

 Michele


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Zope 2.2.1 Solaris 8 dumps core

2000-09-07 Thread Fredrik Aronsson

Hello!

I've had a similar problem, with Zope coredumping, but since I recompiled 
python using the same compiler that I compiled Zope with, Zope works 
correct.

/Fredrik Aronsson

(I've included the smallest script I could find that dumped core. If it
dumps core for you too, perhaps you have the same problem.)

#!/usr/local/bin/python -u
import sys
sys.path.append('/www/zope/lib/python')

print "Content-type: text/plain"
print
print "Everything OK!"

import ExtensionClass

print "Still ok!"





> 
> Hi
> 
> I've downloaded the src of Zope 2.2.1 on my UltraSparc running Solaris
> 8, built it ok, but when I try run ./start it it dumps core with a
> segmentation fault.
> Is this problem known? Anything I can do?
> I am completely new to both Python and Zope ...
> 
> 
> Thanks
>   Michele
> 


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




RE: [Zope] Zope 2.2.1 Solaris 8 dumps core

2000-09-07 Thread Brian Lloyd

> I've downloaded the src of Zope 2.2.1 on my UltraSparc running Solaris
> 8, built it ok, but when I try run ./start it it dumps core with a
> segmentation fault.
> Is this problem known? Anything I can do?
> I am completely new to both Python and Zope ...

I don't know of any problems inherent to running on Sol8. 
It seems like maybe it could have something to do with 
your Python installation. One way you could test that is 
to cd to the lib/python dir of your Zope installation, 
start your local Python interpreter and try:

import ExtensionClass



Brian Lloyd[EMAIL PROTECTED]
Software Engineer  540.371.6909
Digital Creations  www.digicool.com

___
Zope maillist  -  [EMAIL PROTECTED]
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 )