I searched around the world for a question, a blog, everything that could solve this particular error, but I can’t find it.
Bash (well, zsh) works mostly on Windows 10. I installed rbenv and ruby build through their respective git repositories. I installed the project, installed the rbenv version (using 2.3.3, but it also does not work on 2.4.0), and try installing the gem.
➜ git application :( wizard) ✗ gem installation kit
/home/nick/.rbenv/versions/2.3.3/bin/ruby: character search error: /home/nick/.rbenv/versions/2.3.3/lib/ruby/2.3.0/x86_64-linux/socket. so: undefined symbol: parse_numeric_port
Any idea how to fix this? Is there a problem with linux on Windows or am I doing something wrong?
source
share