problem installing mysql gem

J

Joey Marino

[Note: parts of this message were removed to make it a legal post.]

For some reason I can't get mysql gem installed. I have the libmysqlclient
and mysql-server and mysql-client installed, but it doesn't work. I am
running ubuntu 8.10. Am I missing a required package I don't know about?
What am I doing wrong?

Here is the output:

joey@lab:~/Projects/rets$ sudo gem install mysql
Building native extensions. This could take a while...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.

/usr/bin/ruby1.8 extconf.rb install mysql
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
*** 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.



When I try to use the --with-mysqlclientlib conf option, I get this output:

joey@lab:~/Projects/rets$ sudo gem install mysql -- --with-mysqlclientlib
Building native extensions. This could take a while...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.

/usr/bin/ruby1.8 extconf.rb install mysql -- --with-mysqlclientlib
checking for mysql_query() in -ltrue... no
checking for main() in -lm... yes
checking for mysql_query() in -ltrue... no
checking for main() in -lz... yes
checking for mysql_query() in -ltrue... no
checking for main() in -lsocket... no
checking for mysql_query() in -ltrue... no
checking for main() in -lnsl... yes
checking for mysql_query() in -ltrue... 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


see how it changes from -lmysqlclient to -ltrue?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top