I am trying to call 'bundle install' on a folder which contains ROR code. It always gets hanged to a single line:-
Installing mysql2 0.3.19 with native extensions
I searched for the same issue on google and I found some solutions like this and this one. However, the solutions mentioned in both above links automatically uninstall existing version of mysql (which is 5.6 for me) and install latest mysql version (5.7). I do not want to upgrade my mysql version. Can there be any solution which will work with my existing version of mysql? I am using Ubuntu 16.04.