It's Strange that I cam after all this time with the same error coming out when I try to run the Webrick server..
\KAMAL$ rails server /Library/Ruby/Gems/1.8/gems/mysql2-0.3.11/lib/mysql2/mysql2.bundle: dlopen(/Library/Ruby/Gems/1.8/gems/mysql2-0.3.11/lib/mysql2/mysql2.bundle, 9): Library not loaded: libmysqlclient.18.dylib (LoadError) Referenced from: /Library/Ruby/Gems/1.8/gems/mysql2-0.3.11/lib/mysql2/mysql2.bundle Reason: image not found - /Library/Ruby/Gems/1.8/gems/mysql2-0.3.11/lib/mysql2/mysql2.bundle from /Library/Ruby/Gems/1.8/gems/mysql2-0.3.11/lib/mysql2.rb:9 from /Library/Ruby/Gems/1.8/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in `require' from /Library/Ruby/Gems/1.8/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in `require' from /Library/Ruby/Gems/1.8/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in `each' from /Library/Ruby/Gems/1.8/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in `require' from /Library/Ruby/Gems/1.8/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in `each' from /Library/Ruby/Gems/1.8/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in `require' from /Library/Ruby/Gems/1.8/gems/bundler-1.3.5/lib/bundler.rb:132:in `require' from /Users/ahmedkamal/Documents/railswork/simple_cms/config/application.rb:7 from /Library/Ruby/Gems/1.8/gems/railties-3.2.13/lib/rails/commands.rb:53:in `require' from /Library/Ruby/Gems/1.8/gems/railties-3.2.13/lib/rails/commands.rb:53 from /Library/Ruby/Gems/1.8/gems/railties-3.2.13/lib/rails/commands.rb:50:in `tap' from /Library/Ruby/Gems/1.8/gems/railties-3.2.13/lib/rails/commands.rb:50 from script/rails:6:in `require' from script/rails:6 --- ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0] /usr/bin/ruby ---- mysql Ver 14.14 Distrib 5.6.10, for osx10.7 (x86_64) using EditLine wrapper /usr/local/mysql/bin/mysql ------ Rails 3.2.13 /usr/bin/rails -------- *** LOCAL GEMS *** actionmailer (3.2.13) actionpack (3.2.13) activemodel (3.2.13) activerecord (3.2.13) activeresource (3.2.13) activesupport (3.2.13) arel (3.0.2) builder (3.0.4) bundler (1.3.5) coffee-rails (3.2.2) coffee-script (2.2.0) coffee-script-source (1.6.2) erubis (2.7.0) execjs (1.4.0) hike (1.2.2) i18n (0.6.1) journey (1.0.4) jquery-rails (2.2.1) json (1.7.7) mail (2.5.3) mime-types (1.22) multi_json (1.7.2) mysql2 (0.3.11) polyglot (0.3.3) rack (1.4.5) rack-cache (1.2) rack-ssl (1.3.3) rack-test (0.6.2) rails (3.2.13) railties (3.2.13) rake (10.0.4) rdoc (3.12.2) rubygems-update (2.0.3) sass (3.2.7) sass-rails (3.2.6) sprockets (2.2.2) thor (0.18.1) tilt (1.3.7) treetop (1.4.12) tzinfo (0.3.37) uglifier (2.0.1) webrick (1.3.1) ------------ what could anyone helps me ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

