Ubuntu 11でeasy_installを使用してlxmlをインストールするのに問題があります。
入力すると、次のよう$ easy_install lxml
になります。
Searching for lxml
Reading http://pypi.python.org/simple/lxml/
Reading http://codespeak.net/lxml
Best match: lxml 2.3
Downloading http://lxml.de/files/lxml-2.3.tgz
Processing lxml-2.3.tgz
Running lxml-2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-7UdQOZ/lxml-2.3/egg-dist-tmp-GacQGy
Building lxml version 2.3.
Building without Cython.
ERROR: /bin/sh: xslt-config: not found
** make sure the development packages of libxml2 and libxslt are installed **
Using build configuration of libxslt
In file included from src/lxml/lxml.etree.c:227:0:
src/lxml/etree_defs.h:9:31: fatal error: libxml/xmlversion.h: No such file or directory
compilation terminated.
と思われるlibxslt
かがlibxml2
インストールされていません。http://www.techsww.com/tutorials/libraries/libxslt/installation/installing_libxslt_on_ubuntu_linux.phpおよびhttp://www.techsww.com/tutorials/libraries/libxml/installation/installing_libxml_on_ubuntu_linuxにある手順に従って試しました。成功しないphp。
やってみるwget ftp://xmlsoft.org/libxml2/libxml2-sources-2.6.27.tar.gz
と
<successful connection info>
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /libxml2 ... done.
==> SIZE libxml2-sources-2.6.27.tar.gz ... done.
==> PASV ... done. ==> RETR libxml2-sources-2.6.27.tar.gz ...
No such file `libxml2-sources-2.6.27.tar.gz'.
私が最初に他のものを試した場合、私は到達し./configure --prefix=/usr/local/libxslt --with-libxml-prefix=/usr/local/libxml2
、それは最終的には失敗します:
checking for libxml libraries >= 2.6.27... configure: error: Could not find libxml2 anywhere, check ftp://xmlsoft.org/.
私は両方のバージョン2.6.27
を試しましたが、違い2.6.29
はlibxml2
ありません。
石を1つも残さずに、私は成功しましたsudo apt-get install libxml2-dev
が、これは何も変わりません。