HOWTO install DBDesigner4 on Ubuntu
Búsqueda personalizada
1. download from http://www.fabforce.net/
I get DBDesigner4-0.5.4-0.i586.rpm
2. apt-get install rpm alien
3. alien --to-deb DBDesigner4-0.5.4-0.i586.rpm
you must get a file: dbdesigner4_0.5.4-1_i386.deb
4. dpkg -i dbdesigner4_0.5.4-1_i386.deb
5. fix missing simlinks
ln -s /usr/lib/DBDesigner4/libsqlmy.so /usr/lib/
6. from http://cesar.plug.org.ve/?p=41 :
sudo dpkg -i xlibs_6.8.2-77_all.deb
wget http://heanet.dl.sourceforge.net/sourceforge/kylixlibs/kylixlibs3-borqt_...
sudo dpkg -i kylixlibs3-borqt_3.0-1_i386.deb
7. Enjoy it
Blessings!
Trackback URL for this post:
http://develcuy.com/en/trackback/8
Recent blog posts
- Seamonkey / IceApe and Session Manager
- Howto Install SK1 in Debian Sid
- On travel
- I'm moving out of MySQL
- Multiseat, Multiterminal, Green computer/computing
- Organic Groups Subscriptions v 1.1 (requeriments, configure, install and 5 tests)
- Agile Approach stuff
- HOWTO Screencasting from console with sox and ffmpeg
- EXA, XAA, Xorg and Firefox memory leak
- Screencast: Howto install Fivestar Multiaxis and Karma hand up&down






dead link
its a pity that link's dead. I don't get it working myself! ist there any way to get this dummy package or an explanation what it does?
greetings, heinz
Fixed!
Fixed!
Unable to load libmysqlclient.so
I've found a solution here:
http://forums.mysql.com/read.php?113,57867,176468#msg-176468
so you have to download a package from http://www.wesmo.com/rpm2html/contributed/RPMS/MySQL-shared-compat-4.1.9...
and change
VendorLibLinux=libmysqlclient.so to VendorLibLinux=libmysqlclient.so.10
at ~/DBDesigner4/DBConn.ini and ~/DBDesigner4/DBConn_DefaultSettings.ini
For installing MySQL-shared-compat-4.1.9-0.i386.rpm package in debian:
$ sudo alien --to-tgz MySQL-shared-compat-4.1.9-0.i386.rpm
$ sudo tar xzvfp MySQL-shared-compat-4.1.9.tgz -C /
Blessings!
HOWTO install DBDesigner 4 in Debian lenny
In order to install DBDesigner 4 in Debian lenny, follow the first 5 steps of the previous HOWTO, then:
6. Download libs required by DBDesigner4:
$ wget http://www.silcom.com.pe/soft/xlibs_6.8.2-77_all.deb
$ wget http://heanet.dl.sourceforge.net/sourceforge/kylixlibs/kylixlibs3-borqt_...
7. I've made a dummy and empty package to fix dependencies:
$ wget http://develcuy.com/files/debian/xkeyboard-config_0.1.0_all.deb
8. Final installation:
$ sudo dpkg -i xkeyboard-config.deb
$ sudo dpkg -i xlibs_6.8.2-77_all.deb kylixlibs3-borqt_3.0-1_i386.deb
That's all folks
Blessings!
Post new comment