X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <489991E6.2090804@uniklinik-freiburg.de> Date: Wed, 06 Aug 2008 13:58:30 +0200 From: Thomas Elvers User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: perl-Image-Magick doesn't work with perl 5.10 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hello, after updating the cygwin-installation to the actual version (or installing cygwin from scratch) perl-Image-Magick no longer works in the following combination: Cygwin Package Information Package Version Status libImageMagick1 6.4.0.6-1 OK perl 5.10.0-5 OK perl-Image-Magick 6.4.0.6-1 OK Doing a: $ perl -e "use Image::Magick;" gives a "Can't locate Image/Magick.pm in @INC ..." error because perl-Image-Magick is installed in the "old" 5.8 vendor_perl directory branch /usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Image/Magick/.packlist /usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Image/Magick/autosplit.ix /usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Image/Magick/libMagick.dll.a /usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Image/Magick/Magick.bs /usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Image/Magick/Magick.dll /usr/lib/perl5/vendor_perl/5.8/cygwin/Image/Magick.pm while other packages (eg. perl-libwin32) are installed in the "new" 5.10 vendor_perl directory branch /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/libwin32/.packlist /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/Win32/ChangeNotify/ChangeNotify.dll ... /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/Win32/ChangeNotify.pm ... Including the "old" vendor_perl path(es) with the perl '-I ...' option doesn't solve the problem. Thank you Thomas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/