You are not logged in.

#1 2005-07-30 18:32:50

dekernel
Member
From: Vassar, MI USA
Registered: 2004-03-22
Posts: 117

DBDesigner Errors

I seem to have an error starting up DBDesigner application that appears to be simple also escapes me.

When I go to start the application, I get the following error:

libborqt-6.9-qt2.3.so: cannot open shared object file: No such file or directory

Now in my /usr/local/lib directory, I have:

lrwxrwxrwx  1 root root       23 2005-07-30 13:09 libborqt-6.9-qt2.3.so -> libborqt-6.9.0-qt2.3.so
-rwxr-xr-x  1 root root  7526184 2005-07-30 13:08 libborqt-6.9.0-qt2.3.so

In addition, /usr/local/lib in in /etc/ld.so.conf so the file should be in the cache file. Any suggestions?

Tim

Offline

#2 2005-08-28 07:28:10

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: DBDesigner Errors

May sound dull but when you run the DBDesiger.sh script it makes symlinks, did you do this before or after you added the extra lib?

could try removing them and executing it may then search the ld path

Offline

#3 2007-03-04 20:21:56

Drakkon
Member
From: Rouen - Haute Normandie - Fr
Registered: 2007-03-04
Posts: 3
Website

Re: DBDesigner Errors

Hi !

I have the same problem but I have found the solution on the web ( http://wiki.splitbrain.org/dbdesigner ) .

DBDesigner needs libborqt-6.9-qt2.3.so, a shared library from Kylix to run properly. You need install this !

- Download the tar.gz of library from the website http://kylixlibs.sourceforge.net/down.html
- untar xvzf kylixlibs3-borqt-3.0-2.tar.gz

With root privileges :
- run install.sh
- move to /usr/lib
- make à symlink : ln -s kylix3/libborqt-6.9-qt2.3.so
- run ldconfig
- run /opt/DBDesigner/DBDesigner

It's running  !!!


BeeKeeping ! The first Bee managment OpenSource Sofware
Website : http://beekeeping.tuxfamily.org
Forum :  http://forum.beekeeping.tuxfamily.org

Offline

#4 2007-03-04 23:59:26

jotapesan
Member
From: chile
Registered: 2006-05-30
Posts: 27
Website

Re: DBDesigner Errors

thanks! you solved my problem big_smile

Offline

#5 2008-07-23 14:38:36

ReaphSharc
Member
From: the Netherlands
Registered: 2007-11-05
Posts: 138
Website

Re: DBDesigner Errors

I get the same error, but the library is on my system. It is in the subdir of DBDesigner, /opt/DBDesigner4/Linuxlib, but obviously DBDesigner isn't looking for it there.

Can be solved with (as root): ln -s /opt/DBDesigner4/Linuxlib/libborqt-6.9-qt2.3.so /lib/libborqt-6.9-qt2.3.so

Last edited by ReaphSharc (2008-07-23 15:05:53)


Do you want a Bubble Icon? Feel free to submit your requests or personal creations to be included in future releases.
I'm 100% Linux!

Offline

Board footer

Powered by FluxBB