From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Harter, Douglas" Newsgroups: gmane.emacs.help Subject: RE: Problem running after installation Date: Mon, 31 Mar 2003 11:44:48 -0500 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <85E58454F2BF664EA529D6DD4762D9D10167CD8C@hbgpri13> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1049129441 14401 80.91.224.249 (31 Mar 2003 16:50:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2003 16:50:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 31 18:50:39 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 1902UR-0003jl-00 for ; Mon, 31 Mar 2003 18:50:31 +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 1902UE-0007gm-01 for gnu-help-gnu-emacs@m.gmane.org; Mon, 31 Mar 2003 11:50:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 1902Tq-0007W9-00 for help-gnu-emacs@gnu.org; Mon, 31 Mar 2003 11:49:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1902Q8-0003f1-00 for help-gnu-emacs@gnu.org; Mon, 31 Mar 2003 11:46:05 -0500 Original-Received: from hbgimc02.state.pa.us ([206.224.21.18]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1902Oy-0002qQ-00 for help-gnu-emacs@gnu.org; Mon, 31 Mar 2003 11:44:52 -0500 Original-Received: by hbgimc02.state.pa.us with Internet Mail Service (5.5.2650.21) id ; Mon, 31 Mar 2003 11:44:50 -0500 Original-To: 'Harald Maier' , help-gnu-emacs@gnu.org X-Mailer: Internet Mail Service (5.5.2650.21) 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:8027 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8027 That did it. Thanks. Sustainability for PA - It's in Our Hands http://www.dep.state.pa.us/earthdaycentral/03/ > -----Original Message----- > From: maierh@myself.com [mailto:maierh@myself.com] > Sent: Monday, March 31, 2003 11:29 AM > To: help-gnu-emacs@gnu.org > Subject: Re: Problem running after installation > > > > "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 > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs >