I don't pretend to be a unix or any kind of expert
January 14, 2006 4:26 PM
Subscribe
Dumb question about curl and setting up Ruby on Rails from an extreme novice.
Here's the question, and I'll follow with some more background information: is curl supposed to just stop when it's done? I am using curl to download readline. Curl says it has downloaded everything, but keeps running. I quit out of curl and attempt to unzip readline. I get the following error:
gzip: stdin: unexpected end of file
tar: Read 1655 bytes from readline-5.1.tar.gz
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
What am I doing wrong?
Background information: I have been doing marketing and (lately) technical writing for the Web for a long time. I have enough html knowledge to build a basic site, but was kind of curious to see if I could do any programming, sort of as a lark. Since everyone is talking about Ruby and AJAX and all that nifty stuff, I decided to try with that program. But I am stuck setting it up (see
this tutorial).
posted by lackutrol to computers & internet (16 comments total)
file readline-5.1.tar.gz
ls -l readline-5.1.tar.gz
return?
posted by mendel at 4:48 PM on January 14, 2006