-
Notifications
You must be signed in to change notification settings - Fork 88
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
makefile issue - mkdir #147
Comments
I had the same issue on Ubuntu 20.04 with Ruby 2.6.6. @dimitrisdovinos your fix worked like a charm. |
@dimitrisdovinos @withhawaii I guess this is caused by using Instead of creating a symlink I rather recommend to recompile the installed ruby rvm version with TL;DR: Further notes:
|
Thanks for creating this issue @dimitrisdovinos. @sbocinec seems more informed, so I am going to follow his suggestion and reinstall ruby. |
@sbocinec Thanks for explanation ❤️ |
The makefile did not work for my setup (Ubuntu 20)
make "DESTDIR=" install
make: /usr/bin/mkdir: Command not found
I had to manually add a symlink to mkdir
sudo ln -s /bin/mkdir /usr/bin/mkdir
The text was updated successfully, but these errors were encountered: