Installing Rails on Ubuntu 13.04Can install Rails on Ubuntu 14.04 with Ruby 2.1.3Readline not compiled by default - Causing `require': no such file to load — readlinesqlite-ruby gem problemCompass (ruby) error on Precise“Cannot load such file — openssl” when running bundleFailed to install a ruby gem, eventmachine/usr/bin/ruby1.9.1: No such file or directory — /usr/share/rubygems-integration/1.9.1/gems/bundler-1.3.5/bin/bundle (LoadError)Just installed Ubuntu/Ruby, cant create rails projectmsfconsole not running Ignoring bcrypt-3.1.11Can't install Rails on Ubuntu 16.04gem install failure
How do we create new idioms and use them in a novel?
Automaton recognizing ambiguously accepted words of another automaton
What should I do when a paper is published similar to my PhD thesis without citation?
PTIJ: Sport in the Torah
Either of .... (Plural/Singular)
ESPP--any reason not to go all in?
How do spaceships determine each other's mass in space?
Is divide-by-zero a security vulnerability?
What is better: yes / no radio, or simple checkbox?
How to copy the rest of lines of a file to another file
Is it a Cyclops number? "Nobody" knows!
Volume of hyperbola revolved about the y -axis
Having the player face themselves after the mid-game
Can the Witch Sight warlock invocation see through the Mirror Image spell?
Use Mercury as quenching liquid for swords?
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
Boss Telling direct supervisor I snitched
Are small insurances worth it?
How do you make a gun that shoots melee weapons and/or swords?
Do Paladin Auras of Differing Oaths Stack?
What is this tube in a jet engine's air intake?
Why aren't there more Gauls like Obelix?
Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?
Idiom for feeling after taking risk and someone else being rewarded
Installing Rails on Ubuntu 13.04
Can install Rails on Ubuntu 14.04 with Ruby 2.1.3Readline not compiled by default - Causing `require': no such file to load — readlinesqlite-ruby gem problemCompass (ruby) error on Precise“Cannot load such file — openssl” when running bundleFailed to install a ruby gem, eventmachine/usr/bin/ruby1.9.1: No such file or directory — /usr/share/rubygems-integration/1.9.1/gems/bundler-1.3.5/bin/bundle (LoadError)Just installed Ubuntu/Ruby, cant create rails projectmsfconsole not running Ignoring bcrypt-3.1.11Can't install Rails on Ubuntu 16.04gem install failure
I tried installing rails according to this guide, and when I do, I get this error:
$ sudo gem install rails
WARNING: Error fetching data: Errno::ENOENT: No such file or directory - getaddrinfo (http://rubygems.org/specs.4.8.gz)
WARNING: Error fetching data: Errno::ENOENT: No such file or directory - getaddrinfo (http://rubygems.org/latest_specs.4.8.gz)
Building native extensions. This could take a while...
ERROR: Error installing rails:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:1:in `<main>'
Gem files will remain installed in /var/lib/gems/1.9.1/gems/json-1.8.0 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/json- 1.8.0/ext/json/ext/generator/gem_make.out
I've never seen anything like this before, so any feedback would be greatly appreciated.
ruby rails
add a comment |
I tried installing rails according to this guide, and when I do, I get this error:
$ sudo gem install rails
WARNING: Error fetching data: Errno::ENOENT: No such file or directory - getaddrinfo (http://rubygems.org/specs.4.8.gz)
WARNING: Error fetching data: Errno::ENOENT: No such file or directory - getaddrinfo (http://rubygems.org/latest_specs.4.8.gz)
Building native extensions. This could take a while...
ERROR: Error installing rails:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:1:in `<main>'
Gem files will remain installed in /var/lib/gems/1.9.1/gems/json-1.8.0 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/json- 1.8.0/ext/json/ext/generator/gem_make.out
I've never seen anything like this before, so any feedback would be greatly appreciated.
ruby rails
1
Possible duplicate of Can install Rails on Ubuntu 14.04 with Ruby 2.1.3
– Charles Green
12 hours ago
add a comment |
I tried installing rails according to this guide, and when I do, I get this error:
$ sudo gem install rails
WARNING: Error fetching data: Errno::ENOENT: No such file or directory - getaddrinfo (http://rubygems.org/specs.4.8.gz)
WARNING: Error fetching data: Errno::ENOENT: No such file or directory - getaddrinfo (http://rubygems.org/latest_specs.4.8.gz)
Building native extensions. This could take a while...
ERROR: Error installing rails:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:1:in `<main>'
Gem files will remain installed in /var/lib/gems/1.9.1/gems/json-1.8.0 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/json- 1.8.0/ext/json/ext/generator/gem_make.out
I've never seen anything like this before, so any feedback would be greatly appreciated.
ruby rails
I tried installing rails according to this guide, and when I do, I get this error:
$ sudo gem install rails
WARNING: Error fetching data: Errno::ENOENT: No such file or directory - getaddrinfo (http://rubygems.org/specs.4.8.gz)
WARNING: Error fetching data: Errno::ENOENT: No such file or directory - getaddrinfo (http://rubygems.org/latest_specs.4.8.gz)
Building native extensions. This could take a while...
ERROR: Error installing rails:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:1:in `<main>'
Gem files will remain installed in /var/lib/gems/1.9.1/gems/json-1.8.0 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/json- 1.8.0/ext/json/ext/generator/gem_make.out
I've never seen anything like this before, so any feedback would be greatly appreciated.
ruby rails
ruby rails
asked Jun 3 '13 at 13:06
JShoeJShoe
3071413
3071413
1
Possible duplicate of Can install Rails on Ubuntu 14.04 with Ruby 2.1.3
– Charles Green
12 hours ago
add a comment |
1
Possible duplicate of Can install Rails on Ubuntu 14.04 with Ruby 2.1.3
– Charles Green
12 hours ago
1
1
Possible duplicate of Can install Rails on Ubuntu 14.04 with Ruby 2.1.3
– Charles Green
12 hours ago
Possible duplicate of Can install Rails on Ubuntu 14.04 with Ruby 2.1.3
– Charles Green
12 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Try to re-install Ruby, then Gem and then install Rails. Problem maybe is on Ruby or Gem.
add a comment |
Try using rvm or rbenv; they both works great... I personally prefer rvm because I want to keep gem-sets separate for different projects. See rbenv repository if you want to simple installation just using one ruby version. I've written a blog post on Rbenv Installation
Installing rbenv
Setup:
sudo apt-get update
sudo apt-get upgrade -yInstall required components for Ruby and other dependencies.
sudo apt-get install git-core -y
sudo apt-get install curl -y
sudo apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev libgdbm-dev ncurses-dev automake libtool bison subversion pkg-config libffi-dev
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
echo ‘export PATH="$HOME/.rbenv/bin:$PATH"’ >> ~/.profile
echo ‘eval "$(rbenv init -)"’ >> ~/.profile(Note: modify .bash_profile , .bash_login or .zshrc according to your needs.)
Now install some required rbenv plugins.
cd ~/.rbenv/
mkdir plugins
cd ~/.rbenv/plugins
git clone git://github.com/sstephenson/ruby-build.gitRestart the terminal.
Installing Ruby
rbenv install 1.9.3-p385Set your global Ruby version.
rbenv global 1.9.3-p385
rbenv rehash
ruby -vInstall Ruby on Rails Framework
gem install bundler
gem install rails(Don't panic, installing rails will take some time.)
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f303551%2finstalling-rails-on-ubuntu-13-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try to re-install Ruby, then Gem and then install Rails. Problem maybe is on Ruby or Gem.
add a comment |
Try to re-install Ruby, then Gem and then install Rails. Problem maybe is on Ruby or Gem.
add a comment |
Try to re-install Ruby, then Gem and then install Rails. Problem maybe is on Ruby or Gem.
Try to re-install Ruby, then Gem and then install Rails. Problem maybe is on Ruby or Gem.
answered Jun 3 '13 at 13:10
Ziyaddin SadigovZiyaddin Sadigov
2,37451931
2,37451931
add a comment |
add a comment |
Try using rvm or rbenv; they both works great... I personally prefer rvm because I want to keep gem-sets separate for different projects. See rbenv repository if you want to simple installation just using one ruby version. I've written a blog post on Rbenv Installation
Installing rbenv
Setup:
sudo apt-get update
sudo apt-get upgrade -yInstall required components for Ruby and other dependencies.
sudo apt-get install git-core -y
sudo apt-get install curl -y
sudo apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev libgdbm-dev ncurses-dev automake libtool bison subversion pkg-config libffi-dev
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
echo ‘export PATH="$HOME/.rbenv/bin:$PATH"’ >> ~/.profile
echo ‘eval "$(rbenv init -)"’ >> ~/.profile(Note: modify .bash_profile , .bash_login or .zshrc according to your needs.)
Now install some required rbenv plugins.
cd ~/.rbenv/
mkdir plugins
cd ~/.rbenv/plugins
git clone git://github.com/sstephenson/ruby-build.gitRestart the terminal.
Installing Ruby
rbenv install 1.9.3-p385Set your global Ruby version.
rbenv global 1.9.3-p385
rbenv rehash
ruby -vInstall Ruby on Rails Framework
gem install bundler
gem install rails(Don't panic, installing rails will take some time.)
add a comment |
Try using rvm or rbenv; they both works great... I personally prefer rvm because I want to keep gem-sets separate for different projects. See rbenv repository if you want to simple installation just using one ruby version. I've written a blog post on Rbenv Installation
Installing rbenv
Setup:
sudo apt-get update
sudo apt-get upgrade -yInstall required components for Ruby and other dependencies.
sudo apt-get install git-core -y
sudo apt-get install curl -y
sudo apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev libgdbm-dev ncurses-dev automake libtool bison subversion pkg-config libffi-dev
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
echo ‘export PATH="$HOME/.rbenv/bin:$PATH"’ >> ~/.profile
echo ‘eval "$(rbenv init -)"’ >> ~/.profile(Note: modify .bash_profile , .bash_login or .zshrc according to your needs.)
Now install some required rbenv plugins.
cd ~/.rbenv/
mkdir plugins
cd ~/.rbenv/plugins
git clone git://github.com/sstephenson/ruby-build.gitRestart the terminal.
Installing Ruby
rbenv install 1.9.3-p385Set your global Ruby version.
rbenv global 1.9.3-p385
rbenv rehash
ruby -vInstall Ruby on Rails Framework
gem install bundler
gem install rails(Don't panic, installing rails will take some time.)
add a comment |
Try using rvm or rbenv; they both works great... I personally prefer rvm because I want to keep gem-sets separate for different projects. See rbenv repository if you want to simple installation just using one ruby version. I've written a blog post on Rbenv Installation
Installing rbenv
Setup:
sudo apt-get update
sudo apt-get upgrade -yInstall required components for Ruby and other dependencies.
sudo apt-get install git-core -y
sudo apt-get install curl -y
sudo apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev libgdbm-dev ncurses-dev automake libtool bison subversion pkg-config libffi-dev
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
echo ‘export PATH="$HOME/.rbenv/bin:$PATH"’ >> ~/.profile
echo ‘eval "$(rbenv init -)"’ >> ~/.profile(Note: modify .bash_profile , .bash_login or .zshrc according to your needs.)
Now install some required rbenv plugins.
cd ~/.rbenv/
mkdir plugins
cd ~/.rbenv/plugins
git clone git://github.com/sstephenson/ruby-build.gitRestart the terminal.
Installing Ruby
rbenv install 1.9.3-p385Set your global Ruby version.
rbenv global 1.9.3-p385
rbenv rehash
ruby -vInstall Ruby on Rails Framework
gem install bundler
gem install rails(Don't panic, installing rails will take some time.)
Try using rvm or rbenv; they both works great... I personally prefer rvm because I want to keep gem-sets separate for different projects. See rbenv repository if you want to simple installation just using one ruby version. I've written a blog post on Rbenv Installation
Installing rbenv
Setup:
sudo apt-get update
sudo apt-get upgrade -yInstall required components for Ruby and other dependencies.
sudo apt-get install git-core -y
sudo apt-get install curl -y
sudo apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev libgdbm-dev ncurses-dev automake libtool bison subversion pkg-config libffi-dev
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
echo ‘export PATH="$HOME/.rbenv/bin:$PATH"’ >> ~/.profile
echo ‘eval "$(rbenv init -)"’ >> ~/.profile(Note: modify .bash_profile , .bash_login or .zshrc according to your needs.)
Now install some required rbenv plugins.
cd ~/.rbenv/
mkdir plugins
cd ~/.rbenv/plugins
git clone git://github.com/sstephenson/ruby-build.gitRestart the terminal.
Installing Ruby
rbenv install 1.9.3-p385Set your global Ruby version.
rbenv global 1.9.3-p385
rbenv rehash
ruby -vInstall Ruby on Rails Framework
gem install bundler
gem install rails(Don't panic, installing rails will take some time.)
edited 6 hours ago
Zanna
51k13137241
51k13137241
answered Aug 19 '13 at 6:31
Alok YadavAlok Yadav
1116
1116
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f303551%2finstalling-rails-on-ubuntu-13-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Possible duplicate of Can install Rails on Ubuntu 14.04 with Ruby 2.1.3
– Charles Green
12 hours ago