From xemacs-m  Thu Mar 27 23:00:19 1997
Received: from beavis.bayserve.net (jmiller@port22.bayserve.net [206.148.244.118])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id XAA01685
	for <xemacs-beta@xemacs.org>; Thu, 27 Mar 1997 23:00:15 -0600 (CST)
Received: (from jmiller@localhost)
          by beavis.bayserve.net (8.8.4/8.8.4)
	  id AAA03747; Fri, 28 Mar 1997 00:15:04 -0500
Date: Fri, 28 Mar 1997 00:15:04 -0500
Message-Id: <199703280515.AAA03747@beavis.bayserve.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Jeff Miller <jmiller@bayserve.net>
To: xemacs-beta@xemacs.org
Subject: tried Steve's binary kit
X-Mailer: VM 6.22 under 19.15 XEmacs Lucid (beta104)
Reply-to: jmiller@bayserve.net


I tried out Steve's binary kit.  Though I'm still downloading the common
stuff, I just copied the binary to my 19.15 src dir & tried to run it.

I get:
can't load library  'libdb.so.1'

I checked and it looks like I have a libdb.so.2  This is on Redhat 4.1
I've also just installed libc5.4.23 but I don't think the libdb came with
it. 

ahh, wait I my old slackware partition has a libdb.so.1 on it.  Setting
LD_LIBRARY_PATH to /usr/lib:/slack/usr/lib & ....

ah, it comes up now.


ack! but when I exit I get 

kill-emacs()
# bind (arg)
save-buffers-kill-emacs(nil)
# bind (command-debug-status)
call-interactively(save-buffers-kill-emacs)
# (condition-case ... . error)
# (catch top-level ...)

I did the gdb thing and got this:

#0 0x8174e0d in __libc_kill ()
(gdb) where
#0 0x817430d in __libc_kill ()
#1 0x8075c99 in fatal_error_signal ()
(gdb)

the 19.15 I compiled seems to run ok though.

Jeff

