Active Topics

 



Notices


Reply
Thread Tools
Posts: 105 | Thanked: 299 times | Joined on Sep 2010
#1
Hi, I want to install ruby on rails in fremantle, so far I've been able to install ruby1.8 and ruby gems, when I run:

Code:
gem install bundle --no-rdoc --no-ri
it works, but gem install rails --no-rdoc --no-ri doesn't work, I keep getting an error

Code:
In file included from wrapper.c:32
make: *** [wrapper.o] Error 1
If I try to install gem sqlite3 it doesn't work, the output error says that I don't have sqlite3_libversion_number() in lsqlite3, but I have installed libsqlite3-0 and libsqlite3-dev from sdk repo

Have you managed to install rails?

I also tried jruby but I can't get gems to work in jruby, hope you can help me! Thanks!

Edit: It seems that the problem is bcrypt-ruby when trying to install it I get the same error..

Code:
In file included from wrapper.c:32
ow-crypt.h:18: ',' expected
make: *** [wrapper.o] Error 1
this fragment is from ow-crypt.h:

line 17: #ifndef __SKIP_GNU
line 18: extern char *crypt(__CONST char *key, __CONST char *setting);
line 19: extern char *crypt_r(__CONST char *key, __CONST char *setting, void *data);
line 20: #endif

Last edited by Iktwo; 2011-09-06 at 18:42.
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:42.