[lxml-dev] easy_install of 1.3.3 not working

Stefan Behnel stefan_ml at behnel.de
Fri Aug 3 17:46:07 CEST 2007



Mike Meyer wrote:
> I'm trying to install lxml-1.3.3 using easy-install, and it isn't so
> easy. In particular (typescript edited for brevity):
> 
> /usr/bin/ld: /usr/lib64/libxslt.a(xslt.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC

You need to provide (export) the CFLAGS that apply to your platform,
especially the -fPIC option is required on x86_64.

Stefan


More information about the lxml-dev mailing list