Post Closed as "not programming related" by nickf

show/hide this revision's text 3 Tried another method of installing mysql

I also tried issuing "sudo gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config" as instructed by bradheintz, which seemed to have installed ok, but after trying to view the application environment again, no ajaxy dropdown occurs and the rails app stops completely! The following output is printed just before the application decides to die on me lol.

dyld: lazy symbol binding failed: Symbol not found: _mysql_init  Referenced from: /Library/Ruby/Gems/1.8/gems/mysql-2.7/lib/mysql.bundle  Expected in: dynamic lookupdyld: Symbol not found: _mysql_init  Referenced from: /Library/Ruby/Gems/1.8/gems/mysql-2.7/lib/mysql.bundle  Expected in: dynamic lookup
        
show/hide this revision's text 2 Also tried installation via sudo

I also tried issuing "sudo gem install mysql", however that was also to no avail:

sudo gem install mysqlBuilding native extensions.  This could take a while...ERROR:  Error installing mysql:    ERROR: Failed to build gem native extension./System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb install mysqlchecking for mysql_query() in -lmysqlclient... nochecking for main() in -lm... yeschecking for mysql_query() in -lmysqlclient... nochecking for main() in -lz... yeschecking for mysql_query() in -lmysqlclient... nochecking for main() in -lsocket... nochecking for mysql_query() in -lmysqlclient... nochecking for main() in -lnsl... nochecking for mysql_query() in -lmysqlclient... noGem files will remain installed in /Library/Ruby/Gems/1.8/gems/mysql-2.7 for inspection.Results logged to /Library/Ruby/Gems/1.8/gems/mysql-2.7/gem_make.out
        
show/hide this revision's text 1