<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 27/02/14 15:00, Ramanou Biaou wrote:<br>
    </div>
    <blockquote cite="mid:530F52F8.7060909@netim.com" type="cite">Thank
      you!
      <br>
      I do it,
      <br>
      I have this errors in my logs
      <br>
      <br>
      ods-enforcerd: Error: database in config file
      /etc/opendnssec/conf.xml does not match libksm
      <br>
      <br>
    </blockquote>
    <br>
    This indicates that the build was configured for sqlite (the
    default) while your conf.xml is specifying MySQL. If you are
    building from source then you need the option
    "--with-database-backend=mysql" added to your ./configure step.<br>
    <br>
    If you are using a prebuilt package then please make sure that you
    have the version built for mysql.<br>
    <br>
    Sion<br>
    <br>
    <blockquote cite="mid:530F52F8.7060909@netim.com" type="cite">
      <br>
      My database declaration in conf.xml
      <br>
      <br>
      ......
      <br>
      <!--
      <br>
<Datastore><SQLite>/var/opendnssec/kasp.db</SQLite></Datastore>
      <br>
                      <Interval>PT3600S</Interval>
      <br>
      -->
      <br>
                      <Datastore>
      <br>
      <br>
                              <MySQL>
      <br>
                                      <Host
      port="3306">localhost</Host>
      <br>
      <Database>KASP</Database>
      <br>
      <Username>kaspuser</Username>
      <br>
      <Password>00000</Password>
      <br>
                              </MySQL>
      <br>
                      </Datastore>
      <br>
                      <Interval>PT3600S</Interval>
      <br>
      <br>
      ......
      <br>
      <br>
      Le 27/02/2014 14:55, Sara Dickinson a écrit :
      <br>
      <blockquote type="cite">On 27 Feb 2014, at 13:07, Ramanou Biaou
        <a class="moz-txt-link-rfc2396E" href="mailto:ramanou@netim.com"><ramanou@netim.com></a> wrote:
        <br>
        <br>
        <blockquote type="cite">Hello,
          <br>
          I would like to know if anyone has ever tried to install
          OpenDNSSEC 1.3 using MySQL database
          <br>
        </blockquote>
        Hi,
        <br>
        <br>
        The database is controlled by a configure option - for details
        see step 3 here:
        <br>
        <br>
<a class="moz-txt-link-freetext" href="https://wiki.opendnssec.org/display/DOCS/Installation#Installation-Building&Installing">https://wiki.opendnssec.org/display/DOCS/Installation#Installation-Building&Installing</a>
        <br>
        <br>
        and then you must specify the correct database information in
        the conf.xml file:
        <br>
        <br>
<a class="moz-txt-link-freetext" href="https://wiki.opendnssec.org/display/DOCS/conf.xml#conf.xml-Enforcer">https://wiki.opendnssec.org/display/DOCS/conf.xml#conf.xml-Enforcer</a>
        <br>
        <br>
        You can install with either backend, you don’t need to any
        conversion unless you want to migrate your existing system.
        <br>
        <br>
        Sara.
        <br>
      </blockquote>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Opendnssec-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opendnssec-user@lists.opendnssec.org">Opendnssec-user@lists.opendnssec.org</a>
<a class="moz-txt-link-freetext" href="https://lists.opendnssec.org/mailman/listinfo/opendnssec-user">https://lists.opendnssec.org/mailman/listinfo/opendnssec-user</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>