** Changed in: acroread (Ubuntu)
Status: Confirmed => Fix Released
--
nppdf.so: undefined symbol: XtCalloc
https://bugs.launchpad.net/bugs/41787
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
ubuntu-bu
Use dpkg-divert to add a wrapper-script that sets LD_PRELOAD as
suggested:
# dpkg-divert --add --rename --divert /usr/lib/firefox/firefox.real
/usr/lib/firefox/firefox
# cat < /tmp/firefox
#!/bin/sh
# fixes bug #41787
export LD_PRELOAD=/usr/lib/libXt.so.6
exec /usr/lib/firefox/firefox.real "$@"
** Bug 63603 has been marked a duplicate of this bug
--
nppdf.so: undefined symbol: XtCalloc
https://launchpad.net/bugs/41787
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Bug 50701 has been marked a duplicate of this bug
--
nppdf.so: undefined symbol: XtCalloc
https://launchpad.net/bugs/41787
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Bug 50496 has been marked a duplicate of this bug
--
nppdf.so: undefined symbol: XtCalloc
https://launchpad.net/bugs/41787
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Try this. Start Firefox from a command prompt:
LD_PRELOAD=/usr/lib/libXt.so.6 /usr/lib/firefox/firefox
That should temporarily fix the problem until you exit firefox. The
problem appears to be that nppdf.so expects that libXt.so to already be
loaded, which is bad practice.
A hack that will wor
Version 7.0.8 is out now.
I have confirmed (based on reports originally posted in the forums; e.g.
on http://ubuntuforums.org/showthread.php?t=187973) that if you download
the Linux version of Adobe Reader from
http://www.adobe.com/products/acrobat/readstep2.html and extract
nppdf.so and use it to