On 27/02/14 15:00, Ramanou Biaou wrote: > Thank you! > I do it, > I have this errors in my logs > > ods-enforcerd: Error: database in config file /etc/opendnssec/conf.xml > does not match libksm >
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. If you are using a prebuilt package then please make sure that you have the version built for mysql. Sion > > My database declaration in conf.xml > > ...... > <!-- > <Datastore><SQLite>/var/opendnssec/kasp.db</SQLite></Datastore> > <Interval>PT3600S</Interval> > --> > <Datastore> > > <MySQL> > <Host port="3306">localhost</Host> > <Database>KASP</Database> > <Username>kaspuser</Username> > <Password>00000</Password> > </MySQL> > </Datastore> > <Interval>PT3600S</Interval> > > ...... > > Le 27/02/2014 14:55, Sara Dickinson a écrit : >> On 27 Feb 2014, at 13:07, Ramanou Biaou <[email protected]> wrote: >> >>> Hello, >>> I would like to know if anyone has ever tried to install OpenDNSSEC >>> 1.3 using MySQL database >> Hi, >> >> The database is controlled by a configure option - for details see >> step 3 here: >> >> https://wiki.opendnssec.org/display/DOCS/Installation#Installation-Building&Installing >> >> >> and then you must specify the correct database information in the >> conf.xml file: >> >> https://wiki.opendnssec.org/display/DOCS/conf.xml#conf.xml-Enforcer >> >> You can install with either backend, you don't need to any conversion >> unless you want to migrate your existing system. >> >> Sara. > > > > > _______________________________________________ > Opendnssec-user mailing list > [email protected] > https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
_______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
