[tlbuild] x86_64-linux builder
Taco Hoekwater
taco at elvenkind.com
Wed May 6 23:32:57 CEST 2009
Reinhard Kotucha wrote:
> I get:
> $ ldd luatex
> libm.so.6 => /lib/libm.so.6 (0x00002ab4332b6000)
> libc.so.6 => /lib/libc.so.6 (0x00002ab433537000)
> /lib64/ld-linux-x86-64.so.2 (0x00002ab43309a000)
You are running kernel 2.4. Contrary to popular beliefs,
linux kernel versions actually do matter: 2.4 kernels
cannot run 2.6 binaries.
> And there is no "linux-vdso.so*" on my system.
Nor should there be, its appearance in code compiled for 2.6 kernels
is the result of a kernel-level trick. Here is a short page on
linux-vdso aka linux-gate:
http://blogs.igalia.com/aperez/?p=27
Best wishes,
Taco
More information about the tlbuild
mailing list