Package: opendnssec-enforcer Version: 1.4.6-2 This bug likely should be lodged against opendnssec-enforcer-mysql and opendnssec-enforcer-sqlite3 packages, please let me know if I should re-file it..
The convert_database.pl utility program always fails to run as packaged within Debian because of the following check: unless (-r $schema_path.'/database_create.sqlite3' and -r $schema_path.'/database_create.mysql') { print STDERR $0, ': Can not find database creation schemas, please set or correct --schema-path.', "\n"; exit(-1); } However the -mysql and -sqlite3 subpackages only include schema for their respective backends. Either the script should be amended for each database backend, or both schemas should be included in both sub-packages. To work-around the problem one can touch the non-existent file into existence, this shouldn't be required however.. Thanks, Mark.