Subject Re: [ib-support] Re: insert optimization (long)
Author Edwin Pratomo
On Thursday 29 May 2003 09:23, Edwin Pratomo wrote:
> Thanks, I'll look into it. actually I've been working on firebird 1.5
> support on my own cvs tree, and able to get it compiles with g++ (I'm using
> gcc-3.3). But still can't get it to work, it fails somewhere in
> isc_attach_database(). No error message, no SIGSEGV (apparent from strace
> output). Just exits silently.

Finally caught the culprit in the syslog:
perl5.9.0: Missing configuration file: /home/edwin/bleedperl/firebird.conf, exiting (No such file or directory)

looking for firebird.conf in the wrong place.
This seems to be a bug in 1.5 RC2, which is no longer exist in RC3.

rgds,
Edwin.