Доброго времени суток!
Есть необходимость обращаться к базе данных Firebird из Perl'ового скрипта.
Для этого надо поставить модуль DBD::InterBase.
Тут возникает проблема. При выполнении
perl Makefile.pl
Ошибка:
InterBase/Firebird bin directory : [/usr/bin]
InterBase/Firebird include directory : [/usr/include]
Multiple copies of Driver.xst found in: /usr/local/lib/perl/5.10.1/auto/DBI /usr/lib/perl5/auto/DBI at Makefile.PL line 92
main::locate_dbi_arch_dir() called at Makefile.PL line 333
InterBase/Firebird lib directory : [/usr/lib]
Build with libfbembed? (y/n) [n]Full path to your test database: /usr/share/doc/firebird2.5-common-doc/examples/empbuild/employee.fdb
/usr/share/doc/firebird2.5-common-doc/examples/empbuild/employee.fdb exists.
Trying to use an existing database..
Please enter a username to connect.
Username : SYSDBA
Password : masterkey
Can't execute /usr/bin/0: Нет такого файла или каталога at Makefile.PL line 204, <STDIN> line 7.
Как с этим бороться?
ОС Kubuntu 10.04
Заранее спасибо!