popgenmethods / smcpp

SMC++ infers population history from whole-genome sequence data.
GNU General Public License v3.0
150 stars 34 forks source link

gunplot: error while loading shared libraries #199

Open kuangtianhui opened 3 years ago

kuangtianhui commented 3 years ago

In smc++ estimate, I got an error like this:

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

I found this lib file in my Linux via "whereis libjpeg.so.8" return "libjpeg.so: /usr/lib64/libjpeg.so.62 /usr/lib64/libjpeg.so". I link it to "software/smcpp/lib", but it occurred the same error. I also try " export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/", it still not work! So, I want to know functions of this module. I also want to know this error impacts to the final results.

Sincerely!

Tianhui Kuang

hanqin580230 commented 1 week ago

hi,I have encountered the same problem, have you solved it? Can you tell me a solution?