|
|||||||||||
|
runtime error while trying to set the database online
From: Alejandro Barrera <ergomus(at)gmail.com>
Date: Tue Aug 07 2007 - 08:39:23 EDT
As I've seen this problem seems quite usual for maxdb under Linux due to the thread handling.
It trigger when you issue something like: dbmcli -u dbm,dbm -d DEMODB db_online
ERR
I suppose it fails when trying to get into to ADMIN state. First of all I'm using debian unstable with the following: braniac:~# dpkg -l | grep max ii maxdb-dbmcli 7.5.00.34-7 The MaxDB database manager command line interface ii maxdb-server 7.5.00.34-7 Communication server for the MaxDB database system ii maxdb-server-7.5.00 7.5.00.34-7 A transactional, industrial-strength SQL database syst ii maxdb-sqlcli 7.5.00.34-7 A command line query interface to MaxDB databases ii python-maxdb 7.5.00.34-7 Python bindings for MaxDB (default version) ii python-maxdb-loader 7.5.00.34-7Python bindings for MaxDB loader server (default versi
uname -a:
I looked for the knldiag log but it doesn't seems to exist anywhere in my system. Shifting through this list's emails I tried setting the LD_ASSUME_KERNEL env var to 2.2.4: braniac:~# export LD_ASSUME_KERNEL=2.2.4 braniac:~# dbmcli -u dbm,dbm -d DEMODB db_online dbmcli: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory So ok, next phase, I looked for libdl.so.2 to see if I have the library: braniac:~# dpkg -l | grep libc6 ii libc6 2.6-5 GNU C Library: Shared libraries ii libc6-dev 2.6-5GNU C Library: Development Libraries and Header Files
braniac:~# ls -la /lib/libdl*
braniac:~# cat /etc/ld.so.conf
braniac:~# cat /etc/ld.so.conf.d/libc.conf
# libc default configuration
Now, I don't have a clue why it isn't finding the library. Anyone knows how to fix it? Help will be deeply appreciated!
Thanks in advance!
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/maxdb?unsub=lists@pantek.comReceived on Tue Aug 7 08:39:35 2007 This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 19:30:29 EDT |
||||||||||
|
|||||||||||