![]() |
2007-10-03
, 14:25
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2007
|
#11
|
![]() |
2007-10-03
, 14:26
|
|
Posts: 248 |
Thanked: 15 times |
Joined on Feb 2007
@ MI, USA
|
#12
|
![]() |
2007-10-03
, 14:29
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2007
|
#13
|
![]() |
2007-10-03
, 14:31
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2007
|
#14
|
![]() |
2007-10-03
, 14:31
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#15
|
Nope. Despite the right name... Installation gives the error message:
Unable to install.
Incompatible application package.
Nokia had to have noticed this: some of their coolest apps are in Python. Anyone else found a compatible libffi?
-- Mike
![]() |
2007-10-03
, 14:42
|
|
Posts: 283 |
Thanked: 60 times |
Joined on Nov 2005
@ It's dark in here. I hear laughing.
|
#16
|
Did you perhaps try to install it through application manager? It's in Section: libs and AP only likes stuff in 'user' (or 'user/something'). You could try to install it through apt-get or dpkg instead. Or possibly AP would accept it in red pill mode, but I haven't checked that -- I stay off the red pill these days.
![]() |
2007-10-03
, 14:43
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#17
|
![]() |
2007-10-03
, 14:52
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#18
|
Again, Nope!
First, the library does not appear in libs under the Application Manager.
Second, if I try apt-get in the xterm, here's what I get as a result:
Nokia-N800-39:~# apt-get install libffi4
Reading package lists... Done
Building dependency tree... Done
Package libffi4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libffi4 has no installation candidate
It's possible my sources.list file is not set up correctly. Where did you get the libffi4?
![]() |
2007-10-03
, 14:59
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#19
|
![]() |
2007-10-03
, 15:00
|
|
Posts: 283 |
Thanked: 60 times |
Joined on Nov 2005
@ It's dark in here. I hear laughing.
|
#20
|
I downloaded it from the link of a few posts above so that I could unpack it with dpkg-deb and take a look at the control file.
In any case, if you're accessing it from a repository then you can also do 'apt-cache show libffi4' to get an idea of what it requires etc.
EDIT: You can also do 'apt-cache policy libffi4' to display which repository you're getting it from. This could be useful in case there are several variants around.