Tobias Oberstein wrote:
Great (but strange): after rebuilding all the sources with a lower optimization level (thanks Karsten Jensen), at least the dbms seems
to start now:
[...]
load system tables failed: ERR
-24964,ERR_EXECUTE: error in program execution
256,/home/toberste/sandbox/sapdb74/sapdb-74/usr/bin/x_python /home/toberste/sandbox/sapdb74/sapdb-74/usr/env/lsystab.py -d TST -u dba,* -dompwd domain en ENG
Traceback (innermost last):
[...]
"/home/toberste/sandbox/sapdb74/sapdb-74/usr/misc/sapdb/loader.py", line 44, in ?
from python15.loader import *
ImportError: No module named python15.loader
[...]
The quick fix:What is left is some conflict issue with the default python of debian (python 2.1). Puh, I'm there .. nearly;) Any hints?
$ cp `which python` $SRC/redist/bin/I386_LINUX_32
The python in the sources is of version 1.5.2, so it can't load the 2.1 library you just build.
The log term fix is twofold:
- let configure find out where the local python is and use that one instead of something in the source tree
- put several versions of the Python header files into the source tree and build the python extensions for several versions
BTW: thanks for the detailed steps. I'll fix what are faults in the sources.
Daniel Dittmar
--
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
