On Wed, 27 Oct 1999, Francesc Guasch wrote:
> what's the ld version you use ?, make sure you compiled perl using the
> solaris hints you can find in the perl sources.
I've got GNU ld 2.9.1, but the perl Configure said GNU ld won't build
perl, so it used /usr/ccs/bin/ld (version 3.0). I compiled perl using
all the "solaris_2" hints except I chose NOT to use perl's malloc.
Just to restate this, everything works wonderfully otherwise with this
version of perl. It's only a problem when I do something like
"use Data::Dumper;" inside a mod_perl handler.
Update: I downgraded to perl 5.004_05, and suddenly everything works.
I'd like to use 5.005_03 though. Any clues?