ruby on rails - Installing mysql gem on rubinius -


i have tried installing mysql gem on fedora using rubinius keeps throwing failed build gem's native extension , should install development tools first.

i on fedora 22 , have mysql-devel library installed. should do?

you don’t have gcc et al installed yet. “development tools” being referred yum/dnf group. can install slew of build tools following these instructions. we’re on fedora 22, use dnf instead of yum.

so, in short:

sudo dnf groupinstall 'development tools' 'development libraries' 

Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -