Rails on Mac OS X Snow Leopard: mysql2.bundle dlsym - Symbol not found (LoadError)?

Which ruby says that you're using not the RVM supplied ruby. After installing RVM and a ruby, you have to tell RVM to use it: rvm use --default 1.9.2 If you haven't installed ruby on RVM yet then you have to install it before using: rvm install 1.9.2 After that you will probably need to install rails again, as your current version is probably installed with the system ruby and not RVM.

Thanks this worked. I also needed to uninstall the mysql2 gem and reinstall it like that: env ARCHFLAGS="-arch x86_64" gem install mysql2 I notice that even though I run rvm use --default 1.9.2 and works, when I open a new terminal which ruby still gives me the system ruby, unless I run the rvm use command again (which may have caused the confusion). Isn't this the whole point --default i.e.To remember?

Note: this is the last line of my . Bash_profile: source /Users/nicolas/. Rvm/scripts/rvm – Nicolas Kokkalis May 25 at 22:32 Yes it should stay the default ruby but I don't know why it doesn't.

– Tomas Markauskas May 26 at 8:19.

Bundle: dlsym(0x13782a0, Init_mysql2): symbol not found - /Users/nicolas/. This a very persistent error. I have upgraded from Leopard to Snow Leopard in the past.

I have tried bundle install. I have tried erasing ~/. I tried installing the latest mysql (mysql-5.5.12-osx10.6-x86_64.

$ file /usr/local/mysql/lib/libmysqlclient.18.

Which ruby says that you're using not the RVM supplied ruby. After installing RVM and a ruby, you have to tell RVM to use it.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions