rubys / nokogumbo

A Nokogiri interface to the Gumbo HTML5 parser.
Apache License 2.0
186 stars 114 forks source link

Installation fails on Mac OS 10.11.6 #176

Closed TIny-Hacker closed 3 years ago

TIny-Hacker commented 3 years ago

I'm trying to install nokogumbo on my Mac. I followed the installation instructions and didn't get any errors till I ran rake gem. After that I got a very long list of errors. (Crash log below) I have installed nokogiri (latest version). ruby_2021-04-20-094354.log

flavorjones commented 3 years ago

Hi, @TIny-Hacker. Thanks for opening this issue and sorry that you're having problems. I'll try to help.

I need to ask for a bit more information in order to understand the state of your system:

Thanks in advance for helping us understand!

TIny-Hacker commented 3 years ago

I'm sorry to bother you but in the end I set it up on Ubuntu and it worked fine after all. Thanks for helping anyway!

stevecheckoway commented 3 years ago

Very strange! It's an illegal instruction in xmlFindCharEncodingHandler. That strikes me as a function pointer that got corrupted. But hard to say why that would be.