opensource文件中的so文件需要依赖libgfortran.so.4,在编译环境中找不到。
执行以下命令安装gfortran(如果环境中找不到gfortran-4,也可以安装大于或等于4的版本)。
apt-get update apt-get install gfortran-4