Attempting to install Scrapy on Mac OSX 10.6 using Guide :
When executing these commands from the terminal:
cd libxml2-2.7.3/python
sudo make install
I get the following error:
Making install in .
make[1]: *** No rule to make target `../libxslt/libxslt.la', needed by `libxsltmod.la'. Stop.
make: *** [install-recursive] Error 1
Following the first steps in the Guide , which included collecting and installing libxml2 and libxslt packages, seemed to be successful ...
source
share