Problem running wget

Brian Dessent brian@dessent.net
Mon Aug 20 07:11:00 GMT 2007


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/



More information about the Cygwin mailing list