Date: Mon, 25 Jun 2001 21:52:19 +0100 (BST) From: Jose Marques <noway@nohow.demon.co.uk> To: <freebsd-mobile@freebsd.org> Subject: Re: XFree86-aoutlibs wants 3.3.6 Message-ID: <20010625214258.T4901-100000@nohow.demon.co.uk> In-Reply-To: <a050019b6b75cab056163@[192.168.1.1]>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010625214258.T4901-100000>