2010/2/1 Zanon Samuele <web...@gmail.com>

> Ciao a tutti... volevo chiedere un aiutino sull'installazione via buildout
> di collective.xdv... il problema si presenta sull'installazione di lxml:
> questo è l'errore che ricevo:
>
> error: Setup script exited with error: command '/usr/bin/gcc' failed with
> exit status 1
> An error occured when trying to install lxml 2.1.2.Look above this message
> for any errors thatwere output by easy_install.
> While:
>   Installing instance.
>   Getting distribution for 'lxml==2.1.2'.
> Error: Couldn't install: lxml 2.1.2
>
> da quanto posso capire il problema sembra essere sul gcc... ma non riesco a
> capire il perchè... gcc è installato ed è sul percorso corretto.... qualcuno
> mi aiuta? ciao e grazie mille
>

lxml richiede sia libxml2-dev che libxslt1-dev per compilarsi.
Su Ubuntu puoi fare
u...@comp$ sudo apt-get install libxslt1-dev libxml2-dev
Questa, molto probabilmente, è la causa del tuo problema.
Se non dovesse essere questa prova ad aggiungere l'opzione -v a buildout,
avrai più indicazioni.

        Silvio
_______________________________________________
Plone-IT mailing list
Plone-IT@lists.plone.org
http://lists.plone.org/mailman/listinfo/plone-it
http://www.nabble.com/Plone---Italy-f21728.html

Rispondere a