From owner-freebsd-multimedia Wed Jan 27 07:17:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25856 for freebsd-multimedia-outgoing; Wed, 27 Jan 1999 07:17:08 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA25851 for ; Wed, 27 Jan 1999 07:17:07 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost (1473 bytes) by rip.psg.com via sendmail with P:stdio/R:inet_resolve/T:smtp (sender: ) (ident using unix) id for ; Wed, 27 Jan 1999 07:16:43 -0800 (PST) (Smail-3.2.0.101 1997-Dec-17 #1 built 1998-Oct-13) Message-Id: Date: Wed, 27 Jan 1999 07:16:43 -0800 (PST) From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Roger Hardiman Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: sdr25 wants to reinstall xfree References: <36AEE6C3.9794508B@cs.strath.ac.uk> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> is this for real or is it an aout-to-elf thing? > > It is an aout/elf issue. I have the same problem because I run Xig's > Xaccel (which is an aout Xserver). > > Ports which run under X Windows now check if you have X installed. > They do this by looking for a library called X11.6 > Type > ldconfig -aout -r | grep lX11.6 > ldconfig -elf -r | grep lX11.6 > > Ports are elf format and check the presence of the ELF X11.6 library > before > they build. If the library cannot be found, the ports system will try > and install > X for you. > > You have three solutions > 1) Edit /usr/share/mk/bsd.port.mk and comment out the section which > checks > for the lX11.6 library. > 2) XFree86 Users should just download the binaries for Xfree86 3.3.3.1 > and > install it. > 3) XAccel users (XiG) need to get the ELF X11.6 library from the XFree86 > installation tar files and place it somewhere where the ldconfig path > will see it. thanks. i rebuilt FDree86, and it worked. now, of course, i have to ask why the content of /usr/ports/mbone/sdr25 seems to build 2.4.a7? randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message