Cannot install on FreeBSD (FreeNAS)

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Crispin
Posts: 14
Joined: 2016-07-04T00:46:30-07:00
Authentication code: 1151

Cannot install on FreeBSD (FreeNAS)

Post by Crispin »

Hi folks,

I've been trying to install ImageMagick in a FreeNAS jail for a few days now and have lucked out.

I've done the following:
  • Download the latest version - 7.0.2 from this site and followed the tutorial Install from source
  • I get to the make part and it churns through it for a while before eventually saying

Code: Select all

make: don't know how to make magick/ImageMagick-6.Q16.pc. Stop
Not knowing much about *nix I'm now lost.
I've updated everything in the jail.

Are there some dependencies which are missing? Any tips on where to go next hugely appreciated.


Many thanks
Crispin
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Cannot install on FreeBSD (FreeNAS)

Post by fmw42 »

I am not an expert on installation on Unix systems. But if you install from source, then you need to install all the delegate libraries that you want before Imagemagick (e.g. PNG, TIFF, JPEG, etc). See possible delegates at http://www.imagemagick.org/download/delegates/. Fo any that you want, you may want to be sure if there are more recent versions by a Web search.

see also http://www.imagemagick.org/script/advan ... lation.php
Crispin
Posts: 14
Joined: 2016-07-04T00:46:30-07:00
Authentication code: 1151

Re: Cannot install on FreeBSD (FreeNAS)

Post by Crispin »

thanks - I'll take a read of that.

Is there an easier way for installing this? I'm not precious about how I do it :)
Crispin
Posts: 14
Joined: 2016-07-04T00:46:30-07:00
Authentication code: 1151

Re: Cannot install on FreeBSD (FreeNAS)

Post by Crispin »

How utterly frustrating. I could have just said:

Code: Select all

 pkg install ImageMagick7-7.0.1.5
All installed now and working. :)
Post Reply