On unix systems you can typically do "which mysql_config" and you'll find that the libraries are "$(which mysql_config)/../lib".
Then you can use Fred's tip and: gem install mysql -- --with-mysql-config=$(which mysql_config) Rick On Dec 3, 8:15 am, Jo Potts <[EMAIL PROTECTED]> wrote: > Instructions to fix this are here: > > http://articles.slicehost.com/2008/7/8/ubuntu-hardy-installing-mysql-... > -- > Posted viahttp://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 -~----------~----~----~----~------~----~------~--~---

