"Eyad Lahham" <[EMAIL PROTECTED]> writes:

> The following error is generated when running make test after
> isntalling xerces for Perl. 
> make[1]: Entering directory `/opt/software/XML-Xerces-1.5.5/DOMParse'
> make[1]: Leaving directory `/opt/software/XML-Xerces-1.5.5/DOMParse'
> PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> -I/usr/local/lib/perl5/5.6.1/sun4-solaris -I/usr/local/lib/perl5/5.6.1
> -e 'ut
> 
> t/DOMCount..........Can't load 'blib/arch/auto/XML/Xerces/Xerces.so'
> for module XML::Xerces: ld.so.1: /usr/bin/perl: fatal: relocat.
> at blib/lib/XML/Xerces.pm line 7
> 
> # perl -v
> This is perl, v5.6.1 built for sun4-solaris
> Please advice,
> iyad lahham

Hi,

First, don't send HTML as email. Nobody likes that, configure your
hotmail account to send just plain old text.

Second, you've got a relocation error. This means that Perl's
Dynaloader can't load the Xerces.so dynamic library because something
is wrong with it. 

* Did you compile Xerces-C from source, or did you use the binary?
* Are you able to run the Xerces-C sample applications (e.g. DOMCount,
  SAXCount, etc)?
* what is your compiler??

jas.

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

Reply via email to