At this time alpha 5.2.3 is available on download link wget http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-oss-5.2.3.tar.gz/from/http://ftp.astral.ro/mirrors/mysql.com/
tar -zxvf mysql-workbench-oss-5.2.3.tar.gz
cd mysql-workbench-oss-5.2.3
sudo apt-get install libzip-dev libsigc++-2.0-dev libglade2-dev libgtkmm-2.4-dev libgnome2-dev uuid-dev lua5.1 liblua5.1-0-dev libpcre3-dev libmysqld-dev libboost-dev python-paramiko
this time you need to install libsqlite doh !
sudo apt-get install libsqlite3-dev
./autogen.sh
make -j2
sudo make install
Wednesday, September 16, 2009
Subscribe to:
Post Comments (Atom)
5 comments:
configure: error: "BOOST library is missing"
sudo apt-get install libboost1.40-dev
please add the following to your dependency list
libmysqld-dev # 1.38 was by default and worked for me...
libboost-dev
python-paramiko
Thanks i have added :)
I had the same problem with ArchLinux, the solution was:
pacman -S boost
Post a Comment