Libv8 and macos Monterey

Experiencing serious difficulties using libv8. All works fine on first bundle install and the site runs fine, but on the second bundle install:
“Could not find libv8-7.3.492.27.1 in any of the sources. Run bundle install to install missing gems.”

But bundle fails to build native extensions. The proposed solution “gem install libv8 -v ‘3.16.14.13’ – --with-system-v8” doesn’t work either.

I’d appreciate any help

Hi Lital, I was getting the same errors, apparently libv8 is necessary for the build and libv8 has been deprecated since long ago. I spent the whole day yesterday trying to troubleshoot it with different versions of homebrew, different location installations and all kinds of other stuff but nothing worked. Your best bet would be to try it on a Linux if you have an Intel Mac, or if you have an apple sillicon just try to get a Linux cloud VM. Let me know how it goes

1 Like

Thanks, I’ll give it a try. It’s been exasperating so far