libxml2 install error: command 'gcc' failed with exit status 1? What are the dependencies of libxml2

Posted by SIA on Stack Overflow See other posts from Stack Overflow or by SIA
Published on 2010-02-24T22:19:58Z Indexed on 2010/05/06 15:58 UTC
Read the original article Hit count: 252

Filed under:
|

Hi everybody!!

I am trying to install libxml2 on unbuntu 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.

Please help!! Thanks in advance And my many thanks to Stackoverflow team for having such a life saving site.

© Stack Overflow or respective owner

Related posts about ubuntu

Related posts about python