On Tue, Sep 28, 2004 at 07:57:21PM +0200, H.Merijn Brand wrote:
> On Tue 28 Sep 2004 16:12, Tim Bunce <[EMAIL PROTECTED]> wrote:
> > On Mon, Sep 27, 2004 at 07:14:58PM +0200, H.Merijn Brand wrote:
> > > I'm trying to build a 64bit DBD::Unify on DBI::1.43 on HP-UX 11i with
> > > 5.8.5-dor/64, and all tests fail. tusc/truss (HP's counterpart of strace)
> > > shows me the need to open DESTROY.al, which cannot be found.
> > 
> > I don't think that's relevant. (Though it does remind me to add a dummy DESTROY)
> 
> That doesn't help me much further :)

True. But just saying "all tests fail" without giving more info
doesn't really help anyone help you further.

> FWIW the same environment in 32bit on 11.00 worked fine.

Sadly it's not worth much as the 32-to-64 bit change is so great.
It's taken a lot of work to address 64 bit issues with DBD::Oracle
(and my thanks goes to all who've helped). Don't expect an easy ride.

Tim.

p.s. To avoid the DESTROY.al opens add: sub DBI::_::common::DESTROY { return }

Reply via email to