Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Building nokogiri using packaged libraries.
  2. Building libxml2-2.8.0 for nokogiri with the following patches applied:
  3. - 0001-Fix-parser-local-buffers-size-problems.patch
  4. - 0002-Fix-entities-local-buffers-size-problems.patch
  5. - 0003-Fix-an-error-in-previous-commit.patch
  6. - 0004-Fix-potential-out-of-bound-access.patch
  7. - 0005-Detect-excessive-entities-expansion-upon-replacement.patch
  8. - 0006-Do-not-fetch-external-parsed-entities.patch
  9. - 0007-Enforce-XML_PARSER_EOF-state-handling-through-the-pa.patch
  10. - 0008-Improve-handling-of-xmlStopParser.patch
  11. - 0009-Fix-a-couple-of-return-without-value.patch
  12. - 0010-Keep-non-significant-blanks-node-in-HTML-parser.patch
  13. - 0011-Do-not-fetch-external-parameter-entities.patch
  14. ************************************************************************
  15. IMPORTANT! Nokogiri builds and uses a packaged version of libxml2.
  16.  
  17. If this is a concern for you and you want to use the system library
  18. instead, abort this installation process and reinstall nokogiri as
  19. follows:
  20.  
  21. gem install nokogiri -- --use-system-libraries
  22.  
  23. If you are using Bundler, tell it to use the option:
  24.  
  25. bundle config build.nokogiri --use-system-libraries
  26. bundle install
  27.  
  28. However, note that nokogiri does not necessarily support all versions
  29. of libxml2.
  30.  
  31. For example, libxml2-2.9.0 and higher are currently known to be broken
  32. and thus unsupported by nokogiri, due to compatibility problems and
  33. XPath optimization bugs.
  34. ************************************************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement