From owner-freebsd-questions Sat Feb 6 07:17:45 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18478 for freebsd-questions-outgoing; Sat, 6 Feb 1999 07:17:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18472 for ; Sat, 6 Feb 1999 07:17:44 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.56.60]) by smtp01.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA43ED; Sat, 6 Feb 1999 16:17:42 +0100 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <36BB86E5.98597153@netshell.vicosa.com.br> Date: Sat, 06 Feb 1999 16:26:35 +0100 (CET) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: Gustavo Vieira G C Rios Subject: RE: WindowMaker Cc: BSD-BR , freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 *BSD: Powered by Knowledge & Know-how To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message