উবুন্টু 11 এ ইজিল_ইনস্টল সহ 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_x_b নির্দেশাবলী অনুসরণ করার চেষ্টা করেছি । সাফল্য ছাড়া পিএইচপি ।
আমি চেষ্টা করলে 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
কোনো পার্থক্য সঙ্গে।
কোনও পাথর ছাড়াই, আমি সফলভাবেই পেরেছি sudo apt-get install libxml2-dev
, তবে এটি কিছুই পরিবর্তন করে না।