|
2007-12-27
, 01:52
|
|
Posts: 1,412 |
Thanked: 594 times |
Joined on Aug 2005
@ Recife, Brazil
|
#2
|
|
2007-12-27
, 09:07
|
|
Posts: 108 |
Thanked: 4 times |
Joined on Sep 2007
@ Ohio
|
#3
|
|
2007-12-27
, 11:06
|
|
Posts: 1,412 |
Thanked: 594 times |
Joined on Aug 2005
@ Recife, Brazil
|
#4
|
|
2007-12-28
, 06:09
|
|
Posts: 108 |
Thanked: 4 times |
Joined on Sep 2007
@ Ohio
|
#5
|
|
2007-12-28
, 10:19
|
|
Posts: 1,412 |
Thanked: 594 times |
Joined on Aug 2005
@ Recife, Brazil
|
#6
|
The Following User Says Thank You to handful For This Useful Post: | ||
|
2007-12-28
, 14:16
|
Posts: 3 |
Thanked: 0 times |
Joined on Mar 2006
@ Germany
|
#7
|
|
2007-12-28
, 15:51
|
Posts: 39 |
Thanked: 7 times |
Joined on May 2007
|
#8
|
$ 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
|
2007-12-28
, 23:13
|
|
Posts: 108 |
Thanked: 4 times |
Joined on Sep 2007
@ Ohio
|
#9
|
Syntra,
Yeah, What I imagine you have the 2 bad repositories. You can do the follwoing :
Go to the application manager , and do a minor change in the 2 repositories
repository should be "repostory" so you would get something like that :
#maemo:name Nokia Catalogue
#maemo:essential
deb http://catalogue.tableteer.nokia.com/certified/ bora user
#maemo:name maemo
deb http://repostory.maemo.org/ bora free non-free
#maemo:name maemo Extras
deb http://repostory.maemo.org/extras/ bora free non-free
(just repository changed)
this will work out (I Hope) then you can after installing bring the repositories back to the original form (the correct one) as they will be probably fixed.
Br
Marcelo
The Following User Says Thank You to Syntra For This Useful Post: | ||
|
2007-12-29
, 08:06
|
Posts: 39 |
Thanked: 7 times |
Joined on May 2007
|
#10
|
I used the above mentioned repository mangling trick for a successful install on bora. When trying to start, I only get this:
Any idea what went wrong?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
Thanks!
# ln -sf /usr/lib/libevas.so.1 /usr/lib/libevas.so.0
Anyone?