Installing MySQL Workbench from Source on Fedora 12
Here is a quick tutorial on how to install MySQL Workbench on Fedora 12, as there are some unique things you need before it will install correctly.
First, download the source code tar ball from dev.mysql.com here: http://dev.mysql.com/downloads/workbench
Next, unpack the tarball into a directory of your choice, open a terminal, and cd into that directory where you unpacked the source.
You will need root priviliges for the install so you can do so by running either su or sudo -s.
You will need to run the following command to install the librarys required by MySQL Workbench.
yum install libtool
libzip libzip-devel glib2 glib-devel2 libxml2 libxml2-devel libsigc++20 libsigc++20-devel libglade2 libglade2-devel gtkmm24 gtkmm24-devel libgnome libgnome-devel boost boost-devel libuuid libuuid-devel lua lua-devel pcre pcre-devel mysql mysql-devel
Next run sh autogen.sh
Then make
And then finally make install
If the whole process succeeded, the MySQL Workbench binary should be /usr/local/bin/mysql-workbench
How to install Adobe Flash 10 on Slackware 13 for Firefox
The installation of adobe flash on Slackware is quite a simple process actually. It requires 4 steps.
First, open a terminal then type su to get a root shell.
Next run the following command to get the latest version of adobe flash 10 from adobe.
root@paulhenry-laptop:~# wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
Next uncompress the file you just downloaded.
root@paulhenry-laptop:~# tar -zxvf install_flash_player_10_linux.tar.gz
Then simply copy the uncompressed library file to the /plugins directory of firefox.
root@paulhenry-laptop:~# cp libflashplayer.so /usr/lib/firefox/plugins/
Restart (or start) firefox and look in Tools->Addons->Plugins and Shockwave flash should be installed!
Feel free to email me at paulhenry@mphwebsystems.com if you have any problems.
