Hi Tom,<br><br>I had a simlar issue the other week heres how I fixed it:<br><br>gem install mysql -- --with-mysql-config=/PATH/TO/mysql_config<br> <br>Seemed simpler than the other route!  And the mysql gem complied a treat.
<br><br>Ross<br><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Message: 4<br>Date: Fri, 18 Aug 2006 09:36:24 +0100<br>From: Tom Medhurst <
<a href="mailto:tom@tmedhurst.me.uk">tom@tmedhurst.me.uk</a>><br>Subject: Re: [LRUG] Help with mish-mash rails install<br>To: London Ruby Users Group <<a href="mailto:chat@lrug.org">chat@lrug.org</a>><br>Message-ID: <
<a href="mailto:7823E03A-DEAB-481E-B305-80D06E40B3DF@tmedhurst.me.uk">7823E03A-DEAB-481E-B305-80D06E40B3DF@tmedhurst.me.uk</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>Hi Guys<br>I come to you in a moment of desperation...
<br><br>...the caveat is I am a humble c# windows developer with little - no<br>experience with programming for mac, (read a book on objective c once<br>and ran away!) Although I thought that had changed when I turned to<br>
ruby.. now I could write programs that ported onto any system.. even<br>better with rails, as I could develop web sites on my pc or one of my<br>macs, great!<br><br>I managed to work out how to install all the prereqs: mysql, ruby-
<br>mysql-adapter, rails and all dependencies via rubygems and get it<br>working.. yay!<br><br>However when it comes to upgrading, when there is a new release of<br>rails for example; I am in a world of pain! AHHHH! My real underlying
<br>problem is I have no clue how all these apps are tied together and I<br>am missing some fundamental knowledge of how OSX and even UNIX does<br>things because I am Bill Gate's bytch. :'-(<br><br>So I ran under bash:<br>
<br>sudo bash<br>gem update rails --include-dependencies<br><br>and it updated everything like a dream.. however when I attempted to<br>run any rails app, I got an error complaining that it could not login<br>as no password was being sent. (Access denied for user:
<br>'<a href="mailto:root@127.0.0.1">root@127.0.0.1</a>' (Using password: NO))<br>So I thought fine; I must need to update the rails-mysql adapter as<br>it is no longer sending the connection string correctly; but this is
<br>starting to sound like the UNIX equivalent of DLL hell!<br><br>So I upgraded to version 2.7 (ruby) using the bash command:<br><br>gem update mysql<br><br>Which failed instantly, I think something important is missing from
<br>my PATH??<br>so I went to the mysql2.7 gem directory and ran:<br><br>ruby extconf.rb --with-mysql-config<br>make<br>ruby test.rb localhost root andmypasswordhere<br>make install<br><br>unfortunately four of the unit tests failed and now web brick won't
<br>even boot. I am sorry to clutter a happy newsgroup with stories of<br>terror, but I desperately need some guidence, firstly in fixing what<br>I currently have, and secondly with an upgrade plan to ensure I don't<br>get my self into this mess everytime I upgrade.
<br><br>Many Thanks<br><br>Tom Medhurst<br><br></blockquote></div><br>