From: MaF Date: 2006-02-02T06:54:52+09:00 Subject: Re: ruby for the nokia 770 internet tablet Hi, i plan also to use ruby on nokia770: Yesterday, i have uploaded the debian package for arm and it is working out of the box. The only problem, as it is not a mameo package, you need to extracted and copied as root (Application Installer refused to load it). packages: libruby1.8_1.8.4-1_arm.deb ruby1.8_1.8.4-1_arm.deb i plan to use ziprequire in order to have less files and use less space. Regards Marc Foret PS: i try to use webrick, it start correctly, but required online connection, may be dns lookup ? #extracted using the following commands: dpkg -x libruby1.8_1.8.4-1_arm.deb /media/mmc1/tmp # extracted on the memory card dpkg -x ruby1.8_1.8.4-1_arm.deb /media/mmc1/tmp # extracted on the memory card cd /media/mmc1/tmp/usr # look to the content and copy to usr tar cf - .|(cd /usr; tar xf - ) - ---- Marc Foret