Skip to content

Installation

Dimitry Sibiryakov edited this page Oct 30, 2024 · 11 revisions
  1. Copy the library and configuration file into Firebird plugins subdir.
  2. 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
}
Clone this wiki locally