Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 336 Vote(s) - 3.51 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Failing to install Nokogiri gem

#11
Since the OP was referencing `bundle install` which I happened to use as well I think it is worth pointing out the [Installing Nokogiri][1] page which eventually revealed the most elegant solution (which worked for me also on Mac OS X 10.8.5):

bundle config build.nokogiri --use-system-libraries
bundle install

This instructs bundler to install nokogiri as in the answers of @kasperite

[1]:

[To see links please register here]

Reply

#12
This works like a charm!

gem install nokogiri -- --use-system-libraries=true --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2

[To see links please register here]


Reply

#13
Have you tried `gem install nokogiri -v 1.6.5 -- --use-system-libraries`?Most nokogiri errors are to do with libxml2, libxslt or libiconv config.

Nokogiri [docs][1] should give you more instructions. If the solution doesn't work, you may want to post full stack trace so others can help more.


[1]:

[To see links please register here]

Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through