Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <00c301c30dff$acab87d0$145e86d9@ellixia> From: "Elfyn McBratney" To: "cygwin" , "Greg McCrory" References: <5 DOT 2 DOT 1 DOT 1 DOT 2 DOT 20030428202700 DOT 01aaacb0 AT localhost> <5 DOT 2 DOT 1 DOT 1 DOT 2 DOT 20030428215943 DOT 01b9a818 AT coolbrew DOT com> <5 DOT 2 DOT 1 DOT 1 DOT 2 DOT 20030428221608 DOT 01969a50 AT coolbrew DOT com> Subject: Re: Calling perl script from shell script: Win32 error 126 Date: Tue, 29 Apr 2003 04:30:25 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 > At 4/29/2003 04:10 AM +0100, Elfyn McBratney wrote: > > >What does > > > >$ ls -al > >/usr/lib/perl5/site_perl/5.6.1/cygwin-multi/auto/Image/Magick/Magick.dll > > > >show? Readable and executable by everyone? > > > >Elfyn > > Yes: > $ ls -al > /usr/lib/perl5/site_perl/5.6.1/cygwin-multi/auto/Image/Magick/Magick.dll > -r-xr-xr-x 1 gmc Administ 155136 Mar 26 14:00 > /usr/lib/perl5/site_perl/5.6.1/cygwin-multi/auto/Image/Magick/Magick.dll Hmmm, how odd. Could you try $ export PERL_DL_DEBUG=1 $ perl -e 'use Image::Magick; print("Hello!");' this, and send along the output? Elfyn -- 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/