[Rails] Re: Problems with MySQL Installation

2009-08-30 Thread Albrecht Backhaus
Rick Lloyd wrote: > Do you have mysql installed? Yes > What happens when you type: mysql --> version mysql Ver 14.12 Distrib 5.0.67, for suse-linux-gnu (i686) using readline 5.2 > How about when you type: which mysql_config > > i.e.: which mysql_config > /usr/local/mysql/bin/mysql_config

[Rails] Re: Problems with MySQL Installation

2009-08-29 Thread Rick
Do you really have sqlite3 installed? What happens when you type: which sqlite3 i.e.: which sqlite3 /opt/local/bin/sqlite3 On my system I would then install the gem using: gem install sqlite3-ruby -- --with-sqlite3-include=/opt/local/include --with-sqlite3-lib=/opt/local/lib On Aug 29, 10:12

[Rails] Re: Problems with MySQL Installation

2009-08-29 Thread Rick
Do you have mysql installed? What happens when you type: mysql -- version i.e.: mysql --version mysql Ver 14.14 Distrib 5.1.31, for apple-darwin9.5.0 (powerpc) using readline 5.1 How about when you type: which mysql_config i.e.: which mysql_config /usr/local/mysql/bin/mysql_config Assuming y

[Rails] Re: Problems with MySQL Installation

2009-08-29 Thread Joonas Lindholm
I borrow this thread because I have the same problem but with sqlite3. ... checking for sqlite3.h... no *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. ... I tried to fix it by downloading the source code for sqlite fr