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:
- Open your /etc/ld.so.conf
- Look at the output of the “make” command from your ImageMagick install. Search for “MAGICK_LDFLAGS = -L”.
- I’m guessing it says “/usr/local/lib”. Hmm—telling.
- Add a line to your ld.so.conf with that directory.
- Run ldconfig
- Thank this guy.