Added by William Leverich over 11 years ago
Hi,
I am attempting to install on Debian 7.1 but am getting an error during the “bundle install —without rmagick” step. It throws the error when attempting to install debug_inspector (0.0.2). I have attached a screen shot of the error.
Any help would be greatly appreciated.
Thanks!!
Replies (9)
Hi William,
you need to install build tools on your machine. This link might help;
http://www.cyberciti.biz/faq/debian-linux-install-gnu-gcc-compiler/
Good luck!
Thanks!!
That worked great. Was able to get everything installed but when I try and start the server using “ruby rails s”, it seems to crash. I have attached a screenshot.
What does your database.yml look like?
Actually, just noticed it was failing on the rake db:create:all…..
I think this is a yml issue with the password. 1234 is interpreted as a number, not a string. Could you try putting it in double quotes or something? Like this:
I also took the liberty to reformat your pasted database.yml and stack trace into pre-blocks.
That fixed everything, it’s up and running great now….
Thanks for all your help!!
Great. Enjoy!