Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Feb 1999 17:13:30 -0200
From:      Gustavo Vieira G C Rios <grios@netshell.vicosa.com.br>
To:        Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Cc:        BSD-BR <freebsd@br.freebsd.org>, freebsd-questions@FreeBSD.ORG
Subject:   Re: WindowMaker
Message-ID:  <36BC945A.26BCC7C0@netshell.vicosa.com.br>
References:  <XFMail.990206162635.asmodai@wxs.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
you should install libPropList this way:

tar zxvf <libproplist-xxxxxx>.tar.gz
cd libproplist-xxxx
./configure --prefix=/usr/X11R6
make && make install

ok?
I got no problem.

Jeroen Ruigrok/Asmodai wrote:
> 
> On 06-Feb-99 Gustavo Vieira G C Rios wrote:
> > To install WindowMaker 0.51.0 i need LibPropList.
> > I got PropList 0.8.3 version and i installed it as told in INSTALL file
> > guide:
> > ./configure && make && make isntall
> 
> The problem is, when knowing where to look and what to fix, very easy.
> 
> libPropList doesn't adhere to ELF naming conventions at install.
> 
> It will install this:
> 
> /usr/local/lib/libPropList.a
> /usr/local/lib/libPropList.la
> /usr/local/lib/libPropList.so.1.1
> /usr/local/lib/libPropList.so
> 
> But fails to make libPropList.so.1
> 
> simply do:
> 
> cd /usr/local/lib
> ln -s libPropList.so.1.1 libPropList.so.1
> 
> that oughtta fix the problem, after the hints file gets updated with
> ldconfig. Ye might want to verify with ldconfig -r to see if it appears.
> 
> ---
> Jeroen Ruigrok van der Werven        join #FreeBSD on Undernet
> asmodai(at)wxs.nl       Time is merely a residue of Reality...
> Network/Security Specialist      <http://home.wxs.nl/~asmodai>;
> *BSD: Powered by Knowledge & Know-how <http://www.freebsd.org>;
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
I use UNIX because reboots are for hardware upgrades.
You use windowze because the guy on TV told you to ...
Gustavo Rios - UNIX System Admin.
+---------------------------------------------------+


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?36BC945A.26BCC7C0>