From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: maierh@myself.com Newsgroups: gmane.emacs.help Subject: Re: Problem running after installation Date: Mon, 31 Mar 2003 17:28:54 +0100 Organization: T-Online Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Harald Maier NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049128722 10993 80.91.224.249 (31 Mar 2003 16:38:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2003 16:38:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 31 18:38:40 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1902Ig-0002pI-00 for ; Mon, 31 Mar 2003 18:38:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1902GQ-00058x-04 for gnu-help-gnu-emacs@m.gmane.org; Mon, 31 Mar 2003 11:36:02 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!logbridge.uoregon.edu!kibo.news.demon.net!demon!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-X-Trace: news.t-online.com 1049128135 05 21768 7GyKErUVSKApL0 030331 16:28:55 Original-X-Complaints-To: abuse@t-online.com X-ID: bQoPjvZLoempvDvxXkaR0a2kGIWFCbh0Fa7QrG1FirHSkYfgwCPR4C User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3 (i386-mingw-nt5.0.2195) Cancel-Lock: sha1:cqMDgTybbfgjRecZqzwLXZNgphU= Original-Xref: shelby.stanford.edu gnu.emacs.help:111526 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8025 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8025 "Harter, Douglas" writes: > When I run emacs, I get > ld.so.1: emacs: fatal: libgcc_s.so.1: open failed: No such file or directory > Killed > > There is a libgcc_s.so.1 file in /usr/local/sparcv9 and /usr/local > I tried adding both to PATH and got the same result. You should set the LD_LIBRARY_PATH environment variable. E.g. export LD_LIBRARY_PATH=/usr/local If you have more than one directory that contains shared libs than use a colon (:) to seperate them, similar to set the PATH environment variable. Harald