[MacPorts] #27469: ImageMagick @6.6.5-0_0+q16 - Can't locate Image/Magick.pm in @INC

MacPorts noreply at macports.org
Sat Nov 27 10:23:59 PST 2010


#27469: ImageMagick @6.6.5-0_0+q16 - Can't locate Image/Magick.pm in @INC
-------------------------------+--------------------------------------------
  Reporter:  talkto@…          |       Owner:  ryandesign@…           
      Type:  defect            |      Status:  closed                 
  Priority:  Normal            |   Milestone:                         
 Component:  ports             |     Version:  1.9.2                  
Resolution:  invalid           |    Keywords:                         
      Port:  ImageMagick       |  
-------------------------------+--------------------------------------------

Comment(by ryandesign@…):

 How are you running your perl script? If you're running it by typing
 "/usr/bin/perl script.pl", or if you're running it with "./script.pl" and
 its first line is "#!/usr/bin/perl -w" or similar, then you're using Mac
 OS X's perl. Instead, run it by typing "/opt/local/bin/perl script.pl", or
 set its first line to "#!/opt/local/bin/perl -w" or similar. Or ensure
 /opt/local/bin is in your PATH and then run it with "perl script.pl" or by
 setting its first line to "#!/usr/bin/env perl -w" or similar.

-- 
Ticket URL: <https://trac.macports.org/ticket/27469#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list