On Fri, May 3, 2013 at 10:13 AM, Chris Cappuccio <[email protected]> wrote:
> hi > > trying to get some rails stuff working but the ruby-gem port > keeps trying to install libv8 when it is already installed via > ports. clue stick? > > # thin20 start > > Using rack adapter > Could not find libv8-3.11.8.13 in any of the sources > Run `bundle install` to install missing gems. > > It appears to be trying to install the ruby libv8 gem, not the libv8 shared library (which is probably what you mean by "installed via ports"). What happens when you run `bundle install`? What are the contents of Gemfile and Gemfile.lock? Jeremy
