-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Dimitry Sibiryakov edited this page Oct 30, 2024
·
11 revisions
- Copy the library and configuration file into Firebird plugins subdir.
- Add 'Magpie' (case is important on Linux) to
Providers
list in firebird.conf:
Providers = Engine13,Magpie,Remote,Loopback
Also it is recommended to add this section into plugins.conf
to get an explicit error in firebird.log
if Magpie is unable to load for some reason:
Plugin = Magpie {
Required = true
}