This is the mail archive of the cygwin 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: My script doesn't work under cygwin cron


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 <http://cygwin.com/problems.html>, 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@cs.nyu.edu | igor@watson.ibm.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/


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