![]() |
2006-01-19
, 18:39
|
Posts: 66 |
Thanked: 3 times |
Joined on Dec 2005
|
#12
|
![]() |
2006-01-19
, 18:57
|
Posts: 2 |
Thanked: 0 times |
Joined on Jan 2006
@ OregonUSA
|
#13
|
![]() |
2006-01-19
, 18:58
|
Posts: 66 |
Thanked: 3 times |
Joined on Dec 2005
|
#14
|
Thanks that got me closer. I got it and got it unpacked/installed.. Now I have to hunt down dependencies.. "libssl.so.0.9.8"
![]() |
2006-01-19
, 19:08
|
Posts: 949 |
Thanked: 14 times |
Joined on Jul 2005
|
#15
|
![]() |
2006-01-19
, 19:44
|
Posts: 66 |
Thanked: 3 times |
Joined on Dec 2005
|
#16
|
![]() |
2006-01-19
, 20:09
|
Posts: 949 |
Thanked: 14 times |
Joined on Jul 2005
|
#17
|
![]() |
2006-03-01
, 01:33
|
Posts: 25 |
Thanked: 3 times |
Joined on Jan 2006
|
#18
|
First you need to find your way through the debian binary packages repository, which can be confusing. Here's a hint :
ftp://ftp.debian.org/debian/pool/main/w/wget/
Then download the binary package for the ARM platforms (of which the 770 is one), here :
ftp://ftp.debian.org/debian/pool/mai...10.2-1_arm.deb
Although theses packages end in .deb they don't work with the maemo installer which needs a specific repackaging. The maemo python pages explain how you can unpack them though, *if you are "root"* :
dpkg -X some-package.deb /
(note trailing slash...)
This will put all necessary files in the right places but may not do some things that the installer would (like creating users etc.) so there may be additional steps left up to you (--> RTFM :-).
I have done this successfully for Privoxy (also on the Maemo wiki wish list) and am in the process of documenting it in the wiki here.
Good luck,
fp