Closed GoogleCodeExporter closed 9 years ago
Are you running on x86 or x86_64 kernel?
I suspect that the 64-bit dynamic loader is missing from your system.
sel_ldr_x86_64 is a 64-bit binary that requires /lib64/ld-linux-x86-64.so.2 to
load. This file should exist on all 64-bit linux installations. If you don't
have it then it could be that you running on a 32-bit system. In this case
make_all.sh will not work as it tries to build all configurations including
64-bit.
To build just 32-bit binaries you can run "NACL_ARCH=i686 make all".
We should probably detect 32-bit installs and skip the sel_ldr_x64_64 parts of
the
build in that case.
Original comment by sbc@google.com
on 18 Sep 2013 at 3:53
That's the ticket. Thanks SBC.
I'll see what I can do with an AWS instance, but the NACL_ARCH addon works for
now.
Original comment by moocow1...@gmail.com
on 18 Sep 2013 at 5:56
Got all the way to Ruby before I hit a problem.
http://pastebin.com/wAYQ4Ems
Original comment by moocow1...@gmail.com
on 19 Sep 2013 at 4:47
I believe this is now fixed.
Original comment by sbc@google.com
on 12 Nov 2013 at 6:38
Original issue reported on code.google.com by
moocow1...@gmail.com
on 18 Sep 2013 at 3:33