Skip to content
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

Open
Maxtimer97 opened this issue Jul 5, 2018 · 4 comments
Open

Unable to install Blensor #28

Maxtimer97 opened this issue Jul 5, 2018 · 4 comments

Comments

@Maxtimer97
Copy link

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 :)

@Maxtimer97
Copy link
Author

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/ )

@francisbitontistudio
Copy link

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?

@francisbitontistudio
Copy link

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

@Jingyixiong
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants