From owner-freebsd-ports Mon Sep 23 0:10:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 002EF37B404 for ; Mon, 23 Sep 2002 00:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B19D43E75 for ; Mon, 23 Sep 2002 00:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N7A3Co074987 for ; Mon, 23 Sep 2002 00:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N7A3ck074986; Mon, 23 Sep 2002 00:10:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C73E137B401 for ; Mon, 23 Sep 2002 00:08:45 -0700 (PDT) Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4228543E65 for ; Mon, 23 Sep 2002 00:08:44 -0700 (PDT) (envelope-from toor@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id RAA21816 for ; Mon, 23 Sep 2002 17:08:42 +1000 (EST) (envelope-from toor@itga.com.au) Received: from hellcat.itga.com.au (hellcat.itga.com.au [192.168.71.163]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id RAA17806; Mon, 23 Sep 2002 17:08:42 +1000 (EST) Received: from hellcat.itga.com.au (localhost [127.0.0.1]) by hellcat.itga.com.au (8.12.6/8.12.6) with ESMTP id g8N78fW2001163; Mon, 23 Sep 2002 17:08:41 +1000 (EST) (envelope-from toor@hellcat.itga.com.au) Received: (from root@localhost) by hellcat.itga.com.au (8.12.6/8.12.6/Submit) id g8N78fqZ001162; Mon, 23 Sep 2002 17:08:41 +1000 (EST) Message-Id: <200209230708.g8N78fqZ001162@hellcat.itga.com.au> Date: Mon, 23 Sep 2002 17:08:41 +1000 (EST) From: Gregory Bond To: FreeBSD-gnats-submit@FreeBSD.org Cc: production@itga.com.au X-Send-Pr-Version: 3.113 Subject: ports/43281: www/mozilla port will not show jpeg images Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43281 >Category: ports >Synopsis: www/mozilla port will not show jpeg images >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 23 00:10:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Gregory Bond >Release: FreeBSD 4.7-RC i386 >Organization: ITG Australia Ltd >Environment: System: FreeBSD hellcat.itga.com.au 4.7-RC FreeBSD 4.7-RC #10: Mon Sep 23 12:59:40 EST 2002 aaw@grollo.itga.com.au:/usr/obj/usr/src/sys/HELLCAT i386 www/mozilla port (1.0.1_2) >Description: Mozilla cannot display jpegs due to confusion about shared library names >How-To-Repeat: Build the Mozilla port, examine a JPEG image (e.g. http://www.comicspage.com/helen/images/helen-sitting2.jpg Note the failure to display, and the bogus error message. Look in the stderr from the mozilla process and note errors like: ************************************************** nsNativeComponentLoader: GetFactory(/usr/X11R6/lib/mozilla/components/libimgjpeg.so) Load FAILED with error: Shared object "libplc4.so.1" not found ************************************************** This file (libplc4.so.1) is installed by the port as /usr/X11R6/lib/mozilla/libplc4.so >Fix: Workaround: cd /usr/X11R6/lib/mozilla/ for i in nspr4 plc4 plds4 ; do ln -s lib$i.so lib$i.so.1 ; done As to why the port and the Mozilla dynamic linking code disagree on the filename, well this I can't answer! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message