> Things to check:
> $ x_python
> >>> import sys
> >>> sys.path
> Is <dependent_path>/misc in the list that is printed?
Yes, it is
>>> sys.path
['', '/home/sapdb/maxdb-7500/usr/lib/python1.5',
'/home/sapdb/maxdb-7500/usr/misc', '/home/sapdb/TOOLSRC/
lib/Python', '/home/sapdb/maxdb-7500/usr/runtime/python',
'/home/sapdb/maxdb-7500/usr/lib/python23.zip',
'/home/sapdb/maxdb-7500/usr/lib/python2.3',
'/home/sapdb/maxdb-7500/usr/lib/python2.3/plat-sunos5', '/hom
e/sapdb/maxdb-7500/usr/lib/python2.3/lib-tk',
'/home/sapdb/maxdb-7500/usr/lib/python2.3/lib-dynload']
> Does <dependent_path>/misc/sapdb/__init__.py exist?
no, it's here:
[EMAIL PROTECTED] ~/maxdb-7500/usr/misc>find . -name __init* -print
./lib64/sapdb/__init__.py
./lib64/sapdb/python-py23/__init__.py
That seems to be the basic problem...
I now linked the lib64/sapdb to misc/sapdb and getting now another error:
dbmcli on XXX>load_systab -ud domain
ERR
-24964,ERR_EXECUTE: error in program execution
256,/home/sapdb/maxdb-7500/usr/bin/x_python
/home/sapdb/maxdb-7500/usr/env/lsystab.py -R /home/sapdb/maxd
b-7500/usr -d XXX -u dba,*
Traceback (most recent call last):
File "/home/sapdb/maxdb-7500/usr/env/lsystab.py", line 45, in ?
from installib import *
File "/home/sapdb/maxdb-7500/usr/env/installib.py", line 33, in ?
from sapdb import loader
File "/home/sapdb/maxdb-7500/usr/misc/sapdb/loader.py", line 35, in ?
importVersionSpecific ()
File "/home/sapdb/maxdb-7500/usr/misc/sapdb/loader.py", line 33, in
importVersionSpecific
module = __import__ (subpackage + '.loader', globals (), locals (),
['*'])
ImportError: ld.so.1: /home/sapdb/maxdb-7500/usr/pgm/python: Schwerer
Fehler: /home/sapdb/maxdb-7500/usr/
misc/sapdb/python-py23/loadermodule.so: falsche ELF-Klasse: ELFCLASS64
So I need the 32bit libraries of the loader or a 64bit python and that seems
to be the reason why the libraries are not found initially...
Thanx for helping!
Greetings,
SIEGENIA-AUBI KG
Informationswesen
i.A.
Markus D�hr
SAP-CC/BC, SAPDB-DBA
Tel.: +49 6503 917-152
Fax: +49 6503 917-7152
E-Mail: [EMAIL PROTECTED]
Internet: http://www.siegenia-aubi.com
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]