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

ERROR: Error installing oxidized: net-telnet requires Ruby version >= 2.3.0. #1602

Closed
SuhPr3me opened this issue Oct 23, 2018 · 4 comments
Closed

Comments

@SuhPr3me
Copy link

SuhPr3me commented Oct 23, 2018

Seems that I am having the same issue as:

#1472

OS: CentOS 7

I have removed ruby 2.1.2 and installed 2.4.2 using rvm, but it is still giving me the same problem.

Any thoughts on resolving this dependency issue?

@SuhPr3me
Copy link
Author

Fixed issue

@rpgh1020
Copy link

rpgh1020 commented Nov 5, 2018

Fixed issue

How were you able to fix this? I am doing a fresh install of oxidized on centos 7 today and hitting the same error.

@zkiroel
Copy link

zkiroel commented Nov 8, 2018

same error here
#1471 (comment)

@SuhPr3me
Copy link
Author

SuhPr3me commented Dec 6, 2018

Fixed issue

How were you able to fix this? I am doing a fresh install of oxidized on centos 7 today and hitting the same error.

Hi, so if you have ran into this problem during install I am going to assume that you have already installed the gems.

What you will have to do is list the gems using "gem list", this will list out the gems that you have installed. In my case I had two versions of "net-telnet" installed.

So, I had to uninstall the wrong version of the gem using "gem uninstall net_telnet --version $VERSION" and rebooted my server (this part was probably not necessary but since it wasn't in production yet I figured, why not) and after that it worked.

Hope this helps.

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

3 participants