ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77 stars 155 forks source link

Missing dependencies for datapusher in a CKAN production install #87

Open arieljlira opened 9 years ago

arieljlira commented 9 years ago

Hi, I've made a fresh installation of CKAN 2.4.1 in ubuntu 12.04, following steps of http://docs.ckan.org/en/latest/maintaining/installing/install-from-package.html However some dependencies were missing for datapusher, despite the note included in http://docs.ckan.org/projects/datapusher/en/latest/deployment.html Starting from CKAN 2.2, if you installed CKAN via a package install, the DataPusher has already been installed and deployed for you. You can skip directly to CKAN Configuration.

I've installed several packages python-lxml python-dev libxml2 libxml2-dev libxslt-dev but I think just libxml2-dev libxslt-dev are needed.

Please also note that "package install" anchor in http://docs.ckan.org/projects/datapusher/en/latest/deployment.html gives 404.

Regards Ariel

FacundoAdorno commented 9 years ago

I also have the same error in my CKAN 2.4.1 development instance. I've made an installation from SOURCE. To solve this error I had to install the following packages in my system: libxml2-dev libxslt-dev. When install datapusher the following error arise:

libxml/xmlversion.h: No such file or directory

The cause is explained in this stackoverflow answer.