LWN.net Logo

Vincent: Perl 5.16 and Beyond

Vincent: Perl 5.16 and Beyond

Posted Sep 13, 2011 21:20 UTC (Tue) by lkundrak (subscriber, #43452)
In reply to: Vincent: Perl 5.16 and Beyond by nix
Parent article: Vincent: Perl 5.16 and Beyond

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?


(Log in to post comments)

Vincent: Perl 5.16 and Beyond

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?

perl-USE_MM_LD_RUN_PATH.patch?

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds