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: Problem running wget


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/


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