0

I am not sure if I must ask this in blender stakcexchange or in here. However, the problem is that when I run a custom compiled version of Blender(that wasn't compiled by me), I see this:

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

It shows that a library for loading jpeg files is missing. Now I don't have any idea how to fix it? Is it possible to kinda get it manually? I think that the problem is that Ubuntu 15.10 may have upgraded libjpeg to version 7 and deleted version 6.2 files. But that's all I know so far.

David Foerster
  • 36,890
  • 56
  • 97
  • 151

1 Answers1

-3

Try sudo apt-get install libboost-all-dev

muru
  • 207,228