Lookup mechanism changed in CVS version?

View: New views
3 Messages — Rating Filter:   Alert me  

Lookup mechanism changed in CVS version?

by Markus Pfeiffer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello all,

I have a small coda realm set up and running quite fine. But when I try to
connect to the realm via a client compiled from CVS it does not find the realm
although it is set up in the DNS and working fine with pre-built clients under
Debian.

Is this a bug or intended behaviour?

Cheers,

Markus


Re: Lookup mechanism changed in CVS version?

by u+codalist-wk5r :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Sep 08, 2008 at 09:37:52PM +0000, Markus Pfeiffer wrote:
> I have a small coda realm set up and running quite fine. But when I try to
> connect to the realm via a client compiled from CVS it does not find the realm
> although it is set up in the DNS and working fine with pre-built clients under
> Debian.

Hi Markus,

it is most probably your autotools which produce a broken configure.
The erroneously failing test for res_search() leads to SRV records lookup
being disabled.

Regards,
Rune


Re: Lookup mechanism changed in CVS version?

by Markus Pfeiffer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

On Tue, Sep 09, 2008 at 08:24:11AM +0200, u+codalist-wk5r@... wrote:

> On Mon, Sep 08, 2008 at 09:37:52PM +0000, Markus Pfeiffer wrote:
> > I have a small coda realm set up and running quite fine. But when I try to
> > connect to the realm via a client compiled from CVS it does not find the realm
> > although it is set up in the DNS and working fine with pre-built clients under
> > Debian.
>
> Hi Markus,
>
> it is most probably your autotools which produce a broken configure.
> The erroneously failing test for res_search() leads to SRV records lookup
> being disabled.
>

You were right. This is an autotools problem right? Is there a fixed version?

Markus