You are here
Dan Robertson - Wed, 2009/12/23 - 04:41
I have been trying to install imagemagick and magickwand for my php environment on a lamp appliance. When I dig down I get the following error:
The following packages have unmet dependencies:
libexpat1-dev: Depends: libexpat1 (= 2.0.1-0ubuntu1) but 2.0.1-4+lenny2 is to be installed
E: Broken packages
It also says libexpat1 is installed and is the newest version. I think it may have something to do with the custom sources list the Turnkey uses. Does anyone have an idea on how I can go about getting this package installed?
Thanks,
Dan
Forum:
Cannot reproduce this issue
I am running apt-get install
I am running apt-get install libmagick9-dev which fails due to three unmet dependencies: libgraphviz-dev, librsvg2-dev, and libwmf-dev. When I tried to install these individually, I receive the following error.
Here is the output from the command you ran. As you can see I have the lenny version installed rather than the ubuntu version:
I have followed the post at http://www.theatons.com/install-imagemagick-imagick-for-php-on-ubuntu. I was unaware that magickwand is unavailable in the repos. My goal of having these installed is to use it to manipulate pdf documents and convert them to images. My phpinfo() shows the imagick module enabled. Do I really need magickwand for this?
Thanks
Try installing them together
Add new comment