cancel
Showing results for 
Search instead for 
Did you mean: 

Problem during install DB Studio on Linux

Former Member
0 Kudos

Dear community,

i need to install the Database Studio on the same server our MaxDB is runnig, its a Linux SUSE Enterprise 11 (64-Bit).

I downloaded the DB Stuio, extracted it on my server, after that I tried to install it with ./SDBSETUP

then the following error occurs:

"cannot load wxWidgets properly: Can't load './Wx.so' for module Wx: libpng.so.3: cannot open shared object file: no such file or directory at DynaLoader.pm line 230.

at SDB::Common::Require line 61"

I've searched the version of libpng I have, it's the libpng12, so i tried to install libpng3 but this doesn't work beacause libpng12 is allready installed, but i can't unistall it because it's needed for some application.

Can somebody please help me? This freaks me out I don't know what to do

greetings

Christina

Accepted Solutions (1)

Accepted Solutions (1)

thomasschulz2
Participant
0 Kudos

Hello Christina,

using ./SDBSETUP I get the same error message on openSuse 11.4 (64bit). But using ./SDBINST (no GUI) instead ist working fine, also for updates!

DB Studio Version: 7.9.08.01 / 7.9.08.05

Regards,

Thomas

Former Member
0 Kudos

Hi Thomas,

it looks pretty good, at the momant, a backup is runnig, so i'm gonna try it when the backup is done.

But I counldn't resist to use ./SDBINST and it shows a install menu

Thanks a lot

Kind regards

Christina

Former Member
0 Kudos

Great!!!

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Christina,

please post the output of the command

ldd ./Wx.so

Best Regards,

Burkhard

Former Member
0 Kudos

Hi Burkhard

the output is "No such file or directory"

Regards

Christina

Former Member
0 Kudos

Hello Christians,

you must first change to the folder to wher you have dowloaded the installtion package.

The ldd command shows you then the linked and used system libraries and possible a

inconsitency

>ldd ./Wx.so

        linux-vdso.so.1 =>  (0x00007fff05252000)

        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f0c298d7000)

        libwx_gtk2-2.6.so.0 => not found

        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f0c295cb000)

        libm.so.6 => /lib64/libm.so.6 (0x00007f0c29375000)

        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f0c2915d000)

        libc.so.6 => /lib64/libc.so.6 (0x00007f0c28dff000)

        /lib64/ld-linux-x86-64.so.2 (0x00007f0c29e72000)

Kind regards,

Burkhard

former_member188883
Active Contributor
0 Kudos

Hi Christina,

Please refer following SAP notes

1386284 (MaxDB or Database Studio installation fails)

Note 1464618 - FAQ: SAP MaxDB Database Studio -> To check whether Database studio version which you plan to install is supported on the platform you have

Hope SAP note 1386284 helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

i read the notes, note 1386284 is for Windows, but I need to install it on Linux SUSE 11 64-Bit.

Regards

Christina