Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs
Date: Mon, 28 Apr 2003 22:54:28 -0400 (EDT)
From: Igor Pechtchanski <pechtcha@cs.nyu.edu>
Reply-To: cygwin@cygwin.com
To: Greg McCrory <greg@coolbrew.com>
cc: cygwin@cygwin.com
Subject: Re: Calling perl script from shell script: Win32 error 126
In-Reply-To: <5.2.1.1.2.20030428202700.01aaacb0@localhost>
Message-ID: <Pine.GSO.4.44.0304282252350.18475-100000@slinky.cs.nyu.edu>
Importance: Normal
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Mon, 28 Apr 2003, Greg McCrory wrote:

> I have a perl script that manipulates some images using Image Magick.  It
> works great when I run it directly from the shell.  But when called from
> inside a shell script it fails with the following error:
>
> >>>
> Can't load
> '/usr/lib/perl5/site_perl/5.6.1/cygwin-multi/auto/Image/Magick/Magick.dll'
> for module Image::Magick: dlopen: Win32 error 126 at
> /usr/lib/perl5/5.6.1/cygwin-multi/DynaLoader.pm line 206.
> <<<
>
> Anyone have any insight into this problem? Is it permissions related?
>
> Thanks,
> GMc

Greg,

Does the above DLL exist?  Is it readable and executable by the current
user?  Do you set the PATH in your shell to include the above directory?
If so, do you export it?  Do you set it in the script?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Knowledge is an unending adventure at the edge of uncertainty.
  -- Leto II


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

