I have a problem that I don't understand. I sucessfully installed gcc, but since the install, there seems to be an wget problem. Every action that should download something, occurs in waiting only and nothing happens, until a time out occurs.
For example: ipkg update doesn't do anything anymore (maybe it handles time out problems quit?)
If I try the wget command itself, something like this happens:
- Code: Select all
DEBUG output created by Wget 1.10.2 on linux-gnu.
--08:16:25-- http://www.hitmanpro.nl/30/hitmanpro3.exe
=> `hitmanpro3.exe'
Resolving www.hitmanpro.nl... 213.189.21.97
Caching www.hitmanpro.nl => 213.189.21.97
Connecting to www.hitmanpro.nl|213.189.21.97|:80... Closed fd 3
failed: Connection timed out.
Releasing 0x00048a60 (new refcount 1).
Retrying.
It always worked fine, until I installed gcc. Any Idea how to solve this?