1.通过ldd或运行程序查询所差的so库
2.建议在打包的系统中中进行移植
cp libnghttp2* -d ./liu2/
3.项目打包
tar -zcvf liu2.tar ./liu2/
4.把需要的库cp到新的系统中
tar -xvf liu2.tar