Archive for June, 2010

LibXML Segmentation fault

Monday, June 21st, 2010

I have been getting intermittent segfaults with Ruby Enterprise Edition 2010.01 on both Mac OSX Snow Leopard 10.6, and Centos 5.3 with LibXML:

See the LibXML Rubyforge page more details, but the solution is to code your document finders as below…

RVM gotcha and ARCHFLAGS on snow leopard

Monday, June 21st, 2010

After installing Ruby Enterprise Edition 2010.02 via RVM, I was getting seg faults in the native gems. The solution was easy:

I think i will be adding ARCHFLAGS=”-arch x86_64″ to my bash_login….