[Zope] Can't compile Zope-2.4.0-src on HP-UX11 SystemError: 256
Bill Anderson
bill@immosys.com
19 Aug 2001 20:57:39 -0600
On 17 Aug 2001 13:38:45 +0200, Andre Konopka wrote:
> Hi,
>
> I am new on this list and new on phyton and zope...
>
> I tried to compile Zope-2.4.0 (with python-2.1.1) on my
> HP-UX 11.00 box with no success...
>
> I have got the following error:
>
> ...
> File "/pkgs/Zope-2.4.0-src/inst/do.py", line 104, in do
> if i and picky: raise SystemError, i
> SystemError: 256
>
>
> Any idea????????
chown -R <zopeuser.zopeusergroup> .
This essentially means that for some reason, permissions are whacked up.
making sure the entire tree is owned by the zope user (and approriate
group) has solved it every time. That or do it all as root, then change
ownership to the zope user, I cannot recall exactly. I haven't had this
problem in a long time.
Cheers,
Bill Anderson
.