Bug 5054

Summary: amd64: cannot find init - due to missing /lib64 folder
Product: buildroot Reporter: Floris Bos <bos>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: major CC: buildroot
Priority: P5    
Version: 2012.02   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Floris Bos 2012-04-08 12:45:26 UTC
(May have reported it before a couple years back, but cannot find the bug report)


When selecting architecture amd64, eglibc toolchain, the generated image fails to boot with a "cannot find init" error.
This is caused by busybox being linked to /lib64/ld-linux-x86-64.so.2, while there is no lib64 folder.


Workaround:

cd output/target
ln -s lib lib64
Comment 1 Peter Korsgaard 2013-05-11 19:53:05 UTC
Fixed by GUstavo in git (603293f5ff8e), thanks.