From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Olson Newsgroups: gmane.emacs.bugs Subject: Re: (no subject) Date: Sat, 17 Jul 2004 01:42:12 -0500 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <4ED45E9F57350142AC0C13231F21CB6401BF47D7@xch-se-11.se.nos.boeing.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1090047075 31234 80.91.224.253 (17 Jul 2004 06:51:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jul 2004 06:51:15 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 17 08:51:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Blj2K-0006Ql-00 for ; Sat, 17 Jul 2004 08:51:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Blj4t-0001VB-E6 for geb-bug-gnu-emacs@m.gmane.org; Sat, 17 Jul 2004 02:53:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Blj4q-0001U9-P8 for bug-gnu-emacs@gnu.org; Sat, 17 Jul 2004 02:53:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Blj4o-0001TI-8Y for bug-gnu-emacs@gnu.org; Sat, 17 Jul 2004 02:53:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Blj4o-0001TF-66 for bug-gnu-emacs@gnu.org; Sat, 17 Jul 2004 02:53:42 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Blj1s-00082w-W3 for bug-gnu-emacs@gnu.org; Sat, 17 Jul 2004 02:50:41 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Blj1r-0005dv-00 for ; Sat, 17 Jul 2004 08:50:39 +0200 Original-Received: from 4.14.187.82 ([4.14.187.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Jul 2004 08:50:39 +0200 Original-Received: from mwolson by 4.14.187.82 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Jul 2004 08:50:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 4.14.187.82 User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8426 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8426 On Fri, 16 Jul 2004 11:12:18 -0500, Moore, Jerry C wrote: > emacs was downloaded from: > > http://hpux.cs.utah.edu/hppd/hpux/Editors/emacs-21.3/ > > Dependencies downloaded were: > > jpeg libpng ncurses tiff zlib > > > Error message: > > # emacs > /usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libungif.sl > /usr/lib/dld.sl: No such file or directory > Abort(coredump) You might want to tell the people who packaged Emacs for HP-UX (their contact information should be on their webpage) to build Emacs without libungif support. In other words, do: "./configure --without-gif" when building. Either that, or have the Emacs package depend on libungif.