Installing Sqlite3 On Ubuntu Not Playing Nice
When trying to install this through jenkins on Ubuntu, I'm running into some issues. I've added all of the required files from apt for sqlite and bundler, vendored gems. bundle ex
Solution 1:
Unvendoring the gems and setting up RVM and a specific gemset for this environment worked here. I would suggest letting the gems compile with native extensions in the future.
We are also removing sqlite3 from the test environment totally once we have postgres or our production similar database going.
Post a Comment for "Installing Sqlite3 On Ubuntu Not Playing Nice"