很简单,参照:http://stackoverflow.com/questions/335928/ld-cannot-find-an-existing-library
A quick hack is to symlink libxxx.so.1 to libxxx.so
ln -s libxxx.so libxxx.so.1
很简单,参照:http://stackoverflow.com/questions/335928/ld-cannot-find-an-existing-library
A quick hack is to symlink libxxx.so.1 to libxxx.so
ln -s libxxx.so libxxx.so.1
转载于:https://www.cnblogs.com/iplus/archive/2012/11/06/4467370.html