[Zope] Problem compiling Zope on Solaris 2.6

Benillouche, Michael Michael.Benillouche@france.acnielsen.com
Mon, 24 Jan 2000 12:06:49 +0100


> I Try to compile Zope 2.1.2 on Solaris 2.6 (sparc) and Python 1.5.2 (gcc
> 2.8.0) but I get stuck
> with the following error :
> 
> --------------------------------------------------------------------------
> ----
> Compiling python modules
> 
> --------------------------------------------------------------------------
> ----
> Building extension modules
> 
> ------------------------------------------------
> Compiling extensions in lib/python
> cp /usr/local/lib/python1.5/config/Makefile.pre.in .
> make -f Makefile.pre.in boot PYTHON=/opt/python/Python-1.5.2/python
> make: Fatal error in reader: Makefile.pre.in, line 21: Unexpected end of
> line seen
> Traceback (innermost last):
>   File "wo_pcgi.py", line 116, in ?
>   File "wo_pcgi.py", line 104, in main
>   File "/opt/zope/Zope-2.1.2-src/inst/build_extensions.py", line 96, in ?
>     make('lib','python')
>   File "/opt/zope/Zope-2.1.2-src/inst/do.py", line 134, in make
>     do('make -f Makefile.pre.in boot PYTHON=%s' % sys.executable)
>   File "/opt/zope/Zope-2.1.2-src/inst/do.py", line 104, in do
>     if i and picky: raise SystemError, i
> SystemError: 256
> 
> 
> Some Help ? Thanks a lot !
> 
Michael

> PS: I don't want to use the binary version of Zope on Solaris 2.6 because
> it seems impossible to install 
> MySQL driver if not by installing from the source .