I’m having problem trying to get the app running properly due to it not
finding MySQL.It seems that the app can’t find mysql.
This error shows up on my production log: MissingSourceFile (no such
file to load – mysql)
I’m having problem trying to get the app running properly due to it not
finding MySQL.It seems that the app can’t find mysql.
This error shows up on my production log: MissingSourceFile (no such
file to load – mysql)
try reinstalling the mysql gem :
sudo gem install mysql --with-mysql-config=/usr/local/mysql/bin/
mysql_config
adapt the mysql-config path according to your system.
Sheldon
On Jan 14, 5:04 pm, Patrick P. [email protected]
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs