[Zope] Python 2.0 ??????

OK Studio mail@okstudio.com.au
Thu, 18 Jan 2001 16:33:14 +1100


This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C0816C.5AC847E0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

My web site had been working until this morning for months without a =
problem. When investigating the cause of the crush I found out that my =
ISP just upgraded to python 2.0 without my knowledge. My site is as far =
as I know the only zope site there. It does not start or build. I tried =
to upgrade to version 2.2.5 (I was running 2.2.2) without a success.
This is what i got when trying to upgrade to version 2.2.5 :

Building the PCGI wrapper
./configure
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking MACHDEP... freebsd4
checking for inet_addr in -lnsl... (cached) no
checking for socket in -lsocket... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for pid_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for putenv... (cached) yes
checking for socket... (cached) yes
checking for strerror... (cached) yes
checking for union semun... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
make
-------------------------------------------------------------------------=
-----
Writing the pcgi resource file (ie cgi script), =
/virtuals/gosvald/zope/Zope.cgi
chmod 0755 /virtuals/gosvald/zope/Zope.cgi

-------------------------------------------------------------------------=
-----
Compiling python modules

-------------------------------------------------------------------------=
-----
Building extension modules

------------------------------------------------
Compiling extensions in lib/python
cp /usr/local/lib/python2.0/config/Makefile.pre.in .
make -f Makefile.pre.in boot PYTHON=3D/usr/local/bin/python
rm -f *.o *~
rm -f *.a tags TAGS config.c Makefile.pre python sedscript
rm -f *.so *.sl so_locations
VERSION=3D`/usr/local/bin/python -c "import sys; print =
sys.version[:3]"`;  install
dir=3D`/usr/local/bin/python -c "import sys; print sys.prefix"`;  =
exec_installdir=3D
`/usr/local/bin/python -c "import sys; print sys.exec_prefix"`;  make -f =
./Makef
ile.pre.in VPATH=3D. srcdir=3D.  VERSION=3D$VERSION  =
installdir=3D$installdir  exec_inst
alldir=3D$exec_installdir  Makefile
sed -n  -e '1s/.*/1i\\/p'  -e '2s%.*%# Generated automatically from =
Makefile.pre
.in by sedscript.%p'  -e '/^VERSION=3D/s/^VERSION=3D[       =
]*\(.*\)/s%@VERSION[@]%\
1%/p'  -e '/^CC=3D/s/^CC=3D[        ]*\(.*\)/s%@CC[@]%\1%/p'  -e =
'/^CCC=3D/s/^CCC=3D[  ]
*\(.*\)/s%#@SET_CCC[@]%CCC=3D\1%/p'  -e '/^LINKCC=3D/s/^LINKCC=3D[    =
]*\(.*\)/s%@LINK
CC[@]%\1%/p'  -e '/^OPT=3D/s/^OPT=3D[       ]*\(.*\)/s%@OPT[@]%\1%/p'  =
-e '/^LDFLAGS
=3D/s/^LDFLAGS=3D[  ]*\(.*\)/s%@LDFLAGS[@]%\1%/p'  -e =
'/^LDLAST=3D/s/^LDLAST=3D[      ]*
\(.*\)/s%@LDLAST[@]%\1%/p'  -e '/^DEFS=3D/s/^DEFS=3D[       =
]*\(.*\)/s%@DEFS[@]%\1%/
p'  -e '/^LIBS=3D/s/^LIBS=3D[       ]*\(.*\)/s%@LIBS[@]%\1%/p'  -e =
'/^LIBM=3D/s/^LIBM=3D
[       ]*\(.*\)/s%@LIBM[@]%\1%/p'  -e '/^LIBC=3D/s/^LIBC=3D[       =
]*\(.*\)/s%@LIBC
[@]%\1%/p'  -e '/^RANLIB=3D/s/^RANLIB=3D[   ]*\(.*\)/s%@RANLIB[@]%\1%/p' =
 -e '/^MACH
DEP=3D/s/^MACHDEP=3D[       ]*\(.*\)/s%@MACHDEP[@]%\1%/p'  -e =
'/^SO=3D/s/^SO=3D[       ]
*\(.*\)/s%@SO[@]%\1%/p'  -e '/^LDSHARED=3D/s/^LDSHARED=3D[  =
]*\(.*\)/s%@LDSHARED[@]%
\1%/p'  -e '/^CCSHARED=3D/s/^CCSHARED=3D[   =
]*\(.*\)/s%@CCSHARED[@]%\1%/p'  -e '/^SG
I_ABI=3D/s/^SGI_ABI=3D[     ]*\(.*\)/s%@SGI_ABI[@]%\1%/p'  -e =
'/^LINKFORSHARED=3D/s/^L
INKFORSHARED=3D[  ]*\(.*\)/s%@LINKFORSHARED[@]%\1%/p'  -e =
'/^prefix=3D/s/^prefix=3D\(.
*\)/s%^prefix=3D.*%prefix=3D\1%/p'  -e =
'/^exec_prefix=3D/s/^exec_prefix=3D\(.*\)/s%^exec
_prefix=3D.*%exec_prefix=3D\1%/p'  =
/usr/local/lib/python2.0/config/Makefile >sedscri
pt
echo "/^#@SET_CCC@/d" >>sedscript
echo "/^installdir=3D/s%=3D.*%=3D     /usr/local%" >>sedscript
echo "/^exec_installdir=3D/s%=3D.*%=3D/usr/local%" >>sedscript
echo "/^srcdir=3D/s%=3D.*%=3D         .%" >>sedscript
echo "/^VPATH=3D/s%=3D.*%=3D          .%" >>sedscript
echo "/^LINKPATH=3D/s%=3D.*%=3D       %" >>sedscript
echo "/^BASELIB=3D/s%=3D.*%=3D        %" >>sedscript
echo "/^BASESETUP=3D/s%=3D.*%=3D      %" >>sedscript
sed -f sedscript ./Makefile.pre.in >Makefile.pre
/usr/local/lib/python2.0/config/makesetup  -m Makefile.pre -c =
/usr/local/lib/pyt
hon2.0/config/config.c.in Setup -n  =
/usr/local/lib/python2.0/config/Setup.config
 /usr/local/lib/python2.0/config/Setup.local =
/usr/local/lib/python2.0/config/Set
up
make -f Makefile do-it-again
/usr/local/lib/python2.0/config/makesetup  -m Makefile.pre -c =
/usr/local/lib/pyt
hon2.0/config/config.c.in Setup -n  =
/usr/local/lib/python2.0/config/Setup.config
 /usr/local/lib/python2.0/config/Setup.local =
/usr/local/lib/python2.0/config/Set
up
make
cc -fPIC  -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE =
-I/usr/local/in
clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c =
./../Component
s/ExtensionClass/ExtensionClass.c
cc -shared -pthread  ExtensionClass.o  -o ExtensionClass.so
cc -fPIC  -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE =
-I/usr/local/in
clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c =
./../Component
s/ExtensionClass/Acquisition.c
cc -shared -pthread  Acquisition.o  -o Acquisition.so
cc -fPIC  -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE =
-I/usr/local/in
clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c =
./../Component
s/ExtensionClass/MethodObject.c
cc -shared -pthread  MethodObject.o  -o MethodObject.so
cc -fPIC  -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE =
-I/usr/local/in
clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c =
./../Component
s/ExtensionClass/MultiMapping.c
cc -shared -pthread  MultiMapping.o  -o MultiMapping.so
cc -fPIC  -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE =
-I/usr/local/in
clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c =
./../Component
s/ExtensionClass/ThreadLock.c
cc -shared -pthread  ThreadLock.o  -o ThreadLock.so
cc -fPIC  -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE =
-I/usr/local/in
clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c =
./../Component
s/ExtensionClass/Missing.c
cc -shared -pthread  Missing.o  -o Missing.so
cc -fPIC  -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE =
-I/usr/local/in
clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c =
./../Component
s/ExtensionClass/Sync.c
cc -shared -pthread  Sync.o  -o Sync.so
cc -fPIC  -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE =
-I/usr/local/in
clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c =
./../Component
s/ExtensionClass/Record.c
cc -shared -pthread  Record.o  -o Record.so
cc -fPIC  -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE =
-I/usr/local/in
clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c =
./../Component
s/ExtensionClass/ComputedAttribute.c
cc -shared -pthread  ComputedAttribute.o  -o ComputedAttribute.so
cc -fPIC  -O -pipe -D_THREAD_SAFE -I/usr/local/include/python2.0 =
-I/usr/local/in
clude/python2.0 -DHAVE_CONFIG_H -c ./../Components/cPickle/cStringIO.c
cc -shared -pthread  cStringIO.o  -o cStringIO.so
cc -fPIC  -O -pipe -D_THREAD_SAFE -I/usr/local/include/python2.0 =
-I/usr/local/in
clude/python2.0 -DHAVE_CONFIG_H -c ./../Components/cPickle/cPickle.c
./../Components/cPickle/cPickle.c:57: mymath.h: No such file or =
directory
*** Error code 1

