On Sat, 12 Jul 2008 16:05:48 +0200 Dirk Heinrichs <[EMAIL PROTECTED]> wrote: > Looks to me like /usr/lib/ruby/site_ruby/1.8/i686-linux/Paludis.so > was linked against version 26 which was already installed on the > system while compiling paludis 0.28 and which was then replaced with > the new version 28 during merge phase. > > To verify this, I installed paludis 0.28 again. This time, playman is > linked with the correct lib and works as expected.
Have a look at ticket:616. So far as we can see, this is hitting people who have LDPATH=/usr/lib set in their environment, which is making libtool ignore our explicit orders to link against the newly built library and use the one on / instead. -- Ciaran McCreesh
signature.asc
Description: PGP signature
_______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
