在/etc/init.d/rcS文件:export LD_LIBRARY_PATH=/system/lib:/usr/lib
改为export LD_LIBRARY_PATH=/system/lib:/usr/lib:/tmp/test不立即生效
方法:需要在/etc/profile文件中添加
export LD_LIBRARY_PATH=/system/lib:/usr/lib:/tmp/test
在/etc/init.d/rcS文件:export LD_LIBRARY_PATH=/system/lib:/usr/lib
改为export LD_LIBRARY_PATH=/system/lib:/usr/lib:/tmp/test不立即生效
方法:需要在/etc/profile文件中添加
export LD_LIBRARY_PATH=/system/lib:/usr/lib:/tmp/test