blensor
blensor copied to clipboard
Unable to install Blensor
Hello,
I am working on Ubuntu 18.04 64-bit but I can't manage to install/ launch Blensor: I've followed the installation instructions : installed the 3 required (although I coudn't do it directly in the terminal), downloaded the last release (RC10) but I still can not launch the blender file.
Unlike in Blender normal 2.79 distribution, where the blender file is known as an executable, in Blensor it is listed as a shared file. When I try to open it in the terminal with "./blender" I get the error message: "./blender: error while loading shared libraries: libboost_filesystem.so.1.62.0: cannot open shared object file: No such file or directory" and I am at least sure that the new version libboost-filesystem1.65.1 is up to date.
Is there a specific package I need to install to read this shared file or maybe update something in the code to refer to the new version of libboost-filesystem ?
Thank you in advance for your help :)
Ok I figured it out by myself:
If you get the same problem, you'll need to install the old version of boost 1.62.0 (directly by downloading it from this website : https://sourceforge.net/projects/boost/files/boost/1.62.0/) or package by package ( like I had to because of a proxy...) through the Ubuntu packages website (https://packages.ubuntu.com/ )
I am getting the following error.
./blender: error while loading shared libraries: libjemalloc.so.1: cannot open shared object file: No such file or directory
Has anyone gotten this?
I've solved the above issue by installing the boost libraries as was stated above. Now I get a new error. ./blender: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
I've solved the above issue by installing the boost libraries as was stated above. Now I get a new error. ./blender: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
I got exactly the same issue. Do you know how to fix it?