<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 03/07/2013 11:47 AM, Noel Grandin
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAFYHVnWL9BtLiucH9v=25t0haeMtiQxfr-94QeBKcPYsL9eV=A@mail.gmail.com"
      type="cite">how about you give it a try and ask back here if you
      have difficulties. <span></span><br>
      <br>
      On Thursday, 7 March 2013, Fernand Vanrie wrote:<br>
      <blockquote class="gmail_quote" style="margin:0 0 0
        .8ex;border-left:1px #ccc solid;padding-left:1ex"> Michael ,<br>
        <br>
        OK ,  but we need SVG and a working Native mySQL connector :-)<br>
        <br>
        so: any news about a volonteer to compile Connector for 4.0
        (windows) ?<br>
        <br>
        Greetz<br>
        <br>
        Fernand<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex"> Hi Fernand,<br>
          <br>
          On Thu, 2013-03-07 at 08:45 +0100, Fernand Vanrie wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex"> any
            change the SVG stuff and this repairs happens also for later
            3.6<br>
            releases ?<br>
          </blockquote>
                  That seems unlikely; one reason is that I'd expect the
          SVG code to be<br>
          significantly different for 3.6 :-)<br>
          <br>
                  HTH,<br>
          <br>
                          Michael.<br>
        </blockquote>
      </blockquote>
    </blockquote>
         What good will it be to get a volunteer to build a mysql
    connector for 4.0 if the connector can not be build? There are
    problems on OS X and LInux because of changes made in autogen.sh.
    This needs to be fixed first before finding a volunteer.<br>
         Until recently, this is used to configure the connector:<br>
    ./autogen.sh --enable-ext-mysql-connector --with-system-mysql.<br>
    <br>
         In the last couple of days, this has been changed (without
    seemingly any documentation on this mailing list) to:<br>
    ./autogen.sh --enable-ext-mariadb-connector --with-system-mariadb.<br>
    <br>
         One other problem in building this connector that did not exist
    prior to the change from mysql to mariadb: autogen.sh does not find
    the installed version of mariadb. This also prevents building the
    connector.<br>
         This is the output containing the errors:<br>
    <br>
    checking whether to build the MariaDB/MySQL Connector extension...
    yes<br>
    checking which MariaDB to use... external<br>
    checking for mariadb_config... no<br>
    checking MariaDB version... ./configure: line 21356: --version:
    command not found<br>
    ./configure: line 21357: --version: command not found<br>
    ./configure: line 21358: test: : integer expression expected<br>
    configure: error: too old, use 5.0.x or 5.1.x<br>
    Error running configure at ./autogen.sh line 201.<br>
         It appears that this problem should be corrected first before
    trying to build the MariaDB/MySQL connector.<br>
    <br>
    --Dan<br>
  </body>
</html>