
DataObjects on Gutsy
Reported by Kieran Huggins | January 4th, 2008 @ 03:02 PM
I already have sqlite3 working with rails in Gutsy, but when i try to install do_sqlite3 it complains that
ruby extconf.rb install do_sqlite3
checking for sqlite3.h... no
*** extconf.rb failed ***
installing do_mysql has a different error:
ruby extconf.rb install do_mysql
extconf.rb:15:in `gets': No such file or directory - install (Errno::ENOENT)
from extconf.rb:15
Cannot find mysql_config in your path. Please enter a location:
:-(
Comments and changes to this ticket
-
Sam Smoot January 4th, 2008 @ 05:55 PM
- State changed from new to open
- Assigned user set to Yehuda Katz
For do_mysql on Gutsy you need to "apt-get install libmysqlclient15-dev".
Not sure why sqlite3 is failing for you... maybe wycats can help.
-
Sam Smoot January 4th, 2008 @ 05:55 PM
- Title changed from Instralling do_anything :-( fails to DataObjects on Gutsy
-
Kieran Huggins January 6th, 2008 @ 02:16 AM
Thanks for the tip on MySQL - worked like a charm.
After a little poking around I found that while I had the libsqlite3-0 package installed, I did NOT have libsqlite3-dev package (with the required header inside). A quick apt-get put everything riht with the universe.
Thanks again for your help!
Kieran
-
Michael D'Auria February 9th, 2008 @ 12:04 AM
According to Kieran's last comment, this can be safely closed
-
Dan Kubb (dkubb) April 15th, 2008 @ 02:39 AM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »