Skip to content

Instantly share code, notes, and snippets.

@douglasmiranda
Created October 7, 2011 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglasmiranda/1271453 to your computer and use it in GitHub Desktop.
Save douglasmiranda/1271453 to your computer and use it in GitHub Desktop.
Fix error when try to install/upgrade splinter on ubuntu.
# I don't know why, but everytime than i try to install or update splinter in my pc
# i get this error: src/lxml/etree_defs.h:9:31: fatal error: libxml/xmlversion.h
# anyway i try to discover why, for while this is a solution:
# install/upgrade libxml2-dev and libxslt-dev
sudo apt-get install libxml2-dev libxslt-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment