On Sun, Nov 23, 2008 at 1:51 AM, Phil <[EMAIL PROTECTED]> wrote: > Hello, > > I need to have imagemagic support so that I can use .geo maps. I have > installed imagemagic 6.4.2.10 and imagemagic-devel 6.4.2.10 RPMs but I still > don't have imagemagic support. > > I had the same problem with Mandriva 2008.1 and the cure was to install > libmagic 10.7.0-devel but that won't work this time due to dependency > problems. Can someone tell me what the current fix is? > > I have xastir 1.9.2 and perhaps this problem is not an issue with a latest > version of xastir. > > I've only just resubscribed to the list and I'm sorry to ask this question if > the topic has already been covered.
Having built Xastir in Mandriva 2008.0 and 2008.1, I found that although the correct package for 2008.0 was libmagick10.7.0-devel, the correct package for 2008.1 was simply libmagick-devel. In 2009.0, the correct package is also libmagick-devel. One caution - after installing libmagick-devel, I had to create a symlink in order to get the headers in the proper place for Xastir to find them. ln -s /usr/include/ImageMagick/magick /usr/include/magick The above command done as the root user will do the trick. I have a functioning build of Xastir 1.95 from CVS in Mandriva 2009.0 now - just built it tonight. I do need to update the wiki due to some differences between 2009.0 vs. 2008.1. Regards, Lee - K5DAT _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
