
sqlite3 error on install
Reported by Andrew Barringer | February 10th, 2009 @ 11:04 PM | in 0.1.9
When installing..
$ gem sources -a http://gems.github.com $ sudo gem install foca-integrity
A error is raised about sqlite 3 missing.
Work around on ubuntu
sudo apt-get install libsqlite3-dev sudo gem install sqlite3-ruby
Suggestions... make installation note that sqlite3 is required or improve error message or auto install.
Comments and changes to this ticket
-
ronin-278 (at lighthouseapp) February 10th, 2009 @ 11:18 PM
The dependencies are all actually declared, it's just rubygems doesn't like cross-repo dependencies.
The problem is how sucky gem is when handling dependencies accross gem repositories. If you install one dependency from github, it won't install dependencies from other repositories (ie, rubyforge)
If someone knows a good solution to this (other than stop using github and only use rubyforge -- which we'll do, eventually, but need to get to a "stable" version with some more features before), I'd appreciate the input =)
-
-
Simon Rozet February 12th, 2009 @ 09:53 PM
- Milestone set to 0.1.9
- Tag set to release
- Assigned user cleared.
cf #87
-
Simon Rozet February 13th, 2009 @ 01:17 PM
- State changed from new to open
- Assigned user set to Simon Rozet
-
Simon Rozet February 16th, 2009 @ 02:12 AM
- State changed from open to invalid
This will be fixed in #87
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 ยป
Automated continuous integration server that doesn't suck.