From owner-freebsd-mobile Mon Jun 25 13:52:32 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id 53C3C37B409 for ; Mon, 25 Jun 2001 13:52:28 -0700 (PDT) (envelope-from noway@nohow.demon.co.uk) Received: from localhost (noway@localhost) by nohow.demon.co.uk (8.11.3/8.11.3) with ESMTP id f5PKqKb06362 for ; Mon, 25 Jun 2001 21:52:20 +0100 (BST) (envelope-from noway@nohow.demon.co.uk) Date: Mon, 25 Jun 2001 21:52:19 +0100 (BST) From: Jose Marques To: Subject: Re: XFree86-aoutlibs wants 3.3.6 In-Reply-To: Message-ID: <20010625214258.T4901-100000@nohow.demon.co.uk> X-No-Archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 25 Jun 2001, Michelle Brownsworth wrote: > How do I get those old a.out libraries installed while keeping XFree86 > 4.1 intact? You could try: su - cd /usr/ports/x11/XFree86-aoutlibs make fetch cd /tmp tar ztvf /usr/ports/distfiles/XFree86-aoutlibs-3.3.6.9.tar.gz cd XFree86-aoutlibs-3.3.6.9 mkdir /usr/X11R6/lib/aout cp * /usr/X11R6/lib/aout cd /tmp rm -rf XFree86-aoutlibs-3.3.6.9 You will then need to run ldconfig with the correct arguments; re-booting is probably the easiest way to do this. All the port does is install some aout pre-compiled libraries from an old XFree86 distribution. -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message