You are not logged in.

#1 2011-03-29 14:23:05

bray085
Member
Registered: 2011-01-16
Posts: 7

fasttrack failed to install due change of ruby-sqlite3 to sqlite3

I am stuck installing fasttrack because it fails to install a dependency 'ruby-sqlite3' because it has been recently changed to sqlite3 how do i go about this ? I cant get past installing ruby-sqlite3 because its conflicting with sqlite3 which is already installed ? and i need fasttrack to work..whats the solution ?

Offline

#2 2011-03-29 16:53:32

awkwood
Member
From: .au <=> .ca
Registered: 2009-04-23
Posts: 91

Re: fasttrack failed to install due change of ruby-sqlite3 to sqlite3

Without an error message it's hard to know the exact cause of the problem.  This should work though:

1.  Install sqlite3 using pacman

sudo pacman -S sqlite3

2.  Install the Sqlite3 rubygem (or both, version 1.3.3 of sqlite3-ruby just adds the sqlite3 gem as a dependency to maintain compatibility)

sudo gem install sqlite3 sqlite3-ruby --no-ri --no-rdoc

3.  Try to install fasttrack again

Offline

Board footer

Powered by FluxBB