do dot that thing dot org

January 20th was a Wednesday

TO FUTURE PERLMAGICK USERS: ImageMagick libraries are not installed or not installed properly?

Everything is fine. You’ve done everything correctly. Now, do this:

  1. Open your /etc/ld.so.conf
  2. Look at the output of the “make” command from your ImageMagick install. Search for “MAGICK_LDFLAGS = -L”.
  3. I’m guessing it says “/usr/local/lib”. Hmm—telling.
  4. Add a line to your ld.so.conf with that directory.
  5. Run ldconfig
  6. Thank this guy.