You are not logged in.
Pages: 1
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
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
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
thanks! you solved my problem
Offline
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
Pages: 1