1. What configuration options to use to build against MySQL?

-> ./configure says --with-mysql
-> http://www.opendnssec.org/archive/releases/page/2/ says --enable-mysql

In 1.0:

--enable-mysql will switch from SQLite to MySQL
--with-mysql=PATH can be used if you have an alternative prefix for MySQL 
library and headers. Other than the system default.

In 1.1:

--with-database-backend=(sqlite3 or mysql) (default sqlite3)

2. What options do I use to disable SQLite?

-> Does not seem possible yet; it might be a useful future feature though?

In 1.0:

--enable-mysql will disable sqlite

In 1.1:

You clearly specify what backend you want to use, see above. Remember that 
SQLite is still used in SoftHSM.

// Rickard
_______________________________________________
Opendnssec-user mailing list
[email protected]
https://lists.opendnssec.org/mailman/listinfo/opendnssec-user

Reply via email to