busybox -sh: ./hello: not found
时间:2006-09-11 来源:litroncn
在busybox中运行./hello提示
-sh: ./hello: not found
解决方法:
意思是没有相应的动态链接库
将需要的连接库放到/lib中,或用变量LD_LIBRARY_PATH指定动态库位置,或在
/etc/ld.so.conf中写入库的位置
相关阅读 更多 +