2011-03-20 116 views
0

我在freebsd 8盒上安裝了輻射。當我啓動它,我得到以下錯誤:「:字符串‘實例 ’爲未定義的方法`camelize」」輻射CMS - 未定義的方法`camelize'爲「實例」:字符串

這是我有:

[[email protected] ~]# ruby --version 
ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-freebsd8] 

[[email protected] ~]# gem --version 
1.6.2 

[[email protected] ~]# gem list 
*** LOCAL GEMS *** 
activerecord (2.3.8) 
activesupport (2.3.8) 
arel (2.0.9) 
builder (2.1.2) 
i18n (0.5.0) 
rack (1.1.2) 
radiant (0.9.1) 
rake (0.8.7) 
RedCloth (4.2.7) 
sources (0.0.2) 
tzinfo (0.3.25) 
will_paginate (2.3.15) 

[[email protected] ~]# radiant --help 
undefined method `camelize' for "instance":String 

任何人都可以幫我嗎?

回答

2

別人幾乎同樣的問題,通過重建他們的Ruby的iconv庫固定它:

$ cd /usr/ports/converters/ruby-iconv 
$ make install clean 

我不是一個FreeBSD大師所以這可能會或可能不會爲你工作。

+2

'gem install iconv'爲我工作 – daamsie 2013-06-06 12:34:49

相關問題