Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 1999 15:13:02 -0600 (CST)
From:      Steve Price <sprice@hiwaay.net>
To:        flygt@sr.se
Cc:        FreeBSD Questions <questions@FreeBSD.org>
Subject:   Re: windowmaker ports installation
Message-ID:  <Pine.OSF.4.02.9903081504230.10777-100000@fly.HiWAAY.net>
In-Reply-To: <19990308215440.A865@sr.se>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.02.9903081504230.10777-100000>