Page 1 of 1
Centos 7 libs
Posted: Fri Nov 03, 2017 2:28 pm
by matrix2012
Hi
The old versions worked under Centos 7.4
Why is there the problem in the new version ?
There are a lot of libs missing.
It is still possible to add the libs in octane_blender / libs.
The Blender version of the blender website goes without problem.
Sorry for my bad English
Best regards
matrix2012
Re: Centos 7 libs
Posted: Fri Nov 03, 2017 6:25 pm
by grimm
Hi,
Is your CentOS up to date? You might need to do a "yum update" or you might need to upgrade to a newer version of CentOS. If you still have issues you might need to do the following, but this is if you have some Linux knowledge and know your way around:
Make sure that the libs are being saved to the correct directory. You can find out where the programs are looking for the libraries by running "ldd OctaneServer" or "ldd blender" in their install directories. You can also search for the libraries using the commands "find", "which", and, if the database is up to date, "locate". Once you find them you can move the libs to the directory that the programs are looking for them in.
Another way to get the libs is to extract the files from the downloaded archive with the -e option, but it's a little more work. Once you have extracted the files you will need to move them to the correct directory. Or you could add the extracted dirs to your path and the libs to your $LD_LIBRARY_PATH. If you do the latter, than you will need to extract the files on all of the new versions that you want to install.
Jason
Re: Centos 7 libs
Posted: Sat Nov 04, 2017 10:53 pm
by ChaosOver
I've already reported this problem in my Thread: CentOS 7.4 Troubles (
viewtopic.php?f=114&t=63495).
Looks like they don't check for CentOS compatibility.. Thats pretty odd since CentOS is the linux distribution that is used most in VFX.
CentOS 7.4 just provides older libs than the one that are needed to run OctaneBlender. So i could not find a way to make OctaneBlender run with whatever "yum" provides as was suggested by grimm. CentOS 7.4 is the latest version of CentOS. In general you can check with "yum whatprovides libname" if something in your repos contains what you need.
If you don't want to mess up your system be careful not to overwrite libs that your system provides. You still can use the old OctaneBlender version and export an .orbx - the latest Octane Standalone does work on CentOS 7.4 and gives you access to all the latest and greatest features.
I also put a request to generate an .appimage or .flatpak for exactly that reason.
Since then a version of OctaneBlender compiled with GLIBCXX_3.4.19 instead of GLIBCXX_3.4.20 would be great.

Everything else can be painfully solved... like getting python 3.5 (CentOS provides only 3.4) etc.
Dennis
Re: Centos 7 libs
Posted: Mon Nov 06, 2017 1:47 am
by DrawFun
Hi, thanks for your report. We've tried to fix this problem by assigning runtime lib path, witch is also a part of the coming release version.
OctaneBlender setup program will put all the libs under /usr/local/OctaneBlender/lib/ for default. Therefore, could you try to assign the runtime lib path("patchelf --set-rpath /usr/local/OctaneBlender/lib/ blender") and see whether it works?
Re: Centos 7 libs
Posted: Mon Nov 06, 2017 3:48 pm
by matrix2012
Hi,
Many thanks for your help!
grimm
ChaosOver
Sorry for my bad English
best regards
matrix2012
Re: Centos 7 libs
Posted: Tue Nov 14, 2017 4:14 pm
by ChaosOver
octane_blender_regular_3.07-13.4 is also not working with CentOS 7.4.
Re: Centos 7 libs
Posted: Wed Nov 15, 2017 1:48 am
by DrawFun
Thanks for your report. We have tried to fix this issue in the latest version via runtime lib dependency path assignment. It seems that it does not work well on Centos as we expected. I will look into it on Centos.
Re: Centos 7 libs
Posted: Wed Nov 15, 2017 5:59 am
by grimm
I can say that the libs are working in Linux Mint, unless they haven't changed and are still loading the ones from the last version? Thanks devs.

Re: Centos 7 libs
Posted: Thu Nov 16, 2017 9:52 pm
by DrawFun
ChaosOver wrote:octane_blender_regular_3.07-13.4 is also not working with CentOS 7.4.
Could you please paste the error message? Was it caused by the glibc? or specific libs required by blender?
Thanks.
Re: Centos 7 libs
Posted: Thu Nov 16, 2017 10:00 pm
by DrawFun
grimm wrote:I can say that the libs are working in Linux Mint, unless they haven't changed and are still loading the ones from the last version? Thanks devs.

We have changed the runtime lib search path in the last version. Thanks grimm.