View Single Post
Posts: 39 | Thanked: 7 times | Joined on May 2007
#10
Originally Posted by mich View Post
I used the above mentioned repository mangling trick for a successful install on bora. When trying to start, I only get this:
Code:
$ canola
Traceback (most recent call last):
  File "/usr/bin/canola", line 19, in <module>
    import ecore.evas
  File "/usr/lib/python2.5/site-packages/ecore/evas/__init__.py", line 3, in <module>
ImportError: libevas.so.0: cannot open shared object file: No such file or directory
Any idea what went wrong?
Thanks!
I got it starting up by creating this link:
Code:
# ln -sf /usr/lib/libevas.so.1 /usr/lib/libevas.so.0
It is not a real solution though, as the result is not without a lot of graphical glitches.

I have still no clue as to why I have libevas.so.1 instead of libevas.so.0 in the first place.