Prev: Parsing geonames
Next: Ruby TK
From: Eduardo Mucelli R. Oliveira on 2 Jun 2010 16:08 On Jun 2, 4:35 am, Santosh Dvn <santosh...(a)gmail.com> wrote: > Hi I am installing ruby gems on ubuntu 8.04 .. while installing i got > the following error. > > $wgethttp://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz > > Error : Name or service could not be resolved > > Could you any one help on this ... > > Thanks in advance. > -- > Posted viahttp://www.ruby-forum.com/. The link you provide is reachable (even if it is an old version, as pointed out previously). You are facing a DNS lookup issue.
From: Santosh Dvn on 3 Jun 2010 03:09 Eduardo Mucelli R. Oliveira wrote: > On Jun 2, 4:35�am, Santosh Dvn <santosh...(a)gmail.com> wrote: >> -- >> Posted viahttp://www.ruby-forum.com/. > > The link you provide is reachable (even if it is an old version, as > pointed out previously). You are facing a DNS lookup issue. Do i need to edit resolv.conf file or anything .. can you please sugesst what could be done in this regard ? -- Posted via http://www.ruby-forum.com/.
From: Luke Chadwick on 3 Jun 2010 03:31 Hi Santosh, Â Â Â Editing /etc/resolv.conf should get you started. You can put the following entries in the file (opendns servers) in the file
From: Santosh Dvn on 3 Jun 2010 04:29
Luke Chadwick wrote: > Hi Santosh, > Editing /etc/resolv.conf should get you started. > You can put the following entries in the file (opendns servers) in the > file. > > nameserver 208.67.222.222 > nameserver 208.67.220.220 > > Regards, > > Luke Ma Hi Luke, Thanks for the reply .. may i know what are those IP's refers to . -- Posted via http://www.ruby-forum.com/. |