My distribution (el6) has it in /usr/lib/perl5/CORE/libperl.so and I can't immediately spon any trickery in the SPEC file that would move it there, so maybe some standard Configure flag influences it?
Posted Sep 14, 2011 1:38 UTC (Wed) by nix (subscriber, #2304)
[Link]
None I've noticed. I'll have to look again.
It's in the archlibexpdir, which is on my system (using unmodified upstream perl) /usr/lib/perl5/5.14.1/x86_64-linux-thread-multi/CORE. Note that version number.
/usr/lib/perl5/CORE seems like a bad place for it: surely you need an architecture triplet of some kind in there?
Vincent: Perl 5.16 and Beyond
Posted Sep 14, 2011 3:35 UTC (Wed) by mattdm (subscriber, #18)
[Link]
My distribution (el6) has it in /usr/lib/perl5/CORE/libperl.so and I can't immediately spon any trickery in the SPEC file that would move it there, so maybe some standard Configure flag influences it?