[uClibc] init failed, "No such file or directory"

Mike Frysinger vapier at gentoo.org
Fri Feb 4 13:57:31 UTC 2005


On Friday 04 February 2005 07:03 am, bing_cheng at wneweb.com.tw wrote:
> it fails to start init;
> the execution of "execve("/sbin/init",argv_init,envp_init);"
> fails with error no ENOENT.

everytime ive seen this behavior it's because the shared libraries dont exist 
in the proper places

run `readelf -d init | grep NEEDED` and make sure everything listed there is 
in /lib/
-mike



More information about the uClibc mailing list