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
> 
> Assuming you have mysql installed, you can install the mysql gem by
> typing:
> 
> gem install mysql --with-mysql-config=/usr/local/mysql/bin/
> mysql_config
> 
> NOTE: substitute your path to mysql_config for mine here.
> 

When I try this I get the follwing error:

h1605521:~ # gem install mysql --with-mysql-config=/usr/bin/mysql_config
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --with-mysql-config=/usr/bin/mysql_config

I checked more than twice for typos - can't see

Any other idea ?

-- 
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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to