[Rails] Re: new rails project error

2012-04-05 Thread YogiZoli
Try to use RVM on Debian too http://beginrescueend.com/os/debian/ http://blog.beyondthecorner.co.uk/2010/04/06/installing-rvm-on-debian-lenny/ it's gonna solve all your Gem dependency issues. On Apr 4, 3:36 pm, Rogerio Medeiros arge...@gmail.com wrote: http://sachachua.com/blog/p/22184/

[Rails] Re: new rails project error

2012-04-04 Thread Juan Pablo Avello
El miércoles 4 de abril de 2012 15:30:15 UTC+2, Ruby-Forum.com User escribió: Hi all, I install Ruby1.9.2po0 and Rails3.2.3 on RedHat5 When I create a project rails nwe chapter It show below error message: * Installing

[Rails] Re: new rails project error

2012-04-04 Thread CC Chen
Juan Pablo Avello wrote in post #1055004: El mircoles 4 de abril de 2012 15:30:15 UTC+2, Ruby-Forum.com User escribi: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native checking for sqlite3_load_extension()... no database.c:47: error: 'SQLITE_OPEN_READWRITE' undeclared

[Rails] Re: new rails project error

2012-04-04 Thread Juan Pablo Avello
If you are using ubuntu or other apt- system, you can check: aptitude search sqlite3, which will list packages containing that word; installed packages will look like i libsqlite3-dev. Not installed packages will appear with 'p' instead of 'i'. El miércoles 4 de abril de 2012 16:26:40

[Rails] Re: new rails project error

2012-04-04 Thread CC Chen
Juan Pablo Avello wrote in post #1055007: If you are using ubuntu or other apt- system, you can check: aptitude search sqlite3, which will list packages containing that word; installed packages will look like i libsqlite3-dev. Not installed packages will appear with 'p' instead of 'i'.

Re: [Rails] Re: new rails project error

2012-04-04 Thread Colin Law
On 4 April 2012 16:23, CC Chen li...@ruby-forum.com wrote: Juan Pablo Avello wrote in post #1055007: If you are using ubuntu or other apt- system, you can check: aptitude search sqlite3, which will list packages containing that word; installed packages will look like i   libsqlite3-dev.