FG
💻 Software

I have compiled ImageMagick on my CentOS, and RMagick won't install

Fresh5 days ago
Mar 15, 202628212 views
Confidence Score0%
0%

Problem

I installed ImageMagick through, (Using ImageMagick 6.7.3-7) When I try to I get This is despite the fact that MagickWand.h is already in the system in . So the question is, how do I actually get the compiler to look in there?

Error Output

./configure --prefix=/usr && make && make install

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: I have compiled ImageMagick on my CentOS, and RMagick won't install

Low Risk

Had the same problem on CentOS using latest everything (as of Dec 2011), and fixed it with: in my .bashrc file to pick up MagickCore.pc, then created two symlinks: And voila, the MagickWand.h was found, the MagickCore.pc was picked up... gem install…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment