我使用gsl.
在我编译我的.cpp文件并运行它之后,我面临下面的错误:
在我编译我的.cpp文件并运行它之后,我面临下面的错误:
加载共享库时出错:libgsl.so.0:无法打开共享对象文件:没有这样的文件或目录
我发现同样的这个问题在:
https://groups.google.com/forum/#!topic/cortex_var/6vluX7pP0Sk
&安培;
Linux error while loading shared libraries: cannot open shared object file: No such file or directory
&安培;
http://www.gnu.org/software/gsl/manual/html_node/Shared-Libraries.html
解决方法
要使其工作,请执行以下步骤
开始贝壳
$LD_LIBRARY_PATH= path to your gsl lib folder inside the gsl installation folder $export LD_LIBRARY_PATH
现在运行你的可执行文件
它应该工作正常