Installer DBDesigner4 sur Ubuntu

$ wget -c http://213.115.162.124/external/DBDesigner4/DBDesigner4-0.5.4-0.i586.rpm
$ wget -c http://prdownloads.sourceforge.net/skychart/libborqt-6.9.0-2.i386.rpm?use_mirror=switch
$ sudo alien DBDesigner4-0.5.4-0.i586.rpm
$ sudo alien libborqt-6.9.0-2.i386.rpm
$ sudo dpkg -i dbdesigner4_0.5.4-1_i386.deb
$ sudo dpkg -i libborqt_6.9.0-3_i386.deb
$ sudo ln -sf /usr/lib/DBDesigner4/*.so /usr/lib

Une dernière chose :

http://forums.mysql.com/read.php?113,59885,59926#msg-59926

by Nicolas Perriault on 2006-12-04, tagged linux  mysql  softs  ubuntu 

Comments on this snippet

gravatar icon
#1 Nicolas Steinmetz on 2007-01-24 at 12:15

Marche plus...

J'ai du rajouter :

sudo ln -s libXft.so.2 libXft.so.1
sudo apt-get install libstdc++2.10-glibc2.2

et j'ai ensuite l'erreur mentionné là :

http://www.ubuntuforums.org/showthread.php?t=125911

à voir aussi :

http://wiki.splitbrain.org/dbdesigner

Suite demain peut être... :-)

gravatar icon
#2 Nicolas Steinmetz on 2007-01-24 at 12:21

Y a toujours ça sinon :

http://21croissants.blogspot.com/2006/12/dbdesigner-4-on-ubuntu-dbdesigner-4-on.html

:-P

You need to create an account or log in to post a comment or rate this snippet.