RE: Windows popup/message box?

2006-09-03 Thread liora milbaum
My dll was also in the PATH and it didn't work. Liora Igor Peshansky wrote: > > Ugh, top-posting... Reformatted. > > On Thu, 31 Aug 2006, Liora Milbaum wrote: > >> -Original Message----- >> From: Liora Milbaum >> Sent: Tuesday, August 29, 2006 18:

RE: Windows popup/message box?

2006-09-03 Thread liora milbaum
I don't have a .bashrc file and I tried adding the path to the dll to the PATH environment variable. It didn't helped. The solution I listed bellow is currently the only one that works for me. Liora Dave Korn wrote: > > On 31 August 2006 12:43, Liora Milbaum wrote: > >&

RE: Windows popup/message box?

2006-08-31 Thread Liora Milbaum
I found a solution to my problem. As soon as I changed the crontab command to: * * * * * bash --login -c 'perl -e "use GD;"' >& /usr/tmp/test.log It worked. -Original Message- From: Liora Milbaum Sent: Tuesday, August 29, 2006 18:03 To: cygwin@cygwin.com

RE: Windows popup/message box?

2006-08-29 Thread Liora Milbaum
TED] Sent: Tuesday, August 29, 2006 00:20 To: Liora Milbaum Cc: cygwin@cygwin.com Subject: Re: Windows popup/message box? Ugh, top-posting... Reformatted. On Mon, 28 Aug 2006, liora milbaum wrote: > Reini Urban wrote: > > >> Interesting. Does it go away a rebaseall? > >

Re: Windows popup/message box?

2006-08-28 Thread liora milbaum
Have you managed fixing the missing dll problem? I have the same problem as you do with different module. Thanks, Liora Reini Urban wrote: > >> Interesting. Does it go away a rebaseall? > > I meant: Interesting. Does it go away after a rebaseall? > > -- > Unsubscribe info: http://cygwin

Re: My script doesn't work under cygwin cron

2006-08-21 Thread liora milbaum
Hi Igor, I have changed the user who runs cron to myself. I think that this should eliminate all permissions problems. Please find attached the output of cygcheck. Thanks for the assitance, Liora Igor Peshansky wrote: > > On Sun, 20 Aug 2006, liora milbaum wrote: > >> It w

My script doesn't work under cygwin cron

2006-08-20 Thread liora milbaum
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: N o such file or directory at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 230. at /usr/local/bin/cl_graph line 12 Compilation f