On Mon, Sep 23, 2002 at 03:24:36PM +1200, Glen Eustace wrote: > Is it supposed to be possible to use multiple different DBDs in the same > perl programme. I had assummed it was and have tried to use both > DBD::Pg and DBD::Ingres in the same programme. > > I have downlaoaded the latest of each and DBI from CPAN and installed > and I get a SEGV on Tru64 4.0d > > Either work fine but not both :-(
It should work fine - especially if using dynamic loading. Please create a small test program (three lines: 'use DBI;' and the two connects) then run it with the DBI_TRACE env var set to 9. See the DBI README file about how to get s stack trace from the core dump file. Post the script, the tracem and the stack trace. Tim.
