Running fabForce DBDesigner4 in Linux Fedora 8

I’m posting this hoping that is will save somebody several wasted hours of effort.

Do not use the original DBDesigner4 download available on the fabForce.net website. Instead download the dbdesigner-fork package from here:

http://sourceforge.net/projects/dbdesigner-fork/

Once you have unpacked it. Edit the bin/startdbd_using_kernel2.6 script and remove the assume kernel 2.4.1 text:

Original file contents: LD_ASSUME_KERNEL=2.4.1 LANG=en_US.ISO8859-1 LD_LIBRARY_PATH=./Linuxlib/ ./DBDesignerFork

Edited contents: LANG=en_US.ISO8859-1 LD_LIBRARY_PATH=./Linuxlib/ ./DBDesignerFork

Save it and run it. It should all work as expected on Linux Fedora 8 or indeed any other modern distribution like Ubuntu, etc.

8 Responses to “Running fabForce DBDesigner4 in Linux Fedora 8”

  1. Erich Says:

    Yup, you saved me hours of work. Thanks.

  2. Ben Haines Says:

    Hi Erich,

    Glad to hear it worked for you too. Sadly I believe the mysql driver needs replacing as it wouldn’t connect to the db once I’d started it up.

  3. Erich Says:

    I’m seeing that, too. Back in FC5 there was a mysql-compat package that would provide a working libmysqlclient.so.10.0.0, but that does not seem to exist.

    Mysql AB has something called Mysql Workbench (formerly DBDesigner) but they only released it in alpha for windows.

  4. Erich Says:

    http://ubuntuforums.org/showthread.php?t=125911&page=2

    has some information on getting DBdesigner to work on Ubuntu, which consists of getting some rpms, using alien to move those into deb format, and then installing and editing config files.

  5. Winskie Says:

    You just saved my day! Thanks a lot for tip.

  6. neal Says:

    fantastic. as a newbie to linux i’d never have found out how to get it going. cheers :)

  7. Vivek Says:

    Hey, thanks a lot.. I was just wondering how to get it started.
    Whenever I find a problem with linux a single google search usually gives me the answer.. :-)

  8. Carlo Vaccari Says:

    Great!
    Thanks a lot! :-)
    I was loosing myself in dependencies and old sources …
    But why MySQL Workbench is available only for Windows?

Leave a Reply