On Thu, Feb 19, 2009 at 4:21 PM, narendra reddy <[email protected]> wrote: > I think new release 1.4.3 may have so many errors.
this is a bit harsh to say ;) I don't know if you are familiar with programming, but if you check the file gateway/gwlib/protect.c where the gw_gethostbyname is defined you'll see that in this function the host info is obtained by calling the standard *nix function gethostbyname_r. In case of bad return from the function an error is reported. Please do what Falko suggested "If I remember correctly this occures if you have empty lines or comments in your /etc/resolv.conf" You probably have some error in the configuration of your system, not kannel it self. BR, Jovan
