Command not found

Issue: After installation of a package, the respective command is not found, e.g.

root@LEDE:~# ./examplecommand
-ash: ./examplecommand: not found

Root cause: Binaries compiled with older OpenWrt or LEDE versions will cause that kind of error due to changed libc versions. OpenWrt 14.07 and 15.05 still used uclibc, while OpenWrt DD trunk and LEDE use musl libc.

Solution: In order to make your package work you need to cross compile it again with the current LEDE toolchain.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2021/10/15 08:36
  • by bobafetthotmail