You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vorax-discuss
I've been trying to get my beloved vorax up and running again on a new build, and it seems like the rabbit hole gets ever deeper. Ruby 2.4 seems to be the most prevailant system version of late and is not compatible, so I thought I'd go back to basics and let rvm put 1.9.3 on for me. After going through that process and doing the gem install for vorax (only after manually pre-installing a version of nokogiri that was compatible with 1.9.3 - it wouldn't install otherwise), I get the following:
Vorax cannot load its ruby buddy code! Vim(ruby):LoadError: incompatible library version - /home/sgee/.rvm/gems/ruby-1.9.3-p551/gems/nokogiri-1.6.2.1/lib/nokogiri/nokogiri.so
Is there specific versions of nokogiri that vorax also requires?
talek
unread,
Mar 17, 2017, 4:32:03 AM3/17/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vorax-discuss
No, Vorax is not picky as far as the nokogiri library is concerned. If you manage to successfully install nokogiri gem, Vorax should work! This sounds more like a nokogiri issue...
Nankai Pan
unread,
Nov 27, 2017, 1:46:35 AM11/27/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vorax-discuss
I had the same issue. For me, rvm is the issue. I uninstalled rvm and used Ruby 2.4.1. Everything started working!