|
2009-09-02
, 20:29
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#2
|
Running from a terminal window gives the error:
gpe-calendar: error while loading shared libraries: libgpewidget.so.1: cannot open shared object file: No such file or directory. Same thing with gpe-contacts. I can't find this file on my device, and can't apt-get it using any way I can think of. Suggestions?
apt-get install libgpewidget1
The Following User Says Thank You to lorelei For This Useful Post: | ||
|
2009-09-02
, 21:33
|
|
Posts: 42 |
Thanked: 11 times |
Joined on Jul 2009
@ Shangri-la Oregon
|
#3
|
You are probably missing libgpewidget1 package.
try to install it withfrom the terminal...Code:apt-get install libgpewidget1
|
2009-09-02
, 23:01
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#4
|
Ah, the 1 at the end was the missing piece.
Now I get error loading libmimedir-0.4.so.0
How do I tell the actual file to apt-get? I tried libmimedir, libmimedir-0, libmimedir0, libmimedir1, libmimedir-0.4, libmimedir-0.4.so, libmimedir-0.4.so.0
apt-cache search libmimedir
apt-get install libmimedir-gnome0
apt-get -f install
The Following User Says Thank You to lorelei For This Useful Post: | ||
|
2009-09-02
, 23:10
|
|
Posts: 42 |
Thanked: 11 times |
Joined on Jul 2009
@ Shangri-la Oregon
|
#5
|
gpe-calendar: error while loading shared libraries: libgpewidget.so.1: cannot open shared object file: No such file or directory. Same thing with gpe-contacts. I can't find this file on my device, and can't apt-get it using any way I can think of. Suggestions?
I'm about ready to reflash my device again and not install any applications automatically to see if that makes a difference.
Jim