Hello all,

I use the board WRT160nl with the following configuration:

- OpenWrt backfire 10.03.1-rc4 ar71xx
- ruby-core 1.9.2p0, installed from snapshots
- gem 1.3.7

The problem is that I got several errors when I try to use gem to install a
package. The first error i got was with zlib not been able to load. I
realize that the package ruby-zlib didn't install zlib.so and the solution I
found for that was to change that package for the one with version ruby-zlib
(1.9.1-p376-3). The next problem I can't figure out to solve is this one:

root@OpenWrt:/# gem install amqp
ERROR:  Loading command: install (ArgumentError)
    unknown encoding name: iso-8859-1
ERROR:  While executing gem ... (NameError)
    uninitialized constant Gem::Commands::InstallCommand

I installed the following package but with no help:
kmod-nls-base - 2.6.32.25-1
kmod-nls-iso8859-1 - 2.6.32.25-1
kmod-nls-utf8 - 2.6.32.25-1

And I checked they are loaded:

Module                  Size  Used by    Tainted: P
nls_iso8859_1        2832  0
nls_utf8                 816    0
nls_base                4800  3 nls_iso8859_1,nls_utf8,usbcore

But I still got the same error. Any ideas?

Thanks.
Ismael Padron.
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to