Resovled! Re: problems after upgrading to fedora core 5

2006-04-03 Thread cliff
Just an FYI since wget exposes this bug, you may see more questions about
it. The solution to my problem was
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=186592

Specically, removing nisplus from the host line in /etc/nsswitch.conf
resolved the problem.

Thanks for the help.


 cliff [EMAIL PROTECTED] writes:

 Thanks

 $ gcc a.c
 $ ./a.out yahoo.com
 success
 $ wget yahoo.com
 --12:27:32--  http://yahoo.com/
= `index.html'
 Resolving yahoo.com... failed: No such file or directory.

 That is not good because it means that either Wget has a so far
 unencountered bug, or that the binary is misbuilt.  Can you try to build
 Wget yourself and see if the problem persists?





Re: Resovled! Re: problems after upgrading to fedora core 5

2006-04-03 Thread Hrvoje Niksic
cliff [EMAIL PROTECTED] writes:

 Just an FYI since wget exposes this bug, you may see more questions about
 it. The solution to my problem was
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=186592

 Specically, removing nisplus from the host line in /etc/nsswitch.conf
 resolved the problem.

Good to know, thanks.  I'm stil curious as to why compiling Wget from
source helped.  The version in their source RPM doesn't appear to be
significantly different from what we ship.