On Fri, Sep 12, 2008 at 7:46 AM, aslak hellesoy
<[EMAIL PROTECTED]> wrote:
> On Fri, Sep 12, 2008 at 1:52 PM, aidy lewis <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I am having problem with the cucumber gem install
>>
>> gem sources --add http://gems.github.com/
>> gem install aslakhellesoy-cucumber
>>
>> =>
>>
>> C:\>gem install aslakhellesoy-cucumber
>> ERROR:  While executing gem ... (Errno::ENOENT)
>>    No such file or directory -
>> c:/ruby/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.1.5/bin/cucumber
>>
>> I have created the folder manually, but I am getting a permissions denied 
>> error
>>
>
> Several people have reported it. I'm investigating. Seems like a
> Github problem actually.
>
> Please get it with Git and build the gem yourself in the meanwhile.

For anyone who's not sure about how to do that:

git clone git://github.com/aslakhellesoy/cucumber.git
cd cucumber
rake gem
rake install_gem

Cheers,
David

>
> Aslak
>
>> ERROR:  While executing gem ... (Errno::EACCES)
>>    Permission denied -
>> c:/ruby/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.1.5/bin/cucumber
>>
>> I am allowed to write to the folder myself. Has anyone had the same
>> problem? I have set the company proxy.
>>
>> I am on Windows Server 2003
>>
>> Cheers
>>
>> Aidy
>> _______________________________________________
>> rspec-users mailing list
>> rspec-users@rubyforge.org
>> http://rubyforge.org/mailman/listinfo/rspec-users
>>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to