I am trying to install libxml2 on Ubuntu 9.10 and getting errors:
$ sudo python setup.py develop
Its a very lengthy error message but the last error is
Setup script exited with error: Command 'gcc' failed with exit status 1.
Can anybody tell me why I am getting this error?
What are the dependencies or libraries required to install this?
scenario: I am trying to setup the reddit.com clone, and when I run develop command, its generating a huge error as stated above.