| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: Windows popup/message box? |
| Date: | Thu, 31 Aug 2006 12:56:02 +0100 |
| Message-ID: | <000b01c6ccf4$6e8d5340$a501a8c0@CAM.ARTIMI.COM> |
| MIME-Version: | 1.0 |
| X-Mailer: | Microsoft Office Outlook 11 |
| In-Reply-To: | <D00B190D8FFBF24FB29FACF432A8DF9705077B@srv-lmb.LMB.local> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 31 August 2006 12:43, Liora Milbaum wrote:
> 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.
Ah, your path wasn't set so it couldn't find the dll; I guess your .bashrc
was adding the necessary directory? You could probably also fix it by adding
the relevant directory to the %PATH% setting in the windows system environment
variables, because then it should be part of $PATH for any cygwin process that
starts, regardless of whether you run a shell and use a startup script.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |