You are not logged in.

#1 2016-12-02 17:11:59

denlud
Banned
Registered: 2016-12-02
Posts: 15

[Solved]DB-Main doesn't start

Hey,

I need the Tool DB-Main (http://www.rever.eu/en/content/db-main-homepage) for my Study. I already downloaded the archiv from the website and "installed" it with the following self-written script (should work, because it worked under ubuntu):

#DB-Main installieren
dbmp=$(find ./ -name 'dbm-*.tar.gz')
sudo mkdir /opt/db-main
sudo tar -xf $dbmp -C /opt/db-main
sudo chmod a+x /opt/db-main/bin/db_main
echo '
# set the path to db-main
export DB_MAIN_BIN=/opt/db-main/bin
export PATH=$DB_MAIN_BIN:$PATH
export LD_LIBRARY_PATH=$DB_MAIN_BIN:$DB_MAIN_BIN/../java/jre/lib/amd64/server:$LD_LIBRARY_PATH' | sudo tee -a /etc/bash.bashrc

How to set up DB-Main is described here: http://intranet.rever.eu/DISTRIBUTION/D … linuxsetup
My Problem is if I want to start DB-Main now, it comes back the following error:

$ /opt/db-main/bin/db_main
/opt/db-main/bin/db_main: error while loading shared libraries: libwx_gtk2u-3.0.so.0: cannot open shared object file: No such file or directory

It would be nice, if somebody knows a simple way how to solve the Problem smile

Greets

Last edited by denlud (2016-12-10 17:31:48)

Offline

#2 2016-12-02 18:15:56

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,768

Re: [Solved]DB-Main doesn't start

Hello, and Welcome to Arch Linux

IS there a reason you are not installing from the AUR?

ewaller@turing ~ 1004 %pacaur -Ss dbmain     
aur/dbmain 9.2.0-3 <!> (1, 0.00)
    A free data-modeling and data-architecture tool
ewaller@turing ~ 1005 %

Doing so will probably resolve any dependency problems.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2016-12-03 12:56:53

denlud
Banned
Registered: 2016-12-02
Posts: 15

Re: [Solved]DB-Main doesn't start

Wow! I still can't believe how big the Software collection is and how great pacman can handle the installations.
I didn't found it before, because I always searched for "db_main" or "db-main". Thank you, it is working now.

Offline

#4 2016-12-03 15:29:39

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,768

Re: [Solved]DB-Main doesn't start

Excellent smile  Be sure to edit your first post and change the title by prepending [SOLVED]
Thanks.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2016-12-10 15:27:37

denlud
Banned
Registered: 2016-12-02
Posts: 15

Re: [Solved]DB-Main doesn't start

Unfortunately I can't work with this Version. I can't open the graphs from my prof. He is propably using the newest DB-Main version 9.3.0. And the Script from the AUR installed me version 9.2.0. Everytime i want to open his graphs the following Error appears: This file was saved in a more recent LUN format (DB-MAIN version 9)!

So bad this version works really good, It didn't crashed that often like on ubuntu with version 9.3.0.
Is there maybe a script for version 9.3.0, too?

If I replace the /opt/dbmain with the 9.3.0 directory, I get the same Error as in post 1. Looks like it needs other dependencies.

Offline

#6 2016-12-10 16:44:08

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,836
Website

Re: [Solved]DB-Main doesn't start

I updated the PKGBUILD for 9.3.0. I am not eligible for a free licence however, so I can't test it works beyond making sure it launches. Please give it a try.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#7 2016-12-10 17:31:21

denlud
Banned
Registered: 2016-12-02
Posts: 15

Re: [Solved]DB-Main doesn't start

It is working perfectly!! Thank you very much for your efforts. I appreciate that.

Offline

Board footer

Powered by FluxBB