From owner-freebsd-questions@FreeBSD.ORG Fri Aug 4 14:45:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D135516A4DD for ; Fri, 4 Aug 2006 14:45:58 +0000 (UTC) (envelope-from xj2106@columbia.edu) Received: from jalapeno.cc.columbia.edu (jalapeno.cc.columbia.edu [128.59.29.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3329E43D6E for ; Fri, 4 Aug 2006 14:45:57 +0000 (GMT) (envelope-from xj2106@columbia.edu) Received: from photon.homelinux.org (dyn-carl-201-40.dyn.columbia.edu [160.39.201.40]) (user=xj2106 mech=PLAIN bits=0) by jalapeno.cc.columbia.edu (8.13.7/8.13.6) with ESMTP id k74Ejq6X019570 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 4 Aug 2006 10:45:57 -0400 (EDT) To: freebsd-questions@freebsd.org From: Xiao-Yong Jin Mail-Followup-To: freebsd-questions@freebsd.org Date: Fri, 04 Aug 2006 10:45:52 -0400 Message-ID: <871wrw7e5b.fsf@photon.homelinux.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-No-Spam-Score: Local X-Scanned-By: MIMEDefang 2.48 on 128.59.29.5 Subject: nppdf.so: undefined symbol "__ctype_b_loc" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2006 14:45:58 -0000 Hi all, after upgrading firefox and acroread, I got this when I tried to use the plugin, LoadPlugin: failed to initialize shared library /usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux/nppdf.so [/usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux/nppdf.so: Undefined symbol "__ctype_b_loc"] I have these lines in my /etc/libmap.conf, # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase [/usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux/nppdf.so] libc.so.6 pluginwrapper/acrobat.so Bug? Or my configuration fault? -- Xiao-Yong