Stop in /virtuals/gosvald/zope/lib/python.
Traceback (most recent call last):
  File "/virtuals/gosvald/zope/w_pcgi.py", line 111, in ?
    if __name__=3D=3D'__main__': main(sys.argv[0])
  File "/virtuals/gosvald/zope/w_pcgi.py", line 109, in main
    import wo_pcgi; wo_pcgi.main(me)
  File "/virtuals/gosvald/zope/wo_pcgi.py", line 104, in main
    import build_extensions
  File "/virtuals/gosvald/zope/inst/build_extensions.py", line 96, in ?
    make('lib','python')
  File "/virtuals/gosvald/zope/inst/do.py", line 135, in make
    do('make')
  File "/virtuals/gosvald/zope/inst/do.py", line 104, in do
    if i and picky: raise SystemError, i
SystemError: 256


Can anyone help please???

Regards,

George Osvald
E-mail: mail@okstudio.com.au
http://www.okstudio.com.au

------=_NextPart_000_0007_01C0816C.5AC847E0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>My web site had been working until this morning for =
months=20
without a problem. When investigating the cause of the crush I found out =
that my=20
ISP just upgraded to python 2.0 without my knowledge.&nbsp;My site =
is&nbsp;as=20
far as I know the only zope site there. It does not start or build. I =
tried to=20
upgrade to version 2.2.5 (I was running 2.2.2) without a =
success.</FONT></DIV>
<DIV><FONT size=3D2>This is what i got when trying to upgrade to version =
2.2.5=20
:</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Building the PCGI wrapper<BR>./configure<BR>loading =
cache=20
./config.cache<BR>checking for gcc... (cached) gcc<BR>checking whether =
the C=20
compiler (gcc&nbsp; ) works... yes<BR>checking whether the C compiler =
(gcc&nbsp;=20
) is a cross-compiler... no<BR>checking whether we are using GNU C... =
(cached)=20
yes<BR>checking whether gcc accepts -g... (cached) yes<BR>checking how =
to run=20
the C preprocessor... (cached) gcc -E<BR>checking MACHDEP...=20
freebsd4<BR>checking for inet_addr in -lnsl... (cached) no<BR>checking =
for=20
socket in -lsocket... (cached) no<BR>checking for ANSI C header files... =

(cached) yes<BR>checking for sys/wait.h that is POSIX.1 compatible... =
(cached)=20
yes<BR>checking for unistd.h... (cached) yes<BR>checking for working =
const...=20
(cached) yes<BR>checking for pid_t... (cached) yes<BR>checking return =
type of=20
signal handlers... (cached) void<BR>checking for putenv... (cached)=20
yes<BR>checking for socket... (cached) yes<BR>checking for strerror... =
(cached)=20
yes<BR>checking for union semun... yes<BR>updating cache=20
./config.cache<BR>creating ./config.status<BR>creating=20
Makefile<BR>make<BR>-----------------------------------------------------=
-------------------------<BR>Writing=20
the pcgi resource file (ie cgi script), =
/virtuals/gosvald/zope/Zope.cgi<BR>chmod=20
0755 /virtuals/gosvald/zope/Zope.cgi</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT=20
size=3D2>----------------------------------------------------------------=
--------------<BR>Compiling=20
python modules</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT=20
size=3D2>----------------------------------------------------------------=
--------------<BR>Building=20
extension modules</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT =
size=3D2>------------------------------------------------<BR>Compiling=20
extensions in lib/python<BR>cp =
/usr/local/lib/python2.0/config/Makefile.pre.in=20
.<BR>make -f Makefile.pre.in boot PYTHON=3D/usr/local/bin/python<BR>rm =
-f *.o=20
*~<BR>rm -f *.a tags TAGS config.c Makefile.pre python sedscript<BR>rm =
-f *.so=20
*.sl so_locations<BR>VERSION=3D`/usr/local/bin/python -c "import sys; =
print=20
sys.version[:3]"`;&nbsp; install<BR>dir=3D`/usr/local/bin/python -c =
"import sys;=20
print sys.prefix"`;&nbsp; exec_installdir=3D<BR>`/usr/local/bin/python =
-c "import=20
sys; print sys.exec_prefix"`;&nbsp; make -f ./Makef<BR>ile.pre.in =
VPATH=3D.=20
srcdir=3D.&nbsp; VERSION=3D$VERSION&nbsp; installdir=3D$installdir&nbsp; =

exec_inst<BR>alldir=3D$exec_installdir&nbsp; Makefile<BR>sed -n&nbsp; -e =

'1s/.*/1i\\/p'&nbsp; -e '2s%.*%# Generated automatically from=20
Makefile.pre<BR>.in by sedscript.%p'&nbsp; -e=20
'/^VERSION=3D/s/^VERSION=3D[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%@VERSION[@]%\<BR>1%/p'&nbsp; -e=20
'/^CC=3D/s/^CC=3D[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%@CC[@]%\1%/p'&nbsp; -e '/^CCC=3D/s/^CCC=3D[&nbsp;=20
]<BR>*\(.*\)/s%#@SET_CCC[@]%CCC=3D\1%/p'&nbsp; -e=20
'/^LINKCC=3D/s/^LINKCC=3D[&nbsp;&nbsp;&nbsp; =
]*\(.*\)/s%@LINK<BR>CC[@]%\1%/p'&nbsp;=20
-e '/^OPT=3D/s/^OPT=3D[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%@OPT[@]%\1%/p'&nbsp; -e =
'/^LDFLAGS<BR>=3D/s/^LDFLAGS=3D[&nbsp;=20
]*\(.*\)/s%@LDFLAGS[@]%\1%/p'&nbsp; -e=20
'/^LDLAST=3D/s/^LDLAST=3D[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]*<BR>\(.*\)/s%@LDLAST[@]%\1%/p'&nbsp; -e=20
'/^DEFS=3D/s/^DEFS=3D[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%@DEFS[@]%\1%/<BR>p'&nbsp; -e=20
'/^LIBS=3D/s/^LIBS=3D[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%@LIBS[@]%\1%/p'&nbsp; -e=20
'/^LIBM=3D/s/^LIBM=3D<BR>[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%@LIBM[@]%\1%/p'&nbsp; -e=20
'/^LIBC=3D/s/^LIBC=3D[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%@LIBC<BR>[@]%\1%/p'&nbsp; -e =
'/^RANLIB=3D/s/^RANLIB=3D[&nbsp;&nbsp;=20
]*\(.*\)/s%@RANLIB[@]%\1%/p'&nbsp; -e=20
'/^MACH<BR>DEP=3D/s/^MACHDEP=3D[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%@MACHDEP[@]%\1%/p'&nbsp; -e=20
'/^SO=3D/s/^SO=3D[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]<BR>*\(.*\)/s%@SO[@]%\1%/p'&nbsp; -e =
'/^LDSHARED=3D/s/^LDSHARED=3D[&nbsp;=20
]*\(.*\)/s%@LDSHARED[@]%<BR>\1%/p'&nbsp; -e=20
'/^CCSHARED=3D/s/^CCSHARED=3D[&nbsp;&nbsp; =
]*\(.*\)/s%@CCSHARED[@]%\1%/p'&nbsp; -e=20
'/^SG<BR>I_ABI=3D/s/^SGI_ABI=3D[&nbsp;&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%@SGI_ABI[@]%\1%/p'&nbsp; -e=20
'/^LINKFORSHARED=3D/s/^L<BR>INKFORSHARED=3D[&nbsp;=20
]*\(.*\)/s%@LINKFORSHARED[@]%\1%/p'&nbsp; -e=20
'/^prefix=3D/s/^prefix=3D\(.<BR>*\)/s%^prefix=3D.*%prefix=3D\1%/p'&nbsp; =
-e=20
'/^exec_prefix=3D/s/^exec_prefix=3D\(.*\)/s%^exec<BR>_prefix=3D.*%exec_pr=
efix=3D\1%/p'&nbsp;=20
/usr/local/lib/python2.0/config/Makefile &gt;sedscri<BR>pt<BR>echo=20
"<A>/^#@SET_CCC@/d</A>" &gt;&gt;sedscript<BR>echo=20
"/^installdir=3D/s%=3D.*%=3D&nbsp;&nbsp;&nbsp;&nbsp; /usr/local%"=20
&gt;&gt;sedscript<BR>echo "/^exec_installdir=3D/s%=3D.*%=3D/usr/local%"=20
&gt;&gt;sedscript<BR>echo=20
"/^srcdir=3D/s%=3D.*%=3D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
.%"=20
&gt;&gt;sedscript<BR>echo=20
"/^VPATH=3D/s%=3D.*%=3D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp; .%"=20
&gt;&gt;sedscript<BR>echo=20
"/^LINKPATH=3D/s%=3D.*%=3D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %"=20
&gt;&gt;sedscript<BR>echo=20
"/^BASELIB=3D/s%=3D.*%=3D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %"=20
&gt;&gt;sedscript<BR>echo =
"/^BASESETUP=3D/s%=3D.*%=3D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %"=20
&gt;&gt;sedscript<BR>sed -f sedscript ./Makefile.pre.in=20
&gt;Makefile.pre<BR>/usr/local/lib/python2.0/config/makesetup&nbsp; -m=20
Makefile.pre -c /usr/local/lib/pyt<BR>hon2.0/config/config.c.in Setup =
-n&nbsp;=20
/usr/local/lib/python2.0/config/Setup.config<BR>&nbsp;/usr/local/lib/pyth=
on2.0/config/Setup.local=20
/usr/local/lib/python2.0/config/Set<BR>up<BR>make -f Makefile=20
do-it-again<BR>/usr/local/lib/python2.0/config/makesetup&nbsp; -m =
Makefile.pre=20
-c /usr/local/lib/pyt<BR>hon2.0/config/config.c.in Setup -n&nbsp;=20
/usr/local/lib/python2.0/config/Setup.config<BR>&nbsp;/usr/local/lib/pyth=
on2.0/config/Setup.local=20
/usr/local/lib/python2.0/config/Set<BR>up<BR>make<BR>cc -fPIC&nbsp;=20
-I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE=20
-I/usr/local/in<BR>clude/python2.0 -I/usr/local/include/python2.0=20
-DHAVE_CONFIG_H -c =
./../Component<BR>s/ExtensionClass/ExtensionClass.c<BR>cc=20
-shared -pthread&nbsp; ExtensionClass.o&nbsp; -o ExtensionClass.so<BR>cc =

-fPIC&nbsp; -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE=20
-I/usr/local/in<BR>clude/python2.0 -I/usr/local/include/python2.0=20
-DHAVE_CONFIG_H -c =
./../Component<BR>s/ExtensionClass/Acquisition.c<BR>cc=20
-shared -pthread&nbsp; Acquisition.o&nbsp; -o Acquisition.so<BR>cc =
-fPIC&nbsp;=20
-I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE=20
-I/usr/local/in<BR>clude/python2.0 -I/usr/local/include/python2.0=20
-DHAVE_CONFIG_H -c =
./../Component<BR>s/ExtensionClass/MethodObject.c<BR>cc=20
-shared -pthread&nbsp; MethodObject.o&nbsp; -o MethodObject.so<BR>cc =
-fPIC&nbsp;=20
-I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE=20
-I/usr/local/in<BR>clude/python2.0 -I/usr/local/include/python2.0=20
-DHAVE_CONFIG_H -c =
./../Component<BR>s/ExtensionClass/MultiMapping.c<BR>cc=20
-shared -pthread&nbsp; MultiMapping.o&nbsp; -o MultiMapping.so<BR>cc =
-fPIC&nbsp;=20
-I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE=20
-I/usr/local/in<BR>clude/python2.0 -I/usr/local/include/python2.0=20
-DHAVE_CONFIG_H -c ./../Component<BR>s/ExtensionClass/ThreadLock.c<BR>cc =
-shared=20
-pthread&nbsp; ThreadLock.o&nbsp; -o ThreadLock.so<BR>cc -fPIC&nbsp;=20
-I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE=20
-I/usr/local/in<BR>clude/python2.0 -I/usr/local/include/python2.0=20
-DHAVE_CONFIG_H -c ./../Component<BR>s/ExtensionClass/Missing.c<BR>cc =
-shared=20
-pthread&nbsp; Missing.o&nbsp; -o Missing.so<BR>cc -fPIC&nbsp;=20
-I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE=20
-I/usr/local/in<BR>clude/python2.0 -I/usr/local/include/python2.0=20
-DHAVE_CONFIG_H -c ./../Component<BR>s/ExtensionClass/Sync.c<BR>cc =
-shared=20
-pthread&nbsp; Sync.o&nbsp; -o Sync.so<BR>cc -fPIC&nbsp;=20
-I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE=20
-I/usr/local/in<BR>clude/python2.0 -I/usr/local/include/python2.0=20
-DHAVE_CONFIG_H -c ./../Component<BR>s/ExtensionClass/Record.c<BR>cc =
-shared=20
-pthread&nbsp; Record.o&nbsp; -o Record.so<BR>cc -fPIC&nbsp;=20
-I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE=20
-I/usr/local/in<BR>clude/python2.0 -I/usr/local/include/python2.0=20
-DHAVE_CONFIG_H -c =
./../Component<BR>s/ExtensionClass/ComputedAttribute.c<BR>cc=20
-shared -pthread&nbsp; ComputedAttribute.o&nbsp; -o =
ComputedAttribute.so<BR>cc=20
-fPIC&nbsp; -O -pipe -D_THREAD_SAFE -I/usr/local/include/python2.0=20
-I/usr/local/in<BR>clude/python2.0 -DHAVE_CONFIG_H -c=20
./../Components/cPickle/cStringIO.c<BR>cc -shared -pthread&nbsp;=20
cStringIO.o&nbsp; -o cStringIO.so<BR>cc -fPIC&nbsp; -O -pipe =
-D_THREAD_SAFE=20
-I/usr/local/include/python2.0 -I/usr/local/in<BR>clude/python2.0=20
-DHAVE_CONFIG_H -c=20
./../Components/cPickle/cPickle.c<BR>./../Components/cPickle/cPickle.c:57=
:=20
mymath.h: No such file or directory<BR>*** Error code 1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>Stop in =
/virtuals/gosvald/zope/lib/python.<BR>Traceback (most=20
recent call last):<BR>&nbsp; File "/virtuals/gosvald/zope/w_pcgi.py", =
line 111,=20
in ?<BR>&nbsp;&nbsp;&nbsp; if __name__=3D=3D'__main__': =
main(sys.argv[0])<BR>&nbsp;=20
File "/virtuals/gosvald/zope/w_pcgi.py", line 109, in =
main<BR>&nbsp;&nbsp;&nbsp;=20
import wo_pcgi; wo_pcgi.main(me)<BR>&nbsp; File=20
"/virtuals/gosvald/zope/wo_pcgi.py", line 104, in =
main<BR>&nbsp;&nbsp;&nbsp;=20
import build_extensions<BR>&nbsp; File=20
"/virtuals/gosvald/zope/inst/build_extensions.py", line 96, in=20
?<BR>&nbsp;&nbsp;&nbsp; make('lib','python')<BR>&nbsp; File=20
"/virtuals/gosvald/zope/inst/do.py", line 135, in =
make<BR>&nbsp;&nbsp;&nbsp;=20
do('make')<BR>&nbsp; File "/virtuals/gosvald/zope/inst/do.py", line 104, =
in=20
do<BR>&nbsp;&nbsp;&nbsp; if i and picky: raise SystemError, =
i<BR>SystemError:=20
256</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Can anyone help please???</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Regards,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>George Osvald<BR>E-mail: <A=20
href=3D"mailto:mail@okstudio.com.au">mail@okstudio.com.au</A><BR><A=20
href=3D"http://www.okstudio.com.au">http://www.okstudio.com.au</A></FONT>=
</DIV></BODY></HTML>

------=_NextPart_000_0007_01C0816C.5AC847E0--