Trying to install Ruby on my Ubuntu parition. I untared, ./configure’d,
make’d, and now on “sudo make install”:
http://pastie.org/661313
Also, FYI but the FAQ link in “Please Read Before Posting” is a:
File Not Found
The file you were looking for could not be found.
Attempted URL: /faq/rubyfaq.html
It is possible that you typed the URL incorrectly or that you clicked on
a bad link.
<< Back to Home Page
On Mon, Oct 19, 2009 at 3:55 PM, Kurtis Rainbolt-greene
[email protected] wrote:
Trying to install Ruby on my Ubuntu parition. I untared, ./configure’d,
make’d, and now on “sudo make install”:
http://pastie.org/661313
It’s telling you there’s no disk space to do the install. Time to clean
up old junk files laying around…
Hassan S. wrote:
On Mon, Oct 19, 2009 at 3:55 PM, Kurtis Rainbolt-greene
[email protected] wrote:
Trying to install Ruby on my Ubuntu parition. I untared, ./configure’d,
make’d, and now on “sudo make install”:
http://pastie.org/661313
It’s telling you there’s no disk space to do the install. Time to clean
up old junk files laying around…
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 48078504 28590748 17045476 63% /home
Nope.
On Mon, Oct 19, 2009 at 5:12 PM, Hassan S. <
[email protected]> wrote:
That’s what the error message is saying. Are you really trying to
install Ruby under /home?? That’s somewhat atypical…
The following:
User@User-laptop:~/Downloads/ruby-1.9.1-p243$ sudo make install
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb
./instruby.rb --make=“make” --dest-dir="" --extout=".ext" --mflags=""
–make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list
.installed.list --mantype=“doc”
…leads me to suspect it’s going under /usr somewhere.
On Mon, Oct 19, 2009 at 4:06 PM, Kurtis Rainbolt-greene
[email protected] wrote:
It’s telling you there’s no disk space to do the install. Time to clean
up old junk files laying around…
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 48078504 28590748 17045476 63% /home
Nope.
That’s what the error message is saying. Are you really trying to
install Ruby under /home?? That’s somewhat atypical…
Kurtis Rainbolt-greene wrote:
Hassan S. wrote:
On Mon, Oct 19, 2009 at 3:55 PM, Kurtis Rainbolt-greene
[email protected] wrote:
Trying to install Ruby on my Ubuntu parition. I untared, ./configure’d,
make’d, and now on “sudo make install”:
http://pastie.org/661313
It’s telling you there’s no disk space to do the install. Time to clean
up old junk files laying around…
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 48078504 28590748 17045476 63% /home
Nope.
All fixed, nevermind. Somehow this computer had 7mb partition for
/usr/local. Don’t ask.
Much appreciated!
Kurtis Rainbolt-greene wrote:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 48078504 28590748 17045476 63% /home
Nope.
All fixed, nevermind. Somehow this computer had 7mb partition for
/usr/local. Don’t ask.
Much appreciated!
Next time… use command ‘df’, with options, it’s a much better
description of what’s going on…
hth
ilan