From owner-freebsd-stable@FreeBSD.ORG Tue Aug 9 01:03:02 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E02C016A41F for ; Tue, 9 Aug 2005 01:03:02 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id A58AC43D46 for ; Tue, 9 Aug 2005 01:03:02 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtp (Exim 4.51 (FreeBSD)) id 1E2IWE-000Mqb-BS; Tue, 09 Aug 2005 01:03:02 +0000 Received: from [127.0.0.1] (helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.52 (FreeBSD)) id 1E2IWD-0000sl-O3; Mon, 08 Aug 2005 15:03:01 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17144.197.240197.415758@roam.psg.com> Date: Mon, 8 Aug 2005 15:03:01 -1000 To: Scot Hetzel References: <17143.55126.928714.853442@roam.psg.com> <790a9fff05080816561c653e73@mail.gmail.com> <17143.61777.552270.95710@roam.psg.com> <790a9fff05080817054ff9e1d8@mail.gmail.com> <17143.63487.787071.348531@roam.psg.com> <790a9fff05080817482a42256f@mail.gmail.com> Cc: FreeBSD Stable Subject: Re: 4->5 libmilter.a install failure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2005 01:03:03 -0000 > you may have to go into the src/lib/libmd and do a 'make install' from > there. # pwd /usr/src # cd lib/libmd # make install install -C -o root -g wheel -m 444 libmd.a /usr/lib install -C -o root -g wheel -m 444 libmd_p.a /usr/lib install: libmd_p.a: No such file or directory *** Error code 71 > Or you may need to get the libmd.so.2 from a system with > FreeBSD 4.x. backups here i come randy