Closed mateomurphy closed 2 years ago
I ran into a few issues on a recent install:
libncurses5
sudo apt-get install libncurses5
mysql_install_db
scripts/mysql_install_db
~/.asdf/installs/mysql/5.6.51
The first is perhaps just a documentation issue, but perhaps there's a solution for the second?
Hey @mateomurphy , thanks for the report. I've updated the documentation, and added the scripts/ directory so that it's scripts get shimmed correctly.
scripts/
I ran into a few issues on a recent install:
libncurses5
was required, necessitating asudo apt-get install libncurses5
mysql_install_db
wasn't in PATH, and needed to be run asscripts/mysql_install_db
from~/.asdf/installs/mysql/5.6.51
The first is perhaps just a documentation issue, but perhaps there's a solution for the second?