<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font>1. What configuration options to use to build against MySQL?<br><br> -> ./configure says --with-mysql<br> -> <a href="http://www.opendnssec.org/archive/releases/page/2/">http://www.opendnssec.org/archive/releases/page/2/</a> says --enable-mysql<br></div></blockquote><div><br></div>In 1.0:</div><div><br></div><div>--enable-mysql will switch from SQLite to MySQL</div><div>--with-mysql=PATH can be used if you have an alternative prefix for MySQL library and headers. Other than the system default.</div><div><div><br></div><div>In 1.1:</div><div><br></div><div>--with-database-backend=(sqlite3 or mysql) (default sqlite3)</div><div><br></div><blockquote type="cite"><div>2. What options do I use to disable SQLite?<br><br> -> Does not seem possible yet; it might be a useful future feature though?<br></div></blockquote></div><br><div>In 1.0:</div><div><br></div><div>--enable-mysql will disable sqlite</div><div><br></div><div>In 1.1:</div><div><br></div><div>You clearly specify what backend you want to use, see above. Remember that SQLite is still used in SoftHSM.</div><div><br></div><div>// Rickard</div></body></html>