From owner-freebsd-questions@FreeBSD.ORG Fri Feb 10 20:38:01 2006 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 BC19316A420 for ; Fri, 10 Feb 2006 20:38:01 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8C9C43D58 for ; Fri, 10 Feb 2006 20:37:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id CD7211A3C23; Fri, 10 Feb 2006 12:37:56 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 206EA512B4; Fri, 10 Feb 2006 15:37:56 -0500 (EST) Date: Fri, 10 Feb 2006 15:37:56 -0500 From: Kris Kennaway To: Trix Farrar Message-ID: <20060210203755.GA67820@xor.obsecurity.org> References: <43ECF149.2010107@basement.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: <43ECF149.2010107@basement.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: /usr/lib/libxpg4.so.3 missing - Did I miss a memo? 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: Fri, 10 Feb 2006 20:38:01 -0000 --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 10, 2006 at 02:02:17PM -0600, Trix Farrar wrote: > On my network, I have several hosts that were originally installed with > FreeBSD 5.2.1-RELEASE, 5.3-RELEASE, and 5.4-RELEASE. All of these have > been updated now to 6.0-RELEASE-p4. One host was originally installed > from 6.0-RELEASE media and subsequently updated to p4. All works well. >=20 > I took a cue from The FreeBSD Handbook; 21.5 Tracking for Multiple > Machines, and have a central build host for the network. On this > machine, I do my make buildworld, make buildkernel and building of > packages to ports. That way I can just install port packages on the > non-build machine. If you do this, you need to make sure you're generating compatible binaries. In this case, you seem to be generating binaries that are targetted for an older release than FreeBSD 6.0. In order to run 5.x binaries on FreeBSD 6.0, you need to install the compat5x port and build with the corresponding kernel option. > * How can I know whether or not it is save to delete libxpg4.a, > libxpg4.so, libxpg4.so.3, and libxpg4_p.a from /usr/lib on the machines > where they are present? Use the libchk port. > * Why would bacula (or anything else, for that matter) even try to link > to this library in the first place? (Ok, I'll admit that I'm being lazy > on this one because I haven't really researched it yet) I'm guessing you are running an old 5.x binary from before the removal. A 6.0 binary of bacula indeed will not try to link to this nonexistent library. Kris --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD7PmjWry0BWjoQKURAhWFAJwNnIivZgv7Auve4hpCAt9Ge5hkmQCgnKiK 52aRfOF1EK1CV1xVOX4XUrg= =qRGl -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW--