[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Gem Installation Failure

Darshana Gangwal

7/23/2008 1:02:00 PM

Hi,
We are trying to install gems on Linux- CentOS 5 machine however, it
fails to connect gems repository due to proxy setting.
Can anyone provide pointers on this?
Following are details of ruby and gem version that we have installed.
Ruby version: 1.8.6
Gem: 1.2.0

Thanks
Darshana
--
Posted via http://www.ruby-....

1 Answer

Eric Hodel

7/23/2008 5:19:00 PM

0

On Jul 23, 2008, at 06:02 AM, Darshana Gangwal wrote:

> Hi,
> We are trying to install gems on Linux- CentOS 5 machine however, it
> fails to connect gems repository due to proxy setting.
> Can anyone provide pointers on this?

Set the HTTP_PROXY environment variable, and optionally
HTTP_PROXY_USER and HTTP_PROXY_PASS.