Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Have ruby working on ARM9
Jump...
Cancel
Locked
Locked
Replies
4 replies
Subscribers
119 subscribers
Views
3233 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Have ruby working on ARM9
Pierre Fourgeaud
over 12 years ago
Pierre Fourgeaud
over 12 years ago
Note: This was originally posted on 25th May 2011 at
http://forums.arm.com
I use [color=#000532][font=Verdana]ARM926-EJ AT91SAM9260 with openWRT Kamicaze.[/font][/color]
Thnaks for your interest !
Cancel
Vote up
0
Vote down
Cancel
Pierre Fourgeaud
over 12 years ago
Note: This was originally posted on 25th May 2011 at
http://forums.arm.com
So,
I've found packages to install ruby and rubygems here :
http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/
I add this url into the opkg.conf and I exec those command :
opkg update
opkg install ruby
All works fine until here
But when I want to run ruby ... the bad ....
ruby is not in the path and when i run /opt/bin/ruby I have an error :
-ash: /opt/bin/ruby: not found ....
Have you an idea ?
Thanks
Cancel
Vote up
0
Vote down
Cancel
Alban Rampon
over 12 years ago
Note: This was originally posted on 25th May 2011 at
http://forums.arm.com
Bonjour Pierre,
May I ask which
distribution
you are using and which
ARM9 SoC
?
I found a few resource on rubygems for ARM and would like to see if they are relevant.
Kindly, Alban
Cancel
Vote up
0
Vote down
Cancel
Alban Rampon
over 12 years ago
Note: This was originally posted on 26th May 2011 at
http://forums.arm.com
Hello Pierre,
I was suspecting such "mini" distribution. I encountered similar issues with my ARMv5 NAS on which I also use ipkg.
In my case, the
installation path from ipkg is different from the 'standard' software
.
May be you could locate (find / -name ruby) where ruby actually resides and then create a symbolic link from /opt/bin/ruby or execute it from there ?
Or, may be also install the
rubygems_1.1.1-1_arm.ipk
package...
Bonne chance, Alban
Cancel
Vote up
0
Vote down
Cancel