From owner-freebsd-questions@FreeBSD.ORG Sun Aug 28 21:32:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4352616A420 for ; Sun, 28 Aug 2005 21:32:57 +0000 (GMT) (envelope-from nick.lozinsky@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE25143D55 for ; Sun, 28 Aug 2005 21:32:56 +0000 (GMT) (envelope-from nick.lozinsky@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so509568nzo for ; Sun, 28 Aug 2005 14:32:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AdTDJbEXP3PHkj9hjNCcrgUcLbTnUkM7lA+DejUXrxYxUA57xqRfh2xzrDHX+H6Z4fNYpNCKvYa4dEqijupYFTYcZwT3vnbA0OV/1upMapevs/GmAa8Qt1FvvaWmmInLqxGdLRYkS/M5kIQsm0rbRkIFHYM24e+R6lzTzAod8ps= Received: by 10.36.250.44 with SMTP id x44mr713841nzh; Sun, 28 Aug 2005 14:32:56 -0700 (PDT) Received: by 10.36.158.6 with HTTP; Sun, 28 Aug 2005 14:32:56 -0700 (PDT) Message-ID: <76ff510105082814322407e289@mail.gmail.com> Date: Sun, 28 Aug 2005 16:32:56 -0500 From: Nicholas Lozinsky To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: make installworld error from 4.11-STABLE to 5.4-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 21:32:57 -0000 I am receiving the following error on make installworld after a CVSup from 4.11-STABLE to 5.4-RELEASE on a Compaq M2105US notebook: /usr/libexec/ld-elf.so.1: Shared object "libmd.so.2" not found I get around this by copying libmd.so.2 from /lib to /usr/lib and once then, make installworld gets past this bump, and into this one: install -s -o root -g wheel -m 555 ftp-proxy /usr/libexec install: ftp-proxy: No such file or directory *** Error code 71 Stop in /usr/src/libexec/ftp-proxy. *** Error code 1 By looking around through the tree, I see that there are ftp-proxy directories around, but by simply copying the contents of those dirs into /usr/libexec/ftp-proxy does not do the trick. I am in single-user mode at this time. mergemaster -p was already run, unless I've merged or altered something incorrectly. Standing by. Thank you in advance... #! nick lozinsky