Tobias Oberstein wrote:
Great (but strange): after rebuilding all the sources with a lower optimization level (thanks Karsten Jensen), at least the dbms seemsYou can fix an error in iprofile.sh and create an file iuser like below. The file iuser has to be executable.
to start now:
toberste@stalker$ ./create_demo_db.sh
ERR 11641 XSERVER XSERVER is already running!
create database TST...
set parameters for TST...
start TST...
initialize TST...
load system tables...
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):
File "/home/toberste/sandbox/sapdb74/sapdb-74/usr/env/lsystab.py", line 40, in ?
from installib import *
File "/home/toberste/sandbox/sapdb74/sapdb-74/usr/env/installib.py", line 30, in ?
import loader
File "/home/toberste/sandbox/sapdb74/sapdb-74/usr/misc/loader.py", line 20, in ?
from sapdb.loader import *
File "/home/toberste/sandbox/sapdb74/sapdb-74/usr/misc/sapdb/loader.py", line 44, in ?
from python15.loader import *
ImportError: No module named python15.loader
toberste@stalker$
What is left is some conflict issue with the default python of
debian (python 2.1). Puh, I'm there .. nearly;) Any hints?
Karsten Jensen
diff -u -r -N V73_00_29.orig/DevTool/sys/src/data/distribTools/iprofile.sh V73_00_29/DevTool/sys/src/data/distribTools/iprofile.sh
--- V73_00_29.orig/DevTool/sys/src/data/distribTools/iprofile.sh 2002-10-27 12:52:19.000000000 +0100
+++ V73_00_29/DevTool/sys/src/data/distribTools/iprofile.sh 2002-11-15 21:43:59.000000000 +0100
@@ -35,7 +35,7 @@
PERL5LIB=$TOOL/bin:$TOOL/lib/perl5:$INSTROOT/misc export PERL5LIB
WRK=$OWN/sys/wrk export WRK
cd $OWN
-if [ -x iuser]
+if [ -x iuser ]
then
. iuser
fi
diff -u -r -N V73_00_29.orig/SAPDB_ORG/iuser V73_00_29/SAPDB_ORG/iuser
--- V73_00_29.orig/SAPDB_ORG/iuser 1970-01-01 01:00:00.000000000 +0100
+++ V73_00_29/SAPDB_ORG/iuser 2002-11-15 22:16:36.000000000 +0100
@@ -0,0 +1,5 @@
+CC="gcc" export CC
+CXX="g++" export CXX
+NOQUIET=1 export NOQUIET
+PYTHON_INCLUDE=/usr/include/python2.1 export PYTHON_INCLUDE
+NOREG=1 export NOREG
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
