On Sep 9, 2008, at 1:16 AM, Paul Rauschelbach wrote: > I have setup a new machine with OS X 10.5.4, XCode 3.1, and MacPorts > 1.6. The MacPorts installer didn't put a .profile in for me, but I > added the path and manpath exports myself. I first attempted to > install p5-perlmagick. This installed all the dependencies (including > ImageMagick) without any errors, but the p5-perlmagick port itself > wouldn't install. CPAN will also not install Image::Magick. Any > advice? > Here's the output from the port command: > $ sudo port install p5-perlmagick [...]
According to ticket #13234 [1], it sounds like you should use the ImageMagick port with the +perl variant instead of the p5-perlmagick port. Since it installed ImageMagick as a dependency, you'll have to uninstall ImageMagick then reinstall it with +perl. Bryan [1] - <http://trac.macports.org/ticket/13234> _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
