On Dec 26, 2005, at 3:10 PM, Shelby Westman wrote:
> I am confused about ruby fast C bindings. Does the command:
>
> gem install mysql
>
> install these?
>
> Is this page:
> http://www.tmtm.org/en/mysql/ruby/
> the home page for these bindings? If so, it gives no instructions
> about installing them with using gem.
>
> Wondering if this is all the same???
>
> Thanks for any help...
> Shelby
>
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
Yes they are the same thing. What platform are you trying to install
them on? If you are on linux or osx try this command:
$ which mysql_config
If that returns the location then you can install the bindings like
this:
$ sudo gem install mysql -- --with-mysql-config
Or you can download the tar.gz from the site you mentioned and
install them that way. The net result is the same though. If you are
on windows or which mysql_config turns up nothing, you should read
the readme in the tar.gz file and move on to one the recommendations
there.
Cheers-
-Ezra Zygmuntowicz
WebMaster
Yakima Herald-Republic Newspaper
ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org
509-577-7732
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails