From owner-freebsd-gecko@FreeBSD.ORG Thu Jun 21 16:26:59 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B0E1106566B; Thu, 21 Jun 2012 16:26:59 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id B2AB48FC14; Thu, 21 Jun 2012 16:26:58 +0000 (UTC) Received: from [192.168.1.101] (dynamic-94-247-222-224.catv.glattnet.ch [94.247.222.224]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5LGQpuV095303 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Thu, 21 Jun 2012 16:26:51 GMT (envelope-from beat@FreeBSD.org) From: =?iso-8859-1?Q?Beat_G=E4tzi?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 21 Jun 2012 18:26:51 +0200 To: gecko@FreeBSD.org Message-Id: <78181AB6-44C0-4087-B1DB-56006B15A6B9@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v1278) X-Mailer: Apple Mail (2.1278) Cc: Subject: SeaMonkey 2.10.1 can't find libxul.so on startup X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 16:26:59 -0000 Hi, As you may have noticed SeaMonkey 2.10.1 hasn't been committed to the ports tree yet. There is still a problem when starting SeaMonkey: # seamonkey XPCOMGlueLoad error for file /usr/local/lib/seamonkey/libxpcom.so: Shared object "libxul.so" not found, required by "libxpcom.so" Couldn't load XPCOM. It looks like SeaMonkey doesn't find libxul.so which is in ${PREFIX}/lib/seamonkey/. I assume this is cause by: https://bugzilla.mozilla.org/show_bug.cgi?id=668869 I'm not sure how to solve this in a proper way. Any hint is appreciated. Patch for 2.10.1 is available here: http://people.freebsd.org/~beat/patches/seamonkey-2.10.1.patch Thanks, Beat