On Tuesday 18 Sep 01, David Starks-Browning writes:
> Greetings,
> 
> Thanks to an accurate description of the problem in the FAQ, I was
> able to solve this immediately.  However, now that we know dec_osf
> requires -DHAS_BOOL, perhaps it should go into Makefile.PL, to save
> others the trouble of encountering it.
> 
> At least, this is the case for me with gcc-2.95.3 on Tru64 UNIX 5.0.

Oops, I hope I didn't speak too soon.  Although -DHAS_BOOL is
necessary to compile, it doesn't actually work:

> t/DOMCount..........Can't load 'blib/arch/auto/XML/Xerces/Xerces.so' for module 
>XML::Xerces: Unresolved symbol in blib/arch/auto/XML/Xerces/Xerces.so: 
>__ls__7ostreamUi at /sw/common/share/perl/5.00503/alpha-osf1/DynaLoader.pm line 169.
> 
>  at blib/lib/XML/Xerces.pm line 7

I was careful to do:

        export LD_LIBRARY_PATH=$XERCESCROOT/lib

so that libxerces-c1_5_1.so is found.  I got a different error before
I remembered this. :-)

When I do:

        odump -Dt blib/arch/auto/XML/Xerces/Xerces.so

it shows:

> ...
> [   42] __ls__7ostreamUi
>         0x0000000000000000      0 GLOBAL  OBJECT UNDEF    0
> ...

But I have no idea what I'm looking at...

Can anyone tell me what this means?

Thanks for your help.

Regards,
David


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to