Blender 3D issues in fedora 26
Hello all, I am using Fedora 26 kernel 4.12.9-300.fc26.x86_64 I cannot lunch blender after installation. CPU: Ryzen 5 1400 Graphic card: R7-260X
[Marcelo@marcelo ~]$ blender blender: symbol lookup error: /opt/lib/blosc/lib/libblosc.so.1: undefined symbol: _cpumodel
@drtech , welcome to ask.fedora open a terminal and execute blender and share with us the error did you get, thx...
[Marcelo@marcelo ~]$ blender blender: symbol lookup error: /opt/lib/blosc/lib/libblosc.so.1: undefined symbol: _cpumodel
@drtech your problem is that blender is searching
libblosc.so.1
library in/opt/lib
the correct path for this library is/usr/lib64
that makes me think that you install blender by your own in/opt/
directoryhow do you install blender?
with just type in terminalsudo dnf install blender
is enough for that, regards.,I wrote sudo install blender, and it install it. i remove it twice, did the same processes and the same error message pops up