Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Feb 1999 16:26:35 +0100 (CET)
From:      Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To:        Gustavo Vieira G C Rios <grios@netshell.vicosa.com.br>
Cc:        BSD-BR <freebsd@br.freebsd.org>, freebsd-questions@FreeBSD.ORG
Subject:   RE: WindowMaker
Message-ID:  <XFMail.990206162635.asmodai@wxs.nl>
In-Reply-To: <36BB86E5.98597153@netshell.vicosa.com.br>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990206162635.asmodai>