On Fri, Oct 19, 2001 at 07:07:30AM -0400, Gretton, Michael , , WHS/PSD wrote: > > I then I build DBD. I used to get core dumps using gcc but now with my brand > spanking new c compiler I get this: > > t/general...........DBI->connect() failed: ORA-12157: TNS:internal network > communication error (DBD: login failed) at t/general.t line 20 > Unable to connect to Oracle (ORA-12157: TNS:internal network communication > error (DBD: login failed))
Which looks like an Oracle issue rather than a compiler/linker issue. I'd suggest taking the view that DBI & DBD::Oracle are just fine and that you've got a Oracle config issue to sort out now (which can be a little tricky with Oracle 7). So, stop reading README.hpux and start reading README.login :) Tim.