From owner-freebsd-questions Wed Apr 19 13:31: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id A390937B50D for ; Wed, 19 Apr 2000 13:30:57 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12hzO4-000Puk-00; Wed, 19 Apr 2000 19:39:44 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12hzO4-000Eaf-00; Wed, 19 Apr 2000 19:39:44 +0100 Date: Wed, 19 Apr 2000 19:39:44 +0100 From: Ben Smithurst To: Arcady Genkin Cc: freebsd-questions@freebsd.org Subject: Re: IMAP authentication problems Message-ID: <20000419193944.F54921@strontium.scientia.demon.co.uk> References: <871z423ve9.fsf@tea.thpoon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <871z423ve9.fsf@tea.thpoon.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arcady Genkin wrote: > I've just upgraded from 3.4-S to 4.0-S, and cannot connect to IMAP > server on this box anymore. ;^( I think this is authentication > related, as I am seeing this kind of messages in /var/log/maillog: > > ,----[ /var/log/maillog ] > | Apr 19 12:05:40 soup imapd[278]: [dlerror: /usr/lib/libutil.so.3: \ > | Undefined symbol "freeaddrinfo"] looks like libutil wants to use freeaddrinfo (new with FreeBSD 4, as it's IPv6 related), but it is linking with an old libc, or something... Have you tried recompiling imapd? -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message