Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Can’t install mysql for ruby Re: Can’t install mysql for ruby

#111379
mweldan
Member

on ubuntu? installing libmysqlclient16-dev appears worked. otherwise use ruby-mysql

apt-get install libmysqlclient16-dev

root@prindu:~# gem list –local |grep mysql
mysql (2.8.1)

resource: http://www.ruby-forum.com/topic/49439