Date: Fri, 4 Aug 2006 17:35:55 +0200 From: Kees Plonsz <kees@jeremino.homeunix.net> To: freebsd-questions@freebsd.org Subject: Re: nppdf.so: undefined symbol "__ctype_b_loc" Message-ID: <200608041735.55743.kees@jeremino.homeunix.net> In-Reply-To: <871wrw7e5b.fsf@photon.homelinux.org> References: <871wrw7e5b.fsf@photon.homelinux.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 04 August 2006 16:45, Xiao-Yong Jin wrote: > 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? > An "Undefined symbol" error is a shared object file is always a version mismatch. You have to update "nppdf.so" to match the version what the main programm expects.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608041735.55743.kees>