steve.gooberman-hill
2010-Jan-20 22:06 UTC
Ubuntu 9.10:: Error: uninitialized constant MysqlCompat::MysqlRes
Hi,
I''ve seen configuration issues involving this error message when
running rake under Mac OS 10, where it seems to be associated with a
bad link.
I''ve just got the same error, running Ubuntu 9.10.
I have the following packages installed
mysql Ver 14.14 Distrib 5.1.37, for debian-linux-gnu (i486) using
EditLine wrapper
mysql-client version 5.1.37
rails 2.3.5
gem 1.3.5
ruby 1.9.1
full error message is as follows:
steve@default:~/maudit/test$ sudo gem install mysql
[sudo] password for steve:
Building native extensions. This could take a while...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lm... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lz... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lsocket... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lnsl... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lmygcc... no
checking for mysql_query() in -lmysqlclient... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/local/bin/ruby
--with-mysql-config
--without-mysql-config
--with-mysql-dir
--without-mysql-dir
--with-mysql-include
--without-mysql-include=${mysql-dir}/include
--with-mysql-lib
--without-mysql-lib=${mysql-dir}/lib
--with-mysqlclientlib
--without-mysqlclientlib
--with-mlib
--without-mlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-zlib
--without-zlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-socketlib
--without-socketlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-nsllib
--without-nsllib
--with-mysqlclientlib
--without-mysqlclientlib
--with-mygcclib
--without-mygcclib
--with-mysqlclientlib
--without-mysqlclientlib
Gem files will remain installed in /usr/local/lib/ruby/gems/1.9.1/gems/
mysql-2.8.1 for inspection.
Results logged to /usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/ext/
mysql_api/gem_make.out
Any ideas?
Cheers
Steve
--
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
Ginty
2010-Jan-21 05:00 UTC
Re: Ubuntu 9.10:: Error: uninitialized constant MysqlCompat::MysqlRes
Try: sudo apt-get install libmysqlclient15-dev On Jan 20, 4:06 pm, "steve.gooberman-hill" <steve.gooberman-h...@power- oasis.com> wrote:> Hi, > I''ve seen configuration issues involving this error message when > running rake under Mac OS 10, where it seems to be associated with a > bad link. > > I''ve just got the same error, running Ubuntu 9.10. > I have the following packages installed > mysql Ver 14.14 Distrib 5.1.37, for debian-linux-gnu (i486) using > EditLine wrapper > mysql-client version 5.1.37 > rails 2.3.5 > gem 1.3.5 > ruby 1.9.1 > > full error message is as follows: > > steve@default:~/maudit/test$ sudo gem install mysql > [sudo] password for steve: > Building native extensions. This could take a while... > ERROR: Error installing mysql: > ERROR: Failed to build gem native extension. > > /usr/local/bin/ruby extconf.rb > checking for mysql_query() in -lmysqlclient... no > checking for main() in -lm... yes > checking for mysql_query() in -lmysqlclient... no > checking for main() in -lz... yes > checking for mysql_query() in -lmysqlclient... no > checking for main() in -lsocket... no > checking for mysql_query() in -lmysqlclient... no > checking for main() in -lnsl... yes > checking for mysql_query() in -lmysqlclient... no > checking for main() in -lmygcc... no > checking for mysql_query() in -lmysqlclient... no > *** extconf.rb failed *** > Could not create Makefile due to some reason, probably lack of > necessary libraries and/or headers. Check the mkmf.log file for more > details. You may need configuration options. > > Provided configuration options: > --with-opt-dir > --without-opt-dir > --with-opt-include > --without-opt-include=${opt-dir}/include > --with-opt-lib > --without-opt-lib=${opt-dir}/lib > --with-make-prog > --without-make-prog > --srcdir=. > --curdir > --ruby=/usr/local/bin/ruby > --with-mysql-config > --without-mysql-config > --with-mysql-dir > --without-mysql-dir > --with-mysql-include > --without-mysql-include=${mysql-dir}/include > --with-mysql-lib > --without-mysql-lib=${mysql-dir}/lib > --with-mysqlclientlib > --without-mysqlclientlib > --with-mlib > --without-mlib > --with-mysqlclientlib > --without-mysqlclientlib > --with-zlib > --without-zlib > --with-mysqlclientlib > --without-mysqlclientlib > --with-socketlib > --without-socketlib > --with-mysqlclientlib > --without-mysqlclientlib > --with-nsllib > --without-nsllib > --with-mysqlclientlib > --without-mysqlclientlib > --with-mygcclib > --without-mygcclib > --with-mysqlclientlib > --without-mysqlclientlib > > Gem files will remain installed in /usr/local/lib/ruby/gems/1.9.1/gems/ > mysql-2.8.1 for inspection. > Results logged to /usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/ext/ > mysql_api/gem_make.out > > Any ideas? > > Cheers > > Steve-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
steve.gooberman-hill
2010-Jan-21 10:03 UTC
Re: Ubuntu 9.10:: Error: uninitialized constant MysqlCompat::MysqlRes
Thanks Ginty: I just found that myself, went to post an answer, and there was your answer Cheers Steve On Jan 21, 5:00 am, Ginty <stephen.f.mcgi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Try: > > sudo apt-get install libmysqlclient15-dev > > On Jan 20, 4:06 pm, "steve.gooberman-hill" <steve.gooberman-h...@power- > > oasis.com> wrote: > > Hi, > > I''ve seen configuration issues involving this error message when > > running rake under Mac OS 10, where it seems to be associated with a > > bad link. > > > I''ve just got the same error, running Ubuntu 9.10. > > I have the following packages installed > > mysql Ver 14.14 Distrib 5.1.37, for debian-linux-gnu (i486) using > > EditLine wrapper > > mysql-client version 5.1.37 > > rails 2.3.5 > > gem 1.3.5 > > ruby 1.9.1 > > > full error message is as follows: > > > steve@default:~/maudit/test$ sudo gem install mysql > > [sudo] password for steve: > > Building native extensions. This could take a while... > > ERROR: Error installing mysql: > > ERROR: Failed to build gem native extension. > > > /usr/local/bin/ruby extconf.rb > > checking for mysql_query() in -lmysqlclient... no > > checking for main() in -lm... yes > > checking for mysql_query() in -lmysqlclient... no > > checking for main() in -lz... yes > > checking for mysql_query() in -lmysqlclient... no > > checking for main() in -lsocket... no > > checking for mysql_query() in -lmysqlclient... no > > checking for main() in -lnsl... yes > > checking for mysql_query() in -lmysqlclient... no > > checking for main() in -lmygcc... no > > checking for mysql_query() in -lmysqlclient... no > > *** extconf.rb failed *** > > Could not create Makefile due to some reason, probably lack of > > necessary libraries and/or headers. Check the mkmf.log file for more > > details. You may need configuration options. > > > Provided configuration options: > > --with-opt-dir > > --without-opt-dir > > --with-opt-include > > --without-opt-include=${opt-dir}/include > > --with-opt-lib > > --without-opt-lib=${opt-dir}/lib > > --with-make-prog > > --without-make-prog > > --srcdir=. > > --curdir > > --ruby=/usr/local/bin/ruby > > --with-mysql-config > > --without-mysql-config > > --with-mysql-dir > > --without-mysql-dir > > --with-mysql-include > > --without-mysql-include=${mysql-dir}/include > > --with-mysql-lib > > --without-mysql-lib=${mysql-dir}/lib > > --with-mysqlclientlib > > --without-mysqlclientlib > > --with-mlib > > --without-mlib > > --with-mysqlclientlib > > --without-mysqlclientlib > > --with-zlib > > --without-zlib > > --with-mysqlclientlib > > --without-mysqlclientlib > > --with-socketlib > > --without-socketlib > > --with-mysqlclientlib > > --without-mysqlclientlib > > --with-nsllib > > --without-nsllib > > --with-mysqlclientlib > > --without-mysqlclientlib > > --with-mygcclib > > --without-mygcclib > > --with-mysqlclientlib > > --without-mysqlclientlib > > > Gem files will remain installed in /usr/local/lib/ruby/gems/1.9.1/gems/ > > mysql-2.8.1 for inspection. > > Results logged to /usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/ext/ > > mysql_api/gem_make.out > > > Any ideas? > > > Cheers > > > Steve-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Scott Smith
2011-Dec-12 21:47 UTC
Re: Ubuntu 9.10:: Error: uninitialized constant MysqlCompat::MysqlRes
Ginty wrote in post #881997:> Try: > > sudo apt-get install libmysqlclient15-dev > > > > On Jan 20, 4:06Â pm, "steve.gooberman-hill" <steve.gooberman-h...@power-Worked for my like a charm. Thanks! -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.