7 Jun
2006
7 Jun
'06
8:43 p.m.
On Wed, 2006-06-07 at 22:19 +0200, Pierre Schmitz wrote:
seems to work so far. But why is this:
[pierre@athlon64 ~]$ pacman -Qo /lib64/* /lib64/ld-2.4.so is owned by glibc 2.4-2 /lib64/ld-linux-x86-64.so.2 is owned by glibc 2.4-2
that's because the main linker is looked for in /lib64. When a program links to it in /lib64, it will link the rest of the libraries from /lib. Programs that don't have /lib defined in the rpath will fail to run because they can't find the linker.