-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install Blensor #28
Comments
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. |
I got exactly the same issue. Do you know how to fix it? |
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 :)
The text was updated successfully, but these errors were encountered: