From owner-freebsd-questions Sat Dec 2 21: 9:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cosmic.care-gear.com (unknown [63.226.227.75]) by hub.freebsd.org (Postfix) with ESMTP id CE06B37B400 for ; Sat, 2 Dec 2000 21:09:51 -0800 (PST) Received: from localhost (cosmic@localhost) by cosmic.care-gear.com (8.11.1/8.9.3) with ESMTP id eB359nq72893; Sat, 2 Dec 2000 21:09:49 -0800 (PST) (envelope-from cosmic@cosmic.care-gear.com) Date: Sat, 2 Dec 2000 21:09:49 -0800 (PST) From: Cosmic-665 To: seafug@dub.net Cc: freebsd-questions@freebsd.org Subject: Re: debugging mozilla on 4.2-RELEASE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG well... Looks like it wants a gtk package. here's the line from the readme.html: This port requires package(s) "ORBit-0.5.2 XFree86-3.3.6 bzip2-1.0.1 gettext-0.10.35 glib-1.2.8 gmake-3.79.1 gtk-1.2.8" This can be tricky! You may have to do a pkg_delete -f on the gtk pkg you have and reinstall or a FORCE_PKG_REGISTER=YES on the same existing installed packge. Versions of gtk and tcl/tk often conflict. -665 On 2 Dec 2000, The Utz Family wrote: > hi; > mozilla keeps crashing and i am trying to run it under gdb so i can fiugre > out why. > > but it cant findthe shared libs when i run it in gdb, what step am i > missing? > > john# pwd > /usr/home/spaz/mozilla/dist/bin > john# gdb mozilla-bin > GNU gdb 4.18 > Copyright 1998 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for > details. > This GDB was configured as "i386-unknown-freebsd"... > (gdb) r > Starting program: /usr/home/spaz/mozilla/dist/bin/mozilla-bin > /usr/libexec/ld-elf.so.1: Shared object "libgkgfx.so" not found > > Program exited with code 01. > (gdb) > > > any suggestions would be appreciated, *except* for onse that say 'go > browse this website to learn how to do this' because right now i have *no* > effective browser. netscape keeps crashing and mozilla keeps crashing :-( > at least i have src for mozilla..... > i am *guessing* that the problem is that i am running XF864.01...but this > is pure speculation.... > > tnx! > > johnu > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message