| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <46C9316E.1A799065@dessent.net> |
| Date: | Sun, 19 Aug 2007 23:15:10 -0700 |
| From: | Brian Dessent <brian AT dessent DOT net> |
| X-Mailer: | Mozilla 4.79 [en] (Windows NT 5.0; U) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Problem running wget |
| References: | <20070820023914 DOT EF9D DOT RAFAEL DOT ANSCHAU AT gmail DOT com> |
| X-IsSubscribed: | yes |
| Reply-To: | cygwin AT cygwin DOT com |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.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 |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id l7K6FKGV010065 |
Rafael Anschau wrote: > Wget won´t output anything on the screen. > > bash-3.2$ pwd > / > bash-3.2$ cd bin > bash-3.2$ ./wget > bash-3.2$ cd /usr/bin > bash-3.2$ ./wget > bash-3.2$ > > Any sugestions ? wget is linked against the openssl libraries, but according to your cygcheck output you're missing cygcrypto-0.9.8.dll and cygssl-0.9.8.dll (and probably others) so wget cannot initialize. You can verify this with "cygcheck /usr/bin/wget" which should list the missing dlls. Exit code 53 is returned when a program cannot run due to missing libraries, which you can verify with "echo $?". Re-run setup and select Reinstall for openssl and any other packages that are not installed properly. Brian -- 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 |