in reply to Re^6: Install problems with DBD::InterBase
in thread Install problems with DBD::InterBase
Hello Steve,
DBD::Firebird is based on DBD::InterBase, the interactive configuration feature was a default in DBD::InterBase and we chose to keep it as an option.
For "the full path to the Firebird installation" the FIREBIRD_HOME environment variable is checked first, on failure, a sub tries to locate Firebird in some default paths, but "/usr/lib/firebird/2.1" is not among them, that's why you had to enter the correct path. By the way what OS is yours? (if GNU/Linux then what distribution?, because other search paths can be easily added).
Suppose the test that failed is rt72946.t (it's a known bug) or where other test that failed?, unfortunately there is another bug, recently discovered, see https://github.com/mariuz/perl-dbd-firebird/.
Regards, Stefan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Install problems with DBD::InterBase
by Steve_BZ (Chaplain) on Jul 10, 2012 at 15:16 UTC | |
by stefbv (Priest) on Sep 24, 2012 at 09:16 UTC | |
by Steve_BZ (Chaplain) on Sep 24, 2012 at 16:19 UTC | |
by stefbv (Priest) on Sep 25, 2012 at 08:19 UTC |