X-Spam-Check-By: sourceware.org Date: Sun, 20 Aug 2006 12:45:24 -0400 (EDT) From: Igor Peshansky Reply-To: cygwin AT cygwin DOT com To: liora milbaum cc: cygwin AT cygwin DOT com Subject: Re: My script doesn't work under cygwin cron In-Reply-To: <5894307.post@talk.nabble.com> Message-ID: References: <5894307 DOT post AT talk DOT nabble DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On Sun, 20 Aug 2006, liora milbaum wrote: > It works fine under the cygwin shell not under cron. > > This is the output of the command: > > Can't load '/usr/lib/perl5/site_perl/5.8/cygwin/auto/GD/GD.dll' for module GD: No such file or directory at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 230. > at /usr/local/bin/cl_graph line 12 > Compilation failed in require at /usr/local/bin/cl_graph line 12. > BEGIN failed--compilation aborted at /usr/local/bin/cl_graph line 12. Hi, Liora, Cron runs as the SYSTEM user. Make sure you have enough permissions for SYSTEM to access the /usr/lib/perl5/... hierarchy. You may also have a mount issue, where the required mounts are missing for the SYSTEM user (e.g., if you initially installed Cygwin for "Just me"). In fact, you should have read and followed the Cygwin problem reporting guidelines at , especially the part that asks you to attach the output of "cygcheck -svr" on your machine -- that output would have given us the answer to at least the mount question. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- 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/