From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 18 06:57:57 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B6E416A4CE for ; Thu, 18 Mar 2004 06:57:57 -0800 (PST) Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A22043D45 for ; Thu, 18 Mar 2004 06:57:57 -0800 (PST) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-201-185.lsanca1.elnk.dsl.genuity.net ([4.62.201.185] helo=mvh.mine.nu) by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1B3yy4-0005oz-00; Thu, 18 Mar 2004 06:57:56 -0800 Received: from localhost (localhost [127.0.0.1]) by mvh.mine.nu (Postfix) with ESMTP id F308853C3; Thu, 18 Mar 2004 06:57:55 -0800 (PST) Received: from mvh.mine.nu ([127.0.0.1]) by localhost (mvh.mine.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60775-01; Thu, 18 Mar 2004 06:57:50 -0800 (PST) Received: by mvh.mine.nu (Postfix, from userid 1000) id 94CD353C2; Thu, 18 Mar 2004 06:57:50 -0800 (PST) From: Mike Harding To: barner@in.tum.de In-reply-to: <20040318105901.GA1128@zi025.glhnet.mhn.de> (message from Simon Barner on Thu, 18 Mar 2004 11:59:01 +0100) References: <20040318045608.6557653C2@mvh.mine.nu> <20040318051630.B322753A5@mvh.mine.nu> <20040318105901.GA1128@zi025.glhnet.mhn.de> Message-Id: <20040318145750.94CD353C2@mvh.mine.nu> Date: Thu, 18 Mar 2004 06:57:50 -0800 (PST) X-Virus-Scanned: by amavisd-new at mvh.mine.nu cc: gnome@freebsd.org Subject: Re: mozilla silently failing? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 14:57:57 -0000 Any way to figure out why it's failing? It just doesn't launch, I get nothing on the console, ./xesssion-errors, or /var/log/all.log... Galeon crashes on startup with a segfault, and Epiphany runs for a while and then also segfaults.. X-Original-To: mvh@mvh.mine.nu Date: Thu, 18 Mar 2004 11:59:01 +0100 From: Simon Barner Cc: gnome@freebsd.org Content-Disposition: inline X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de X-Virus-Scanned: by amavisd-new at mvh.mine.nu X-Spam-Status: No, hits=0.0 tagged_above=-99.9 required=5.0 tests= X-Spam-Level: --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mike Harding wrote: > I think that there is a hint here, /usr/X11R6/lib/mozilla/libmozjs.so > does exist... >=20 > bash-2.05b$ ldd mozilla-bin > mozilla-bin: > libmozjs.so =3D> not found (0x0) Hi, this cannot be the problem, since that library is in /usr/X11R6/lib/mozilla. When you start mozilla with the shell script /usr/X11R6/bin/mozilla, the above directory is added to your LD_LIBRARY_PATH. If you do that manually % export LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH:/usr/X11R6/lib/mozilla ldd won't report any missing libraries. Simon --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAWYD0Ckn+/eutqCoRAkO6AJ9Uw2evNHVO4svM3SkfSY69FaC7qwCcDSbT R4jOZ/AuwP/DCfhL6lMh8GY= =1ibi -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq--