error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory

后端 未结 8 783
滥情空心
滥情空心 2021-02-05 07:06

I use gsl. After I compiled my .cpp file and run it, I faced with below error:

error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such

8条回答
  •  孤独总比滥情好
    2021-02-05 07:50

    I got the same error with Krita on Arch Linux. I made a symlink with

    ln /usr/lib/libgsl.so /usr/lib/libgsl.so.0
    

    and that fixed it.

提交回复
热议问题