1 Jun 2012 17:38
Re: xml install problems
Stefan Behnel <stefan_ml <at> behnel.de>
2012-06-01 15:38:32 GMT
2012-06-01 15:38:32 GMT
Am 25.05.2012 04:40, schrieb William Herry: > Hi, > I am try to install xml on centos6.2 with command: > pip-python install xml==2.3 > > it gives me this error: > > Downloading/unpacking lxml==2.3 > Running setup.py egg_info for package lxml > Building lxml version 2.3. > Building with Cython 0.14.1. It's best to build without having Cython installed. See the docs. > Using build configuration of libxslt 1.1.26 > Building against libxml2/libxslt in the following directory: /usr/lib64 > Installing collected packages: lxml > Running setup.py install for lxml > Building lxml version 2.3. > Building with Cython 0.14.1. > Using build configuration of libxslt 1.1.26 > Building against libxml2/libxslt in the following directory: /usr/lib64 > building 'lxml.etree' extension > gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall > -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector > --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv > -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions > -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic > -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/libxml2 > -I/usr/include/python2.6 -c src/lxml/lxml.etree.c -o(Continue reading)
RSS Feed