Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoinstaller don't works fine in linux. #8

Open
Danixu opened this issue Oct 27, 2012 · 2 comments
Open

Autoinstaller don't works fine in linux. #8

Danixu opened this issue Oct 27, 2012 · 2 comments

Comments

@Danixu
Copy link

Danixu commented Oct 27, 2012

Hi, i've a problem with autoinstaller in linux. I've tried to use it in ubuntu 12.10, and the program installs, but give me an error of dependencies, and i don't know how to fix...

/usr/lib/ruby/vendor_ruby/1.8/rubygems/dependency.rb:247:in to_specs': Could not find rubydns (~> 0.4.0) amongst [eventmachine-1.0.0, rainbow-1.1.4, rexec-1.5.1, rubydns-0.5.2] (Gem::LoadError) from /usr/lib/ruby/vendor_ruby/1.8/rubygems/dependency.rb:256:into_spec'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1231:in `gem'
from ./fuckPsn.rb:18

@Klaster1
Copy link

You get the error since installed rubydns version is 0.5.2 and fuckPsn isn't compatible with it. To acquire 0.4.0, uninstall current version:

gem uninstall rubydns

And install older one:

gem install --version '0.4.0' rubydns

@Danixu
Copy link
Author

Danixu commented Oct 28, 2012

Just working 👍

Thanks a lot ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants