[Zope] Probs compiling ZAdabas

Stefan Thull stth@topmail.de
Wed, 2 Jun 1999 15:34:39 +0200 (CEST)


Thomas Riedl writes:
 > On Mon, 31 May 1999, you wrote:
 > >Hi
 > >I'm trying to install the ZAdabas Adapter.
 > > When I run
 > >make -f Makefile.pre.in boot
 > >I get the following error-message:
 > >make -f ./Makefile.pre.in VPATH=. srcdir=. \
 > ....
 > >make[1]: *** No rule to make target `/usr/lib/python1.5/config/Makefile', needed by `sedscript'.  Stop.
 > ....
 > > 
 > >Can anybody help me?
 > 
 > Possibly; this looks like you haven't installed python-1.5(.1) properly;
 > the possibly easiest solution is to download it from
 > 	http://www.python.org
 > and untar/compile/install it, or to try&get a rpm file (different from
 > your version, since it broke;-) from 
 > 	http://www.rufus.org
 > precompiled for your system.
 > 
 > >Thank you in advance
 > >Stefan Thull
 > 
 > HTH & YMMV
 > tom
 > --
 > MfG: Thomas Riedl

Thank you for the hint.
I had to copy the /content-directory of the python, which came with
Zope in the python directory of my debian-linux installation. (Python
1.5.1)
Then the compilation worked.(make -f Makefile.pre.in boot )

But now I have a problem with the make command:
gcc -fpic -g -O2 -I/usr/include/python1.5 -I/usr/include/python1.5
-DHAVE_CONFIG_H  -DADABASSQLAPI -I/usr/local/stow/adabas/incl -c
./sql.c ./sql.c:44: Python.h: Datei oder Verzeichnis nicht gefunden
make: *** [sql.o] Error 1   

Sorry it is my first step with python ... (The pyhton 1.5.1 seems to
work correct).

Thank you for your help

Stefan Thull