From owner-freebsd-questions@FreeBSD.ORG Sat Mar 3 04:22:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9D2A16A402 for ; Sat, 3 Mar 2007 04:22:58 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 601D413C46B for ; Sat, 3 Mar 2007 04:22:58 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1445510nfc for ; Fri, 02 Mar 2007 20:22:57 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bzH5D+Hq/XDjVdJAZHbH0PMWTukYQY+Rq8LhMoYVjsVXzG9MEUJRBYVbv61zZ3tqwsF7X2tnM5HWwX0D349nMIbgicv8e+TDbuND+g4Q3+0OP3obRhAscb6u636iOZrh0jDZG9BYXnj7LZ2+S1nWnAsLEmEWhR9sXYzBAyEgUCM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=IETKfdgfBkqRmY7po9NH2lAt7iOylPEmeKzPg0vCmXN9ujyBVC9zgQ+3wm2J590Am0tNEAV+yjt4yfFLc3/ezsrOjX/KP9K/3WJKC7ry9jnwQHN7QG0zSKN5K8MNrISlOEQxTRbEUvD+JrRZoL8OqP3RTp2xYFSD7UlB0MyIKbw= Received: by 10.78.200.3 with SMTP id x3mr339260huf.1172895777292; Fri, 02 Mar 2007 20:22:57 -0800 (PST) Received: by 10.78.17.18 with HTTP; Fri, 2 Mar 2007 20:22:57 -0800 (PST) Message-ID: Date: Fri, 2 Mar 2007 20:22:57 -0800 From: "Jeff Mohler" To: "illoai@gmail.com" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: X11 library question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2007 04:22:58 -0000 My output to your commands is identical to yours in that it was found, and is the same open-motif version. :( :( On 3/2/07, illoai@gmail.com wrote: > > On 01/03/07, Jeff Mohler wrote: > > The error: > > > > error while loading shared libraries: libXm.so.3: cannot open shared > object > > file: No such file or directory > > > > > > Ive done a few searches, and installing open-motif seemed to be the > right > > answer, but isnt getting me anywhere. > > Indeed, > % find /usr/X11R6/ -type f -iname "*libxm*" > . . . > /usr/X11R6/lib/libXm.so.3 > . . . > % grep -r libXm /var/db/pkg/ > . . . > /var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.a > /var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.so > /var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.so.3 > . . . > % ldconfig -r | grep libXm > . . . > 127:-lXm.3 => /usr/X11R6/lib/libXm.so.3 > . . . > > You may need to run ldconfig -R (or ldconfig -m /usr/X11R6/lib > if /usr/X11R6/lib somehow did not get in the hints file). > > Alternatively, you may have an older version of open-motif, > which means you need to upgrade it. > > -- > -- >