On Tue, 20 Oct 2009, Jonathan E. Brickman wrote:
Gabriel, do you think that instruments.db is included
in one of the
.deb's? If so, perhaps if I reinstall the corrrect .deb the problem
will go away, now that I have created the folder it belongs in?
Yes:
$ cd linuxsampler-1.0.0
$ ./configure --help
`configure' configures this package to adapt to many kinds of systems.
[snip]
--disable-instruments-db
Disable compilation of the sampler's instruments
database feature. You need to have SQLite 3.3
or younger installed for this feature.
[snip]
--enable-default-instruments-db-location
Only when instruments DB feature is enabled: file name
which shall be taken as default location of the
instruments DB file. This location can still be
overridden at runtime with a command line switch.
(default: /var/lib/linuxsampler/instruments.db)
[snip]
HTH,
Gabriel