X-Spam-Check-By: sourceware.org Message-ID: <46C9316E.1A799065@dessent.net> Date: Sun, 19 Aug 2007 23:15:10 -0700 From: Brian Dessent 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> Content-Type: text/plain; charset=iso-8859-1 X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Content-Transfer-Encoding: 8bit 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/