DBDesigner is a nice database design tool. In ubuntu I installed DBDesigner in this way.
1. First of all you need to download the DBDesigner package. There is no debian package. So download the .rpm package.http://fabforce.net/downloads.php
2. After downloading this file you will need alien to convert it to .deb, so just type in your terminal
sudo apt-get install alien
3. Now, go to the location of your hard drive where you downloaded the rpm package and install it using:
sudo alien -i DBDesigner4-0.5.4-0.i586.rpm
4. Now install the shared library libborqt-6.9-qt2.3.so,
First Download the library package and extract it using:
tar xzvf kylixlibs3-borqt-3.0-2.tar.gz
5. After extracting it do the following:
sudo cp kylixlibs3-borqt/libborqt-6.9.0-qt2.3.so
/lib/libborqt-6.9-qt2.3.so
finally the executable DBDesigner4 can be found at /opt/DBDesigner
Cheers







nice idea.. gotta give a try..
thanks.. jazzakallah
i am also using this tool…. but on window…
Its really good for DBA and programmers who design databases….
there is one issue when intalling kylixlibs3-borqt-3.0-2.
When I did step 5, i got this message.
cp: missing destination file operand after `kylixlibs3-borqt/libborqt-6.9.0-qt2.3.so’
I am using ubuntu 8.04. Any suggestion, please ?
Try `cp –help’ for more information.
Yes, I also faced the same problem. kylixlibs3-borqt/libborqt-6.9.0-qt2.3.so. The solution seems to me that, I most probably search this file in Synaptic manager and installed the library file.
Thanks for your HowTo. It works fine.
Greetings from Switzerland
anyone got it running on ubuntu 8.04 ?
Thank very much for manual,
but i have some problem after install and run command
root@jcat-laptop:/opt/DBDesigner4# ./DBDesigner4
libborqt-6.9-qt2.3.so: cannot open shared object file: No such file or directory
Thak you again for help