Configuring DBD::Firebird (on linux) This script prepares the installation of the DBD::Firebird module, automatically with minimum user intervention or in interactive mode. In non interactive mode will try to determine the location of the Firebird HOME, LIBRARY and INCLUDE directories: 1. From the environment variable FIREBIRD_HOME. Also FIREBIRD_INCLUDE and FIREBIRD_LIB if they are not sub directories of FIREBIRD_HOME. 2. From the standard (hardwired) locations where Firebird can be installed on various platforms and distros. If no success, execute this script with the I<-i[nteractive]> command line option, or set the required environment variables. % perl Makefile.PL -i[nteractive] The tests requires the path to the test database, the user name and the password. All options have defaults: DBI_USER = 'SYSDBA', DBI_PASS = 'masterkey', or run the script in interactive mode. (ISC_USER and ISC_PASSWORD are recognized also), for DBI_DSN the default is: dbi:Firebird:db=OS_tmp_path/dbd-fb-testdb.fdb;host=localhost; ib_dialect=3;ib_charset=UTF8 If all else fails, email for help. Firebird 'inc' dir not located! at inc/FirebirdMaker.pm line 299.