i am trying to install libmagick9-dev cause i need the ImageMagick.h header file to install the Image::Magick module from CPAN.
here is the problem:
i tried installing 3.7.4-1ubuntu3.1 but apparently its not a package. or is it? how do i get it so i can install the packages that are dependent on it? oh also:
here is the problem:
Code:
[email]arabbani@t40:~/.cpan[/email]/build/PerlMagick-6.24$ sudo apt-get install libmagick9-dev Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: libmagick9-dev: Depends: libtiff4-dev but it is not going to be installed E: Broken packages [email]arabbani@t40:~/.cpan[/email]/build/PerlMagick-6.24$ sudo apt-get install libtiff4-dev Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: libtiff4-dev: Depends: libtiff4 (= 3.7.4-1ubuntu3) but 3.7.4-1ubuntu3.1 is to be installed E: Broken packages
Code:
$ uname -a Linux t40 2.6.15-26-686 #1 SMP PREEMPT Mon Jul 17 20:14:14 UTC 2006 i686 GNU/Linux
Comment