<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Workbench - Source, Builds, Binaries</title>
        <description>Forum for building directly from source code.</description>
        <link>http://forums.mysql.com/list.php?154</link>
        <lastBuildDate>Wed, 19 Jun 2013 22:32:31 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?154,588450,588450#msg-588450</guid>
            <title>MySQL Workbench for SLED 11 SP2 (no replies)</title>
            <link>http://forums.mysql.com/read.php?154,588450,588450#msg-588450</link>
            <description><![CDATA[ Hi,<br />
Is there an official version of MySQL Workbench for Suse, in particular for Suse Linux Enterprise Desktop 11 SP2? I could find some builds for OpenSuse but they don't work on SLED. And building from source fails because of lots of missing dependencies.<br />
Thanks!]]></description>
            <dc:creator>jb b</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Wed, 12 Jun 2013 07:41:41 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,583100,583100#msg-583100</guid>
            <title>link file soure from filesystem to databse (no replies)</title>
            <link>http://forums.mysql.com/read.php?154,583100,583100#msg-583100</link>
            <description><![CDATA[ Hello<br />
<br />
I have table which contain different columns, two of this column store binary file information but i want to this binary file on separate disk and create a link to it from my database. How do I go about it?]]></description>
            <dc:creator>Tunde kassim</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Thu, 04 Apr 2013 12:09:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,580779,580779#msg-580779</guid>
            <title>MySQL Workbench fails during build on NetBSD 6.0.1/amd64 with pkgsrc-2012Q1 (2 replies)</title>
            <link>http://forums.mysql.com/read.php?154,580779,580779#msg-580779</link>
            <description><![CDATA[ The header said 'er. Here's the full output of the configure and build (and other stages too):<br />
<br />
<a href="http://filebin.ca/ZRRKjpSRGQR/b.zip"  rel="nofollow">http://filebin.ca/ZRRKjpSRGQR/b.zip</a><br />
<br />
File is a zipped, 1.2M text file, compressed down to 36K. I would like to update MySQL Workbench in pkgsrc, because it hasn't been updated since it was imported.]]></description>
            <dc:creator>lol dongs</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Tue, 12 Mar 2013 07:56:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,576057,576057#msg-576057</guid>
            <title>Installing older verison of MySQL workbench on CentOS 5 (no replies)</title>
            <link>http://forums.mysql.com/read.php?154,576057,576057#msg-576057</link>
            <description><![CDATA[ Hello, <br />
<br />
I'm having a lot of trouble at work with this issue - could really use some help!<br />
<br />
We have a Linux box running CentOS 5.6 with MySQL running on it. We use a custom built tool to populate the MySQL database with information that comes in. I need to be able to install MySQL workbench to easily view/query this data. But I'm having trouble finding a version of MySQL workbench that will install cleanly on my system. The newest version seems to be built for CentOS 6 and is not backward compatible with the version of CentOS that we are running at work. <br />
<br />
I'm using the archives here <a href="http://downloads.mysql.com/archives.php"  rel="nofollow">http://downloads.mysql.com/archives.php</a> and I've tried a half dozen different versions, but each time I attempt to install, I get a bunch of dependency errors, and I'm just not familiar enough with Linux to figure out the best way to move forward. Is there a version that should work cleanly? Or do I need to track down each dependency? I read the 'before you post guide' and maybe I'm just not getting the correct version for my distro? I'm just not sure. <br />
<br />
A couple notes on our setup, the network is isolated from any outside connectivity - so the Linux box can't access the internet. Also, we are unable to upgrade to a newer version of CentOS because we are limited to an approved software list which at this time hasn't approved anything above CentOS 5.x<br />
<br />
Thanks as always for helping a struggling guy out!<br />
<br />
Ryan]]></description>
            <dc:creator>Ryan Harings</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Thu, 13 Dec 2012 17:31:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,575020,575020#msg-575020</guid>
            <title>can not install MySQL Workbench on Ubuntu 10.10 X64 through source build (no replies)</title>
            <link>http://forums.mysql.com/read.php?154,575020,575020#msg-575020</link>
            <description><![CDATA[ Hi All<br />
<br />
When I install MySQL Workbench on Ubuntu 10.10 X64 through source build, can not perform 'sudo make install' successfully(configure &amp; make is okay).<br />
<br />
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libantlr3c_wb.la '/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench'<br />
./libtool: line 866: X--mode=install: command not found<br />
./libtool: line 1033: *** Warning: inferring the mode of operation is deprecated.: command not found<br />
./libtool: line 1034: *** Future versions of Libtool will require --mode=MODE be specified.: command not found<br />
./libtool: line 6250: X/usr/bin/install: No such file or directory<br />
./libtool: line 6268: X/usr/bin/install: No such file or directory<br />
./libtool: line 6319: X-c: command not found<br />
./libtool: line 6351: X/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench: No such file or directory<br />
<br />
any help or clue will be appreciated, thanks in advance.<br />
<br />
full log as follows:<br />
guohai@KNIGHT:~/dev/a/mysql/mysql-workbench-gpl-5.2.44-src$ sudo make install<br />
Making install in ext<br />
make[1]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext'<br />
Making install in scintilla/gtk<br />
make[2]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/scintilla/gtk'<br />
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/scintilla/gtk'<br />
test -z &quot;/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench&quot; || /bin/mkdir -p &quot;/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench&quot;<br />
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c  'libwbscintilla.la' '/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libwbscintilla.la'<br />
/usr/bin/install -c .libs/libwbscintilla.so.0.0.0 /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libwbscintilla.so.0.0.0<br />
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench &amp;&amp; { ln -s -f libwbscintilla.so.0.0.0 libwbscintilla.so.0 || { rm -f libwbscintilla.so.0 &amp;&amp; ln -s libwbscintilla.so.0.0.0 libwbscintilla.so.0; }; })<br />
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench &amp;&amp; { ln -s -f libwbscintilla.so.0.0.0 libwbscintilla.so || { rm -f libwbscintilla.so &amp;&amp; ln -s libwbscintilla.so.0.0.0 libwbscintilla.so; }; })<br />
/usr/bin/install -c .libs/libwbscintilla.lai /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libwbscintilla.la<br />
PATH=&quot;$PATH:/sbin&quot; ldconfig -n /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench<br />
----------------------------------------------------------------------<br />
Libraries have been installed in:<br />
   /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench<br />
<br />
If you ever happen to want to link against installed libraries<br />
in a given directory, LIBDIR, you must either use libtool, and<br />
specify the full pathname of the library, or use the `-LLIBDIR'<br />
flag during linking and do at least one of the following:<br />
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable<br />
     during execution<br />
   - add LIBDIR to the `LD_RUN_PATH' environment variable<br />
     during linking<br />
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br />
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'<br />
<br />
See any operating system documentation about shared libraries for<br />
more information, such as the ld(1) and ld.so(8) manual pages.<br />
----------------------------------------------------------------------<br />
make[3]: Nothing to be done for `install-data-am'.<br />
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/scintilla/gtk'<br />
make[2]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/scintilla/gtk'<br />
Making install in cppconn<br />
make[2]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'<br />
Making install in driver<br />
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn/driver'<br />
make[4]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn/driver'<br />
test -z &quot;/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench&quot; || /bin/mkdir -p &quot;/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench&quot;<br />
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c  'mysqlcppconn.la' '/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/mysqlcppconn.la'<br />
/usr/bin/install -c .libs/mysqlcppconn.so.0.0.0 /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/mysqlcppconn.so.0.0.0<br />
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench &amp;&amp; { ln -s -f mysqlcppconn.so.0.0.0 mysqlcppconn.so.0 || { rm -f mysqlcppconn.so.0 &amp;&amp; ln -s mysqlcppconn.so.0.0.0 mysqlcppconn.so.0; }; })<br />
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench &amp;&amp; { ln -s -f mysqlcppconn.so.0.0.0 mysqlcppconn.so || { rm -f mysqlcppconn.so &amp;&amp; ln -s mysqlcppconn.so.0.0.0 mysqlcppconn.so; }; })<br />
/usr/bin/install -c .libs/mysqlcppconn.lai /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/mysqlcppconn.la<br />
PATH=&quot;$PATH:/sbin&quot; ldconfig -n /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench<br />
----------------------------------------------------------------------<br />
Libraries have been installed in:<br />
   /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench<br />
<br />
If you ever happen to want to link against installed libraries<br />
in a given directory, LIBDIR, you must either use libtool, and<br />
specify the full pathname of the library, or use the `-LLIBDIR'<br />
flag during linking and do at least one of the following:<br />
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable<br />
     during execution<br />
   - add LIBDIR to the `LD_RUN_PATH' environment variable<br />
     during linking<br />
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br />
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'<br />
<br />
See any operating system documentation about shared libraries for<br />
more information, such as the ld(1) and ld.so(8) manual pages.<br />
----------------------------------------------------------------------<br />
make[4]: Nothing to be done for `install-data-am'.<br />
make[4]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn/driver'<br />
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn/driver'<br />
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'<br />
make[4]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'<br />
make[4]: Nothing to be done for `install-exec-am'.<br />
make[4]: Nothing to be done for `install-data-am'.<br />
make[4]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'<br />
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'<br />
make[2]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'<br />
Making install in vsqlite++<br />
make[2]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'<br />
Making install in src/sqlite<br />
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++/src/sqlite'<br />
make[4]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++/src/sqlite'<br />
test -z &quot;/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench&quot; || /bin/mkdir -p &quot;/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench&quot;<br />
 /bin/bash ../../../../libtool   --mode=install /usr/bin/install -c  'libvsqlitepp.la' '/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libvsqlitepp.la'<br />
/usr/bin/install -c .libs/libvsqlitepp.so.0.0.0 /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libvsqlitepp.so.0.0.0<br />
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench &amp;&amp; { ln -s -f libvsqlitepp.so.0.0.0 libvsqlitepp.so.0 || { rm -f libvsqlitepp.so.0 &amp;&amp; ln -s libvsqlitepp.so.0.0.0 libvsqlitepp.so.0; }; })<br />
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench &amp;&amp; { ln -s -f libvsqlitepp.so.0.0.0 libvsqlitepp.so || { rm -f libvsqlitepp.so &amp;&amp; ln -s libvsqlitepp.so.0.0.0 libvsqlitepp.so; }; })<br />
/usr/bin/install -c .libs/libvsqlitepp.lai /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libvsqlitepp.la<br />
PATH=&quot;$PATH:/sbin&quot; ldconfig -n /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench<br />
----------------------------------------------------------------------<br />
Libraries have been installed in:<br />
   /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench<br />
