in reply to Relocation error when using Log::Log4Perl
I've said it before, and I'll say it again:
Perl modules using XS are notoriously hard to install correctly on solaris, usually because the perl shipped with solaris was built using the sun workshop compiler. As a result, trying to compile XS modules often fails, because most of the time the only compiler around is gcc, which causes a conflict.
s**lil*; $*=join'',sort split q**; s;.*;grr; &&s+(.(.)).+$2$1+; $; = qq-$_-;s,.*,ahc,;$,.=chop for split q,,,reverse;print for($,,$;,$*,$/)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Relocation error when using Log::Log4Perl
by clscott (Friar) on Nov 27, 2006 at 18:27 UTC | |
by Fletch (Bishop) on Nov 28, 2006 at 01:10 UTC |