From owner-freebsd-questions Mon Mar 8 13:13:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id BFB9C14D30 for ; Mon, 8 Mar 1999 13:13:22 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id PAA08857; Mon, 8 Mar 1999 15:13:03 -0600 (CST) Date: Mon, 8 Mar 1999 15:13:02 -0600 (CST) From: Steve Price To: flygt@sr.se Cc: FreeBSD Questions Subject: Re: windowmaker ports installation In-Reply-To: <19990308215440.A865@sr.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 8 Mar 1999, Gunnar Flygt wrote: # > # su-2.02# ldd `which wmaker` # > # /usr/X11R6/bin/wmaker: # > # -lwraster.1 => /usr/X11R6/lib/libwraster.so.1.2 (0x2006d000) # > # -lPropList.1 => /usr/X11R6/lib/libPropList.so.1.1 (0x20078000) # > # -lXpm.4 => not found (0x0) # > # -ljpeg.9 => not found (0x0) # > # -ljpeg.9 => not found (0x0) # > # -lXext.6 => /usr/X11R6/lib/aout/libXext.so.6.3 (0x20082000) # > # -lX11.6 => /usr/X11R6/lib/aout/libX11.so.6.1 (0x2008b000) # > # -lm.2 => /usr/lib/compat/aout/libm.so.2.0 (0x2011c000) # > # -lc.3 => /usr/lib/compat/aout/libc.so.3.1 (0x20136000) # > # su-2.02# # > # > Ick, no wonder you are having problems. Deinstall both the windowmaker # > and libPropList ports. Apply the two attached patches and give it # > another go. You will also need ELF versions of the xpm and jpeg ports. # # But if you had read my previous message you would have seen that it # started with not being able to compile the new windomaker from the ports # of 3.1-RELEASE. All parts are installed as ELF from that installation. The libraries that are listed above are not ELF libraries. Try running file(1) across any one of them. You have a system that is finding a.out libraries in an ELF directory. So when you start up an ELF binary and it tries to load an a.out library it pukes because it is supposed to. Every library in /usr/X11R6/lib that fits this pattern, *.so.[0-9]*.[0-9]*, needs to move to aout. And any of the .so files that points to one of these files needs to be removed. # The thing is it doesn't matter that libPropList is installed as ELF from # the same ports tree. windowmaker installation claims that libPropList is # not installed. So the thing is really stupid. The only reason I had to # try the windowmaker I already got there, was that windowmaker doen't # compile! You didn't say if the patches helped. Did you try them? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message