Networking Forums

Networking Forums > Computer Networking > Linux Networking > is DNS support available in Linux? Urgently needed...

Reply
Thread Tools Display Modes

is DNS support available in Linux? Urgently needed...

 
 
zoltan
Guest
Posts: n/a

 
      02-02-2006, 10:55 AM
Hi all,
I was wondering if DNS support ( for queries such as NAPTR, SRV and
A records ) was available in any version of Linux. Specifically, for
example, there is a query called "res_nmkquery" supported in Solaris .
However, there is no such entry in Linux! I needed to check some
project code at home, but I don't have Solaris installed. Currently I
have Asianux Linux installed at home. Can any one please enlighten it
and if there are any alternatives to installing Solaris for the mere
purpose of using DNS???

Regards,

Timmy Jose.

 
Reply With Quote
 
 
 
 
David Schwartz
Guest
Posts: n/a

 
      02-02-2006, 11:03 AM

"zoltan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...

> I was wondering if DNS support ( for queries such as NAPTR, SRV and
> A records ) was available in any version of Linux. Specifically, for
> example, there is a query called "res_nmkquery" supported in Solaris .
> However, there is no such entry in Linux! I needed to check some
> project code at home, but I don't have Solaris installed. Currently I
> have Asianux Linux installed at home. Can any one please enlighten it
> and if there are any alternatives to installing Solaris for the mere
> purpose of using DNS???


You should have res_nmkquery. On my linux box:

$ grep res_nmkq /usr/include/*.h
/usr/include/resolv.h:#define res_nmkquery __res_nmkquery
/usr/include/resolv.h:int res_nmkquery (res_state, int, const
char *, int, int,

$ nm /usr/lib/libresolv.a | grep res_nmkq
U __res_nmkquery
00000000 T __res_nmkquery
U __res_nmkquery

DS


 
Reply With Quote
 
zoltan
Guest
Posts: n/a

 
      02-02-2006, 06:12 PM

David Schwartz wrote:
> "zoltan" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) oups.com...
>
> > I was wondering if DNS support ( for queries such as NAPTR, SRV and
> > A records ) was available in any version of Linux. Specifically, for
> > example, there is a query called "res_nmkquery" supported in Solaris .
> > However, there is no such entry in Linux! I needed to check some
> > project code at home, but I don't have Solaris installed. Currently I
> > have Asianux Linux installed at home. Can any one please enlighten it
> > and if there are any alternatives to installing Solaris for the mere
> > purpose of using DNS???

>
> You should have res_nmkquery. On my linux box:
>
> $ grep res_nmkq /usr/include/*.h
> /usr/include/resolv.h:#define res_nmkquery __res_nmkquery
> /usr/include/resolv.h:int res_nmkquery (res_state, int, const
> char *, int, int,


Hi David,
Thanks so much for that help. Yes, it works on my system too! I
just didn't know that it was named "res_mkquery" in Linux! I think I
should be able to take it from here.

Regards,

Timmy Jose.
>
> $ nm /usr/lib/libresolv.a | grep res_nmkq
> U __res_nmkquery
> 00000000 T __res_nmkquery
> U __res_nmkquery
>
> DS


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help needed Urgently... Milo Windows Networking 2 05-25-2006 04:46 AM
Help needed Urgently... Milo Windows Networking 0 05-24-2006 08:59 AM
Reposted Help Still Urgently Needed! Simon Glencross Windows Networking 1 06-26-2005 11:51 PM
Reposted HELP Urgently Needed Simon Glencross Windows Networking 5 06-01-2005 07:57 PM
Secure File Transfer Daemon/Server Needed Urgently Fisheye Windows Networking 12 09-24-2004 09:08 PM



1 2 3 4 5 6 7 8 9 10 11