Project

General

Profile

Bug #204

Blender broken :

icarious - over 11 years ago - . Updated over 11 years ago.

Status:
fixed
Priority:
bug
Assignee:
-
% Done:

100%


Description

Blender doesn't execute anymore.. This is the terminal output:

[icarious@crashdump ~]$ blender
blender: error while loading shared libraries: libIlmImf.so.6: cannot open shared object file: No such file or directory
<pre>

libIlmImf.so.6 doesn't exist :
<pre>
[icarious@crashdump ~]$ ls -l /usr/lib/ | grep IlmImf
-rw-r--r--  1 root root     1767680 12. Okt 14:44 libIlmImf.a
lrwxrwxrwx  1 root root          18 12. Okt 14:44 libIlmImf.so -> libIlmImf.so.7.0.0
lrwxrwxrwx  1 root root          18 12. Okt 14:44 libIlmImf.so.7 -> libIlmImf.so.7.0.0
-rwxr-xr-x  1 root root      815168 12. Okt 14:44 libIlmImf.so.7.0.0
<pre>

A temporary workaround would be syslinking using :
<pre>
$sudo ln -s /usr/lib/libIlmImf.so.7 /usr/lib/libIlmImf.so.6
<pre>
until there is a Blender update with corrected libraries 

History

#3

Updated by icarious over 11 years ago

Received a blender update today.. Version: 2.64a-1... It resolved the previous problem.. however a new problem occurred with the new python3.3 libraries.. right now i am getting a :

[icarious@crashdump ~]$ blender
blender: error while loading shared libraries: libpython3.2mu.so.1.0: cannot open shared object file: No such file or directory

#4

Updated by icarious over 11 years ago

blender-libre 2.64a-2 fixed the problem now : )

Also available in: Atom PDF