This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Calling perl script from shell script: Win32 error 126


> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]