<br />
If you ever happen to want to link against installed libraries<br />
in a given directory, LIBDIR, you must either use libtool, and<br />
specify the full pathname of the library, or use the `-LLIBDIR'<br />
flag during linking and do at least one of the following:<br />
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable<br />
     during execution<br />
   - add LIBDIR to the `LD_RUN_PATH' environment variable<br />
     during linking<br />
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br />
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'<br />
<br />
See any operating system documentation about shared libraries for<br />
more information, such as the ld(1) and ld.so(8) manual pages.<br />
----------------------------------------------------------------------<br />
make[4]: Nothing to be done for `install-data-am'.<br />
make[4]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++/src/sqlite'<br />
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++/src/sqlite'<br />
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'<br />
make[4]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'<br />
make[4]: Nothing to be done for `install-exec-am'.<br />
make[4]: Nothing to be done for `install-data-am'.<br />
make[4]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'<br />
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'<br />
make[2]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'<br />
Making install in antlr-runtime<br />
make[2]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/antlr-runtime'<br />
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/antlr-runtime'<br />
test -z &quot;/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench&quot; || /bin/mkdir -p &quot;/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench&quot;<br />
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libantlr3c_wb.la '/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench'<br />
./libtool: line 866: X--mode=install: command not found<br />
./libtool: line 1033: *** Warning: inferring the mode of operation is deprecated.: command not found<br />
./libtool: line 1034: *** Future versions of Libtool will require --mode=MODE be specified.: command not found<br />
./libtool: line 6250: X/usr/bin/install: No such file or directory<br />
./libtool: line 6268: X/usr/bin/install: No such file or directory<br />
./libtool: line 6319: X-c: command not found<br />
./libtool: line 6351: X/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench: No such file or directory<br />
<br />
Fatal server error:<br />
Server is already active for display 0<br />
	If this server is no longer running, remove /tmp/.X0-lock<br />
	and start again.<br />
<br />
<br />
Please consult the The X.Org Foundation support <br />
	 at <a href="http://wiki.x.org"  rel="nofollow">http://wiki.x.org</a><br />
 for help. <br />
<br />
 ddxSigGiveUp: Closing log<br />
<br />
Fatal server error:<br />
Server is already active for display 0<br />
	If this server is no longer running, remove /tmp/.X0-lock<br />
	and start again.<br />
<br />
<br />
Please consult the The X.Org Foundation support <br />
	 at <a href="http://wiki.x.org"  rel="nofollow">http://wiki.x.org</a><br />
 for help. <br />
<br />
 ddxSigGiveUp: Closing log<br />
./libtool: line 6378: libtool: install: `.' must be an absolute directory name: command not found<br />
./libtool: line 6379: Try `libtool --help --mode=install' for more information.: command not found<br />
make[3]: *** [install-libLTLIBRARIES] Error 1<br />
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/antlr-runtime'<br />
make[2]: *** [install-am] Error 2<br />
make[2]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/antlr-runtime'<br />
make[1]: *** [install-recursive] Error 1<br />
make[1]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext'<br />
make: *** [install-recursive] Error 1]]></description>
            <dc:creator>Guo Hai</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Sat, 01 Dec 2012 13:21:23 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,574385,574385#msg-574385</guid>
            <title>re.: help neede with slackware installation of any workbench (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,574385,574385#msg-574385</link>
            <description><![CDATA[ hello All,<br />
<br />
first post in this forum. <br />
<br />
I have been using MySQL-Workbench 5.2.38 on slackware 13.37 for more than a year, in both my laptop and netbook. After downloading and adding all the required packages, I remember, the first installation went so smooth I couldn't believe. <br />
<br />
I recently have upgraded my laptop to slackware 14 and was trying to reinstall workbench so that I can back up my work from the netbook and then also upgrade my little work netbook; of course no matter what I do now, it just won't start.<br />
<br />
This is what I have done so far:<br />
1) tried to install all the required packages for workbench 5.2.38, as listed in <a href="http://pkgs.org/"  rel="nofollow">http://pkgs.org/</a>, and when I run mysql-workbench from the konsole i get this error msg:<br />
   '/usr/bin/mysql-workbench-bin: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory'<br />
<br />
2) browsing around some forums suggested to look up new packages for slackware 14 instead, as the one mentioned above were for slackware 13.37; and so I did. I loked at new packages needed and found them at <a href="http://slackblogs.blogspot.com/2012/05/new-package-on-slackhacks-mysql.html"  rel="nofollow">http://slackblogs.blogspot.com/2012/05/new-package-on-slackhacks-mysql.html</a>. However, same error output as previously.<br />
<br />
3) I then decided to upgrade to MySQL-Workbench 5.2.44 and tried again to run it; the output was: <br />
/usr/bin/mysql-workbench-bin: error while loading shared libraries: libffi.so.4: cannot open shared object file: No such file or directory.<br />
<br />
4) I tried to look up those two library packages and it doesn't seem to be available anywhere.<br />
<br />
As also suggested by some in this forum, it's a fresh/clean install of workbench on new slackware14; the only package that I isntalled before workbench was skype.<br />
<br />
I really need workbench to get my database server going again and I dont want to go back to slackware 13. I would happily install an older version of workbench if it worked but I even tried MySQL-Workbench 5.2.37 on the same machine and i get a similar library error.<br />
<br />
Could anyone kindly help me with this, pretty please?<br />
<br />
Thanks in advance.<br />
<br />
Regards,]]></description>
            <dc:creator>prof essor</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Tue, 27 Nov 2012 09:37:47 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,529490,529490#msg-529490</guid>
            <title>Workbench for Ubuntu 12.04 (8 replies)</title>
            <link>http://forums.mysql.com/read.php?154,529490,529490#msg-529490</link>
            <description><![CDATA[ Hey,<br />
will we get an official Workbench download for Ubuntu 12.04 anytime soon? As suggested in other topics, a repository would be even better, but at this point anything will do.<br />
<br />
I'm aware that there's a way to install the 11.04 version, but it would be better to have a version that just works™ without any workarounds.]]></description>
            <dc:creator>dozen matta</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Tue, 17 Jul 2012 21:31:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,519969,519969#msg-519969</guid>
            <title>libxml2.dll vulnerabilities (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,519969,519969#msg-519969</link>
            <description><![CDATA[ There have been vulnerabilities found in libxml2 files used by other software:<br />
<br />
<a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-2414"  rel="nofollow">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-2414</a><br />
<a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-2416"  rel="nofollow">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-2416</a><br />
<br />
The deployed libxml2.dll in the workbench does not present a version number so its not apparent whether the vulnerabilities apply.<br />
<br />
Can anyone confirm whether or not such vulnerabilities affect the latest workbench software which does use a libxml2.dll  (Is there a version number on the base file on which the workbench derives from?).  If it does affect the workbench,is there a fix for this issue]]></description>
            <dc:creator>Jon Hironaga</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Wed, 14 Mar 2012 08:28:59 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,511998,511998#msg-511998</guid>
            <title>mysql-workbench-gpl-5.2.37 build fails on RH5 for undefined reference to `uuid_unparse' (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,511998,511998#msg-511998</link>
            <description><![CDATA[ So I am trying to build from scratch on RH5 and I have resolved all the dependencies and it compiles for like 15 minutes but then gets to this point and croaks<br />
<br />
Making all in tools/genobj<br />
make[2]: Entering directory `/tmp/mysql-workbench-gpl-5.2.37-src/tools/genobj'<br />
/bin/sh ../../libtool --tag=CXX   --mode=link g++  -Wextra -Wall -Wno-unused -Wno-deprecated    -DTIXML_USE_STL=1 ../../library/grt/src/libgrt.la ../../library/base/libwbbase.la -pthread -Wl,--export-dynamic -L/usr/local/lib -lgthread-2.0 -lgmodule-2.0 -lrt -ldl -lglib-2.0 -lxml2 -liconv -lm -L/usr/local/lib -lpcre -L/usr/local/lib -lsigc-2.0 -L/usr/local/lib -llua -lm   -luuid -L/usr/lib64 -lpython2.4  -o genobj genobj.o  <br />
g++ -Wextra -Wall -Wno-unused -Wno-deprecated -DTIXML_USE_STL=1 -pthread -Wl,--export-dynamic -o .libs/genobj genobj.o  ../../library/grt/src/.libs/libgrt.so ../../library/base/.libs/libwbbase.so -L/usr/local/lib /usr/local/lib/libgthread-2.0.so /usr/local/lib/libgmodule-2.0.so -lrt -ldl /usr/local/lib/libglib-2.0.so /usr/local/lib/libxml2.so /usr/local/lib/libiconv.so /usr/local/lib/libpcre.so /usr/local/lib/libsigc-2.0.so -llua -lm /usr/local/lib/libuuid.so -L/usr/lib64 -lpython2.4  -Wl,--rpath -Wl,/usr/local/lib/mysql-workbench -Wl,--rpath -Wl,/usr/local/lib<br />
../../library/grt/src/.libs/libgrt.so: undefined reference to `uuid_unparse'<br />
../../library/grt/src/.libs/libgrt.so: undefined reference to `uuid_generate_time'<br />
collect2: ld returned 1 exit status<br />
make[2]: *** [genobj] Error 1<br />
make[2]: Leaving directory `/tmp/mysql-workbench-gpl-5.2.37-src/tools/genobj'<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory `/tmp/mysql-workbench-gpl-5.2.37-src'<br />
make: *** [all] Error 2<br />
<br />
Has anybody seen this before ? Do I need to add some more LDPATHS or ? I have all the uuid libs installed]]></description>
            <dc:creator>Mike Dunphy</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Mon, 26 Mar 2012 17:47:32 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,499578,499578#msg-499578</guid>
            <title>Compiling mysql-workbench on Linux, dependencies missed by configure script (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,499578,499578#msg-499578</link>
            <description><![CDATA[ Just wanted to note that on CentOS 6, the following dependencies exist but aren't checked by the configure script:<br />
<br />
python-devel (Needs Python.h)<br />
mysql-test (cppconn fails to build otherwise)<br />
python-paramiko (not needed for initial build but workbench doesn't work without it)<br />
pexpect (not needed for initial build but can't add a Server Instance without it)<br />
<br />
Additionally, these may be required:<br />
<br />
cmake (not positive about this but seems to be required by cppconn)<br />
MySQL-python]]></description>
            <dc:creator>Justin Buser</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Fri, 25 Nov 2011 19:59:48 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,499569,499569#msg-499569</guid>
            <title>Python related error compiling workbench from source (no replies)</title>
            <link>http://forums.mysql.com/read.php?154,499569,499569#msg-499569</link>
            <description><![CDATA[ For anyone running into errors concerning Python.h similar to those at the end of this post try installing Mysql-python and python-devel.<br />
<br />
<br />
In file included from grtpp_module_python.h:23,<br />
                 from grtpp_util.cpp:23:<br />
python_context.h:28:21: error: Python.h: No such file or directory<br />
In file included from grtpp_module_python.h:23,<br />
                 from grtpp_util.cpp:23:<br />
python_context.h:49: error: ISO C++ forbids declaration of ‘PyObject’ with no type]]></description>
            <dc:creator>Justin Buser</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Fri, 18 Nov 2011 15:06:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,499564,499564#msg-499564</guid>
            <title>Compiling mysql-workbench on Linux, cppconn errors (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,499564,499564#msg-499564</link>
            <description><![CDATA[ I came across this post <a href="http://forums.mysql.com/read.php?154,229040,265943#msg-265943"  rel="nofollow">http://forums.mysql.com/read.php?154,229040,265943#msg-265943</a> asking about errors similar to the ones at the end of this post. Since it wasn't actually answered I just wanted to create a new topic to let anyone having the same problem know that I was able to get past this issue by installing cmake and the mysql-test package. I discovered this solution by going into the ext/cppconn and reading the README file and then trying to manually run cmake, which I realized I didn't have. After installing that and getting errors about a missing test directory upon running it I found the mysql-test package through yum and installed it, then went to the root of the workbench source tree, ran make clean, then ran ./configure again.<br />
<br />
<br />
In file included from mysql_util.h:15, <br />
from mysql_art_resultset.cpp:12: <br />
mysql_private_iface.h:47:20: error: errmsg.h: No such file or directory <br />
mysql_private_iface.h:48:19: error: mysql.h: No such file or directory <br />
In file included from mysql_art_resultset.cpp:12: <br />
mysql_util.h:56: error: variable or field ‘throwSQLException’ declared void <br />
mysql_util.h:56: error: ‘MYSQL’ was not declared in this scope <br />
mysql_util.h:56: error: expected primary-expression before ‘)’ token <br />
mysql_util.h:57: error: variable or field ‘throwSQLException’ declared void <br />
mysql_util.h:57: error: ‘MYSQL_STMT’ was not declared in this scope <br />
mysql_util.h:57: error: ‘stmt’ was not declared in this scope <br />
mysql_util.h:60: error: expected ‘,’ or ‘...’ before ‘*’ token <br />
mysql_util.h:60: error: ISO C++ forbids declaration of ‘MYSQL_FIELD’ with no type <br />
mysql_util.h:61: error: expected ‘,’ or ‘...’ before ‘*’ token <br />
mysql_util.h:61: error: ISO C++ forbids declaration of ‘MYSQL_FIELD’ with no type]]></description>
            <dc:creator>Justin Buser</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Fri, 25 Nov 2011 19:57:19 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,499559,499559#msg-499559</guid>
            <title>join #workbench on IRC is not an appropriate response (2 replies)</title>
            <link>http://forums.mysql.com/read.php?154,499559,499559#msg-499559</link>
            <description><![CDATA[ I've been struggling through trying to compile/install MySQL Workbench on CentOS 6, which you would think would be a reasonable straightforward endeavor. Unfortunately however it seems like I've been hitting one brick wall after another. I'm a seasoned Linux Systems Administrator with close to 2 decades of experience, so this isn't my first rodeo... Ergo I've been able to slowly work through each problem I've encountered thus far, the tally for which I'm sorry to say would be more indicative of an Alpha release than a 'stable' one. I know it's free software so that type of thing should be expected, but you won't hear me not complain :) <br />
<br />
Anyway, the point is that I've already come across at least half a dozen topics in this forum posted by people experiencing the exact same problems I am. As such, I'm fairly certain that the process would be taking significantly less time if every single one of the responses to said questions wasn't simply some variation of:<br />
 <br />
&quot;Hi, <br />
when you have time you can join us in the #workbench channel on Freenode and get instant help with your problems (provided our Linux gurus are online). That might also be more effective than exchanging long error lists here. &quot;<br />
<br />
What's the point of having a forum where people can ask questions/get help if you're simply going to send them off to the irc? To me this seems like a huge waste of time/resources. Having people sit in that channel and answer the same questions over and over would be unnecessary if they resolved each issue in the forums, on top of which said people could be using their time to actually fix the problems with the source code thereby providing a much more pleasant user experience from the get go.]]></description>
            <dc:creator>Justin Buser</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Wed, 07 Dec 2011 09:50:51 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,428604,428604#msg-428604</guid>
            <title>Andrei Frolov &quot;Abt mysql workbench external 2207 file &quot; (no replies)</title>
            <link>http://forums.mysql.com/read.php?154,428604,428604#msg-428604</link>
            <description><![CDATA[ Hey can you post the file mysql workbench external 2207 win32 file bcuz the link is broken or you can mail me at <a href="mailto:&#114;&#111;&#98;&#101;&#114;&#116;&#108;&#111;&#120;&#121;&#64;&#121;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;">&#114;&#111;&#98;&#101;&#114;&#116;&#108;&#111;&#120;&#121;&#64;&#121;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;</a>]]></description>
            <dc:creator>robert loxy</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Thu, 28 Jul 2011 18:37:32 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,428601,428601#msg-428601</guid>
            <title>Broken linkl of &quot;mysql- workbench-externals-2207-win32&quot; (no replies)</title>
            <link>http://forums.mysql.com/read.php?154,428601,428601#msg-428601</link>
            <description><![CDATA[ Can any one upload the file &quot;mysql-workbench-externals-2207-win32&quot; or mail me at <a href="mailto:&#114;&#111;&#98;&#101;&#114;&#116;&#108;&#111;&#120;&#121;&#64;&#121;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;">&#114;&#111;&#98;&#101;&#114;&#116;&#108;&#111;&#120;&#121;&#64;&#121;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;</a> that would be very helpful ... bcuz the official link is broken]]></description>
            <dc:creator>robert loxy</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Thu, 28 Jul 2011 18:32:04 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,423661,423661#msg-423661</guid>
            <title>Workbench Externals Download (no replies)</title>
            <link>http://forums.mysql.com/read.php?154,423661,423661#msg-423661</link>
            <description><![CDATA[ I've been trying to download the workbench externals (2207) package for windows, as indicated in the &quot;windows build instructions&quot;, but the address just not exist, at least with the dns I'm using the subdomain ftp.mysql.com does not exist.<br />
<br />
I've tried lo find a mirror with this package but seems that it's not available in neither of them. The last version in the mirrors is 2185, and is corrupted (0 Bytes) and the previous one is version 2182.<br />
<br />
Could anybody tell me where could I get this packege or tell me if I could compile with this version of the externals?<br />
<br />
I've tried to compile using version 2182, but I get a lot of errors like &quot;cannot open include file 'lua.h'. No such file or directory&quot; or &quot;cannot open file libcairo.lib&quot;<br />
<br />
I will appreciate any help that you could provide.<br />
<br />
Thank you in advance.]]></description>
            <dc:creator>David Muñoz Vicente</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Wed, 15 Jun 2011 19:43:47 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,421690,421690#msg-421690</guid>
            <title>wb on Ubuntu 11.04 doesn't have fwd engineer option (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,421690,421690#msg-421690</link>
            <description><![CDATA[ Hi. I have ubuntu linux 11.04 32 bit fully updated. I downloaded mysql-workbench-gpl-5.2.33b-1ubu1010-i386 and installed it without any problem. However, i can't seem to find the forward engineer function nor in the Database menu, neither in the File menu, which doesn't even have the Export option.]]></description>
            <dc:creator>Mario Ferreira</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Sun, 29 May 2011 02:40:49 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,421384,421384#msg-421384</guid>
            <title>Windows User Interface Toolkit? (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,421384,421384#msg-421384</link>
            <description><![CDATA[ What user interface toolkit (if any) is used for the &quot;tabs on top&quot; user interface in Workbench 5.2.34?<br />
<br />
Is the source code available for the Windows version of workbench?<br />
<br />
Thanks,<br />
...Matt]]></description>
            <dc:creator>Matt Houser</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Fri, 27 May 2011 02:27:34 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,417389,417389#msg-417389</guid>
            <title>Error compilin slackware 13 (no replies)</title>
            <link>http://forums.mysql.com/read.php?154,417389,417389#msg-417389</link>
            <description><![CDATA[ Hi.<br />
<br />
to want to compile in slackware mysqlworkbench gives me the following error.<br />
<br />
gtk/src/lf_code_editor.cpp: In constructor 'mforms::gtk::CodeEditorImpl::CodeEditorImpl(mforms::CodeEditor*)':                                 <br />
gtk/src/lf_code_editor.cpp:86: error: 'gtk_signal_connect' no se declaró en este ámbito                                                        <br />
make[4]: *** [lf_code_editor.lo] Error 1                                                                                                       <br />
make[4]: se sale del directorio `/home/dario/program/mysql/mysql-workbench-gpl-5.2.31-src/library/forms'                                       <br />
make[3]: *** [all-recursive] Error 1                                                                                                           <br />
make[3]: se sale del directorio `/home/dario/program/mysql/mysql-workbench-gpl-5.2.31-src/library/forms'                                       <br />
make[2]: *** [all-recursive] Error 1                                                                                                           <br />
make[2]: se sale del directorio `/home/dario/program/mysql/mysql-workbench-gpl-5.2.31-src/library'                                             <br />
make[1]: *** [all-recursive] Error 1                                                                                                           <br />
make[1]: se sale del directorio `/home/dario/program/mysql/mysql-workbench-gpl-5.2.31-src'                                                     <br />
make: *** [all] Error 2   <br />
<br />
attempt in versions 5.31a and 5.33, the error I get is the same in both versions.<br />
any help or suggestions?.]]></description>
            <dc:creator>Dario Parente</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Thu, 21 Apr 2011 22:18:34 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,413900,413900#msg-413900</guid>
            <title>MySQL Workbench on OpenSuse11.4 (no replies)</title>
            <link>http://forums.mysql.com/read.php?154,413900,413900#msg-413900</link>
            <description><![CDATA[ Hello,<br />
<br />
What are your plans to support the latest OpenSuse release - 11.4<br />
<br />
Best regards, <br />
Radisa.]]></description>
            <dc:creator>Radisa NOT_FOUND</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Sat, 26 Mar 2011 13:06:49 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,413032,413032#msg-413032</guid>
            <title>Cannot open document - Error unserializing GRT data - Type mismatch: (2 replies)</title>
            <link>http://forums.mysql.com/read.php?154,413032,413032#msg-413032</link>
            <description><![CDATA[ I saved in the midst of editing a table and everything was fine.  About 20 seconds later the workbench crashed.  I thought I was fine because I had just saved all of my work.  Boy was I wrong, I cannot even open the file.  Any help/advice would be greatly appreciated.<br />
<br />
I tried a solution here: <a href="http://bugs.mysql.com/bug.php?id=44227"  rel="nofollow">http://bugs.mysql.com/bug.php?id=44227</a> to no avail.  I couldn't find any file that contained &quot;&lt;null/&gt;&quot; after unzipping.  Anyway, without further adieu, help please. <br />
<br />
Cannot open document<br />
<br />
Error unserializing GRT data<br />
Type mismatch: expected object of type db.mysql.IndexColumn, but got db.mysql.Index]]></description>
            <dc:creator>Joshua Robinson</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Thu, 19 May 2011 07:56:02 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,410693,410693#msg-410693</guid>
            <title>Unable to build 5.2.32 GA on Debian Wheezy (7 replies)</title>
            <link>http://forums.mysql.com/read.php?154,410693,410693#msg-410693</link>
            <description><![CDATA[ Hi:<br />
I'm not sure this is Debian related, but the following command fails during the final link phase:<br />
DEB_BUILD_OPTIONS=debug dpkg-buildpackage -d <br />
<br />
I'm using -d as mysqlWorkbench has had a dependency on<br />
libmysqlclient16-dev, which is still in Debian Sid. <br />
I've built the last two releases using the -d flag to<br />
get around this issue. <br />
<br />
Here's the failing step. I've been building MSW from source since .27 This is the first time I've had a build fall over like this.<br />
========================<br />
<br />
g++ -rdynamic -g -O2 -Wextra -Wall -Wno-unused -Wno-deprecated -DTIXML_USE_STL=1 -o .libs/mysql-workbench-bin main.o program.o main_fo<br />
rm.o overview_panel.o model_panel.o model_diagram_panel.o menu_manager.o catalog_tree.o layer_tree.o properties_tree.o history_tree.o navigator_box.o<br />
 info_box.o documentation_box.o user_types_box.o find_panel.o diagram_size_form.o validation_panel.o sqlide_form.o sql_snippets_view.o sqlide_main.o <br />
new_server_instance_wizard.o grt_code_editor.o server_instance_editor.o grt_python_debugger.o advanced_sidebar.o -pthread -pthread /usr/lib/libpython<br />
2.6.so -pthread -Wl,--export-dynamic -rdynamic  ../../../library/forms/.libs/libmforms.so ../../../frontend/linux/linux_utilities/.libs/liblinux_util<br />
ities.so ../../../frontend/linux/sqlide/.libs/libsqlide.so ../../../backend/wbprivate/libwbprivate.a ../../../backend/wbpublic/.libs/libwbpublic.so .<br />
./../../library/base/.libs/libwbbase.so ../../../library/grt/src/.libs/libgrt.so ../../../library/dbc/.libs/libcdbc.so ../../../library/canvas/src/.l<br />
ibs/libmdcanvasgtk.so ../../../library/canvas/src/.libs/libmdcanvas.so ../../../ext/cppconn/driver/.libs/mysqlcppconn.so ../../../ext/ctemplate/ctemp<br />
late-src/.libs/libctemplate_wb.so /usr/lib/libglade-2.0.so /usr/lib/libgtkmm-2.4.so /usr/lib/libatkmm-1.6.so /usr/lib/libgdkmm-2.4.so /usr/lib/libgio<br />
mm-2.4.so /usr/lib/libpangomm-1.4.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libglibmm-2.4.so /usr/lib/libcairomm-1.0.so /usr/lib/libsigc-2.0.so /usr/lib<br />
/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so /usr/lib/libgio<br />
-2.0.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lfontconfig /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libbonobo-2.so /usr/lib/lib<br />
bonobo-activation.so /usr/lib/libORBit-2.so /usr/lib/libgobject-2.0.so /usr/lib/liblua5.1.so -luuid -L/usr/lib -lpcre /usr/lib/libgthread-2.0.so /usr<br />
/lib/libgmodule-2.0.so -lrt /usr/lib/libglib-2.0.so /usr/lib/libxml2.so /usr/lib/libcairo.so -lGL -lzip -lz -L/usr/lib/mysql /usr/lib/libmysqlclient_<br />
r.so /usr/lib/libsqlite3.so -lX11 -pthread -Wl,-rpath -Wl,/usr/lib/mysql-workbench<br />
/usr/bin/ld: main_form.o: undefined reference to symbol 'scintilla_get_type'<br />
/usr/bin/ld: note: 'scintilla_get_type' is defined in DSO /usr/lib/mysql-workbench/libwbscintilla.so.0 so try adding it to the linker command line<br />
/usr/lib/mysql-workbench/libwbscintilla.so.0: could not read symbols: Invalid operation<br />
collect2: ld returned 1 exit status]]></description>
            <dc:creator>J Chimene</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Fri, 22 Apr 2011 17:14:06 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,406405,406405#msg-406405</guid>
            <title>Unable to get working debug x86 build on windows (4 replies)</title>
            <link>http://forums.mysql.com/read.php?154,406405,406405#msg-406405</link>
            <description><![CDATA[ Build Platform:<br />
<br />
Windows XP SP3 English 32bit (default installation)<br />
Microsoft Visual Studio 2008 Version 9.0.21022.8 RTM<br />
<br />
(No other programs except VS 2008 installed)<br />
<br />
Source code:<br />
<br />
MySQL Workbench 5.2.31a: Generic Linux (Architecture Independent), Compressed TAR Archive (mysql-workbench-gpl-5.2.31a-src.tar.gz) from <a href="http://dev.mysql.com/downloads/workbench/5.2.html#downloads"  rel="nofollow">http://dev.mysql.com/downloads/workbench/5.2.html#downloads</a><br />
<br />
externals package: mysql-workbench-externals-2207-win32.zip from <a href="ftp://ftp.mysql.com/pub/mysql/download/gui-tools/mysql-workbench-externals-2207-win32.zip"  rel="nofollow">ftp://ftp.mysql.com/pub/mysql/download/gui-tools/mysql-workbench-externals-2207-win32.zip</a><br />
<br />
Steps to reproduce:<br />
<br />
1. on drive c: create wb folder<br />
2. extract mysql-workbench-gpl-5.2.31a-src.tar.gz, mysql-workbench-externals-2207-win32.zip into c:\wb<br />
3. Execute SetEditionGPL.cmd in c:\wb\mysql-workbench-gpl-5.2.31-src\<br />
4. Open c:\wb\mysql-workbench-gpl-5.2.31-src\MySQLWorkbench.sln in VS2008<br />
5. Set configuration to Debug, Platform to x86<br />
6. Build solution<br />
7. Execute 'Start Debugging' in VS2008<br />
<br />
Result: <br />
TypeInitializationException was unhandled<br />
The type initializer for 'MySQL.GUI.Workbench.Program' threw an exception.]]></description>
            <dc:creator>Andrei Frolov</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Tue, 15 Feb 2011 16:26:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,406109,406109#msg-406109</guid>
            <title>Availablity of Linux target builds (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,406109,406109#msg-406109</link>
            <description><![CDATA[ While MySQL is provided for SLES 11 which is a 'business' grade distro, workbench is currently only compiled up for OpenSuSE 11.3 which is the Open source offering. Is there any plan to have workbench delivered for SLES 11.<br />
<br />
The problem also shows up with the builds that OpenSUSE maintains as they need a host of modules that are not part of SLES 11.<br />
<br />
Thanks<br />
<br />
Roger]]></description>
            <dc:creator>roger Thomas</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Mon, 14 Feb 2011 08:55:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,401279,401279#msg-401279</guid>
            <title>Ubuntu/Debian repository / PPA for DEB releases (10 replies)</title>
            <link>http://forums.mysql.com/read.php?154,401279,401279#msg-401279</link>
            <description><![CDATA[ Is there a debian/Ubuntu repository for workbench releases?<br />
<br />
If there is i couldn't find it.<br />
<br />
Please provide one, and annouce it in the download page.<br />
<br />
There was once one, in<br />
<br />
deb <a href="ftp://ftp.mysql.com/pub/mysql/download/gui-tools/ubuntu/"  rel="nofollow">ftp://ftp.mysql.com/pub/mysql/download/gui-tools/ubuntu/</a> binary/<br />
deb-src <a href="ftp://ftp.mysql.com/pub/mysql/download/gui-tools/ubuntu/"  rel="nofollow">ftp://ftp.mysql.com/pub/mysql/download/gui-tools/ubuntu/</a> source/<br />
<br />
But there is only 1 release there, a very old one.<br />
<br />
If there is already an official .DEB package, why not provide a repository / PPA so the whole Linux community can benefit from updates? Im not asking for Workbench to be in official Ubuntu/Debian repositories, just please give me something to add to my /etc/apt/sources.list so i can apt-get install it!<br />
<br />
Thanks,<br />
Rodrigo]]></description>
            <dc:creator>Rodrigo Silva</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Sun, 17 Jul 2011 12:32:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,399913,399913#msg-399913</guid>
            <title>workbench ubutnu 9.10 (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,399913,399913#msg-399913</link>
            <description><![CDATA[ where is the package workbench for ubuntu 9.10?]]></description>
            <dc:creator>isaac cubero</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Thu, 23 Dec 2010 17:42:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,395947,395947#msg-395947</guid>
            <title>Unable to start mysql-workbench-bin (5 replies)</title>
            <link>http://forums.mysql.com/read.php?154,395947,395947#msg-395947</link>
            <description><![CDATA[ I'm using redhat el 5 and I was able to install mysql-workbench using mostly yum to resolve the tons of dependency issues i ran into. Workbench installed without any problems however when i try to start it i'm getting the following error:&quot;<br />
<br />
[root@test Desktop]# mysql-workbench<br />
/usr/bin/mysql-workbench-bin: symbol lookup error: /usr/lib/mysql-workbench/libmdcanvasgtk.so.0: undefined symbol: pixman_image_unref<br />
<br />
<br />
Has anyone run into this before or have any idea how to fix it? I've searched for hours and cant find any relevant information.]]></description>
            <dc:creator>Jose Pena</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Mon, 06 Dec 2010 09:12:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,394786,394786#msg-394786</guid>
            <title>Unable to build on Windows (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,394786,394786#msg-394786</link>
            <description><![CDATA[ I'm trying to build MySQL Workbench under Windows 7.<br />
I have Visual Studio 2008 Express Edition and Visual Studie 2010.<br />
With both versions I'm not able to build.<br />
I've created a folder containing two folders: mysql-gui-win-res and mysql-workbench-gpl-5.2.29-src<br />
I got various build errors. Some of them look like:<br />
<br />
16&gt;y:\mysql workbench\mysql-workbench-gpl-5.2.29-src\backend\wbprivate\workbench\wb_command_ui.cpp(339): error C2784: 'sigc::bound_const_volatile_mem_functor7&lt;T_return,T_obj,T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6,T_arg7&gt; sigc::mem_fun(T_obj &amp;,T_return (__thiscall T_obj2::* )(T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6,T_arg7) volatile const)' : could not deduce template argument for 'overloaded function type' from 'overloaded function type'<br />
16&gt;          y:\mysql workbench\mysql-gui-win-res\include\sigc++\functors\mem_fun.h(6196) : see declaration of 'sigc::mem_fun'<br />
16&gt;y:\mysql workbench\mysql-workbench-gpl-5.2.29-src\backend\wbprivate\workbench\wb_command_ui.cpp(339): error C2784: 'sigc::bound_const_volatile_mem_functor7&lt;T_return,T_obj,T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6,T_arg7&gt; sigc::mem_fun(T_obj &amp;,T_return (__thiscall T_obj2::* )(T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6,T_arg7) volatile const)' : could not deduce template argument for 'overloaded function type' from 'overloaded function type'<br />
16&gt;          y:\mysql workbench\mysql-gui-win-res\include\sigc++\functors\mem_fun.h(6196) : see declaration of 'sigc::mem_fun'<br />
16&gt;y:\mysql workbench\mysql-workbench-gpl-5.2.29-src\backend\wbprivate\workbench\wb_command_ui.cpp(339): error C2784: 'sigc::bound_const_volatile_mem_functor7&lt;T_return,T_obj,T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6,T_arg7&gt; sigc::mem_fun(T_obj &amp;,T_return (__thiscall T_obj2::* )(T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6,T_arg7) volatile const)' : could not deduce template argument for 'T_obj &amp;' from'std::list&lt;_Ty&gt;'<br />
16&gt;          with<br />
16&gt;          [<br />
16&gt;              _Ty=std::string<br />
16&gt;          ]<br />
<br />
others look like<br />
<br />
14&gt;y:\mysql workbench\mysql-workbench-gpl-5.2.29-src\backend\wbpublic\wbcanvas\layer_figure.cpp(101): error C2039: '_cpp_max' : is not a member of 'std'<br />
14&gt;y:\mysql workbench\mysql-workbench-gpl-5.2.29-src\backend\wbpublic\wbcanvas\layer_figure.cpp(101): error C3861: '_cpp_max': identifier not found<br />
14&gt;y:\mysql workbench\mysql-workbench-gpl-5.2.29-src\backend\wbpublic\wbcanvas\layer_figure.cpp(102): error C2039: '_cpp_max' : is not a member of 'std'<br />
14&gt;y:\mysql workbench\mysql-workbench-gpl-5.2.29-src\backend\wbpublic\wbcanvas\layer_figure.cpp(102): error C3861: '_cpp_max': identifier not found<br />
14&gt;y:\mysql workbench\mysql-workbench-gpl-5.2.29-src\backend\wbpublic\wbcanvas\layer_figure.cpp(127): error C2039: '_cpp_max' : is not a member of 'std'<br />
14&gt;y:\mysql workbench\mysql-workbench-gpl-5.2.29-src\backend\wbpublic\wbcanvas\layer_figure.cpp(127): error C3861: '_cpp_max': identifier not found<br />
14&gt;y:\mysql workbench\mysql-workbench-gpl-5.2.29-src\backend\wbpublic\wbcanvas\layer_figure.cpp(128): error C2039: '_cpp_max' : is not a member of 'std'<br />
14&gt;y:\mysql workbench\mysql-workbench-gpl-5.2.29-src\backend\wbpublic\wbcanvas\layer_figure.cpp(128): error C3861: '_cpp_max': identifier not found<br />
<br />
others look like<br />
<br />
6&gt;Link:<br />
6&gt;     Creating library Y:\MySQL Workbench\mysql-workbench-gpl-5.2.29-src\\bin\Debug\mysql.canvas.lib and object Y:\MySQL Workbench\mysql-workbench-gpl-5.2.29-src\\bin\Debug\mysql.canvas.exp<br />
6&gt;LINK : fatal error LNK1104: cannot open file 'Y:\MySQL Workbench\mysql-workbench-gpl-5.2.29-src\\bin\Debug\mysql.canvas.dll'<br />
<br />
Do I have to follow a special build order?<br />
<br />
Or are my versions of Visual Studio the problem?]]></description>
            <dc:creator>Peter Pfannkuch</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Tue, 16 Nov 2010 12:49:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,390567,390567#msg-390567</guid>
            <title>Install Workbench on CentOS 5.5 (rpmbuild) (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,390567,390567#msg-390567</link>
            <description><![CDATA[ I've been trying to rpmbuild mysql-workbench for sometime now. I typically run into a dependencies not found or some package that this src.rpm package can't find but I actually do have it. <br />
<br />
Previously, it complained about:<br />
<br />
No package 'sqlite3' found<br />
<br />
and I had sqlite3 installed in /usr/bin/sqlite3. I installed sqlite-devel and was able to continue. Then &quot;BOOST library is missing&quot;, boost and boost-devel were already installed, had to download newer version of boost.src.rpm and 'rpmbuild' it. <br />
<br />
Now I'm running into a Lua issue:<br />
=================================<br />
# rpmbuild -v --rebuild mysql-workbench-gpl-5.2.29-1el6.src.rpm<br />
<br />
 checking for LUA... no<br />
 checking for LUA... configure: error: Package requirements (lua &gt;= 5.1) were<br />
 not met:<br />
<br />
 No package 'lua' found<br />
<br />
I have it installed though:<br />
===========================<br />
# rpm -qa | grep lua<br />
lua-devel-5.1.4-2.el5.rf<br />
lua-5.1.4-2.el5.rf<br />
<br />
<br />
Any suggestions/ideas/recommendations?]]></description>
            <dc:creator>Gibran Marquez</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Tue, 19 Oct 2010 19:56:12 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?154,388265,388265#msg-388265</guid>
            <title>Load a big SQL script in MySQL (1 reply)</title>
            <link>http://forums.mysql.com/read.php?154,388265,388265#msg-388265</link>
            <description><![CDATA[ Hello,<br />
<br />
I get the following error trying to execute a SQL script in MySQL within MySQL Workbench on Windows XP: <br />
<br />
Could not allocate 536870912 bytes to read file <br />
&quot;D:\aa-Projekte...\wmc.sql&quot;<br />
<br />
The SQL script, I have to load is big: about 300 MB!<br />
<br />
As I calculated 536870912 are 512 MB (536870912/1024 = 524288 = 512).<br />
<br />
I did not install MySQL Workbench. I start with 2x click on the file: MySQLWorkbench.exe. <br />
I downloaded “no install version”. <br />
<br />
I have only 1,2 GB free on my hard disk.<br />
<br />
Thanks a lot for answers!<br />
<br />
Regards,<br />
Peter]]></description>
            <dc:creator>Peter Christov</dc:creator>
            <category>Workbench - Source, Builds, Binaries</category>
            <pubDate>Mon, 04 Oct 2010 08:09:18 +0000</pubDate>
        </item>
    </channel>
</rss>
