On Fri, 1 Sep 2000, Joseph Sirucka - Netics wrote:

> Hi People
> 
> I've been trying to compile mod_perl for solaris 8 recently and I
> recompiled perl 5.6.0 with _ubincompat5005 and -Uuselargefiles.
> 
> But no matter what I do with with mod_perl to compile it at
> perl Makefile.PL blah i get this error
> 
> ld.so.1: perl: fatal: relocation error: file
> /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris/auto/HTML/Parser/Parser.so:
> 
> symbol perl_get_hv: referenced symbol not found
> Killed

if you recompiled Perl with -Ubincompat5005, then you also need to
recompile any xs site-perl modules, e.g. HTML::Parser


Reply via email to