From owner-freebsd-questions Tue Feb 13 16: 8:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rmx441-mta.mail.com (rmx441-mta.mail.com [165.251.48.44]) by hub.freebsd.org (Postfix) with ESMTP id D020B37B4EC for ; Tue, 13 Feb 2001 16:08:42 -0800 (PST) Received: from web349-mc (web349-mc.mail.com [165.251.48.91]) by rmx441-mta.mail.com (8.9.3/8.9.3) with SMTP id TAA21519; Tue, 13 Feb 2001 19:08:38 -0500 (EST) Message-ID: <387010126.982109318255.JavaMail.root@web349-mc> Date: Tue, 13 Feb 2001 19:08:38 -0500 (EST) From: User Land To: freebsd-questions@freebsd.org Subject: share libraries question Cc: userland@techie.com- Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 216.7.182.117 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm trying to use an application that requires Motif or Lestiff. I installed Lestiff from the Ports collection, and when I try to run the application, I get: error in loading shared libraries: libXm.so.1: cannot open shared object file: No such file or directory This file exists in /usr/X11R6/lib, and when the machine boots & ldconfig runs, I see in the console messages that it's setting /usr/X11R6/lib, but, in my shell when I'm running X (with KDE), env reports that LD_LIBRARY_PATH=/home/userland/.kde/lib:/usr/local/lib When I force LD_LIBRARY_PATH to include /usr/X11R6/lib in my .bashrc, I still get error in loading shared libraries: libXm.so.1: cannot open shared object file: No such file or directory When I try to run the application. I'm sure I'm missing something really obvious, but I can't think of what it is. Thanks for any help you can give me! - Userland ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message