Error libpoppler-qt4.so.3

Bug #1015193 reported by stepcellwolf
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
texworks (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

After the installation is finished, if we try to startfrom the terminal, it will give us an error:
texworks: error while loading shared libraries: libpoppler-qt4.so.3: cannot open shared object file: No such file or directory

$ldd /usr/bin/texworks
linux-gate.so.1 => (0xb76f2000)
libhunspell-1.3.so.0 => /usr/lib/i386-linux-gnu/libhunspell-1.3.so.0 (0xb7682000)
libpoppler-qt4.so.3 => not found
libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb766b000)
libQtDBus.so.4 => /usr/lib/i386-linux-gnu/libQtDBus.so.4 (0xb75eb000)
libQtScript.so.4 => /usr/lib/i386-linux-gnu/libQtScript.so.4 (0xb7367000)
libQtScriptTools.so.4 => /usr/lib/i386-linux-gnu/libQtScriptTools.so.4 (0xb72b2000)
libQtXml.so.4 => /usr/lib/i386-linux-gnu/libQtXml.so.4 (0xb7272000)
libQtGui.so.4 => /usr/lib/i386-linux-gnu/libQtGui.so.4 (0xb679e000)
libQtCore.so.4 => /usr/lib/i386-linux-gnu/libQtCore.so.4 (0xb64c1000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb64a6000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb63c1000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb63a3000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb61fd000)
libdbus-1.so.3 => /lib/i386-linux-gnu/libdbus-1.so.3 (0xb61b4000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb6188000)
libfontconfig.so.1 => /usr/lib/i386-linux-gnu/libfontconfig.so.1 (0xb6154000)
libaudio.so.2 => /usr/lib/i386-linux-gnu/libaudio.so.2 (0xb613b000)
libglib-2.0.so.0 => /lib/i386-linux-gnu/libglib-2.0.so.0 (0xb6041000)
libpng12.so.0 => /lib/i386-linux-gnu/libpng12.so.0 (0xb6017000)
libfreetype.so.6 => /usr/lib/i386-linux-gnu/libfreetype.so.6 (0xb5f7d000)
libgobject-2.0.so.0 => /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 (0xb5f2e000)
libSM.so.6 => /usr/lib/i386-linux-gnu/libSM.so.6 (0xb5f25000)
libICE.so.6 => /usr/lib/i386-linux-gnu/libICE.so.6 (0xb5f0a000)
libXi.so.6 => /usr/lib/i386-linux-gnu/libXi.so.6 (0xb5efa000)
libXrender.so.1 => /usr/lib/i386-linux-gnu/libXrender.so.1 (0xb5ef0000)
libXext.so.6 => /usr/lib/i386-linux-gnu/libXext.so.6 (0xb5ede000)
libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xb5daa000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb5da4000)
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xb5d9b000)
/lib/ld-linux.so.2 (0xb76f3000)
libexpat.so.1 => /lib/i386-linux-gnu/libexpat.so.1 (0xb5d71000)
libXt.so.6 => /usr/lib/i386-linux-gnu/libXt.so.6 (0xb5d15000)
libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xb5d11000)
libpcre.so.3 => /lib/i386-linux-gnu/libpcre.so.3 (0xb5cd4000)
libffi.so.6 => /usr/lib/i386-linux-gnu/libffi.so.6 (0xb5ccd000)
libuuid.so.1 => /lib/i386-linux-gnu/libuuid.so.1 (0xb5cc7000)
libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xb5ca6000)
libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xb5c9e000)

The issue has been fix with the following command line:
sudo ln -s /usr/lib/i386-linux-gnu/libpoppler-qt4.so.4 /usr/lib/i386-linux-gnu/libpoppler-qt4.so.3

In details:
$ texworks --version
TeXworks 0.5r952 (Debian)

Copyright (C) 2007-2011 Jonathan Kew, Stefan Löffler
License GPLv2+: GNU GPL (version 2 or later) <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Revision history for this message
Stefan Löffler (st.loeffler) wrote :

The line "TeXworks 0.5r952 (Debian)" indicates that this you are using a Debian build (maybe the one pulled into Ubuntu automatically?). It seems that it was built against an older version of poppler.

Could you try if the same error occurs with one of the PPAs at https://launchpad.net/~texworks ?

Revision history for this message
stepcellwolf (stepcellwolf) wrote : Re: [Bug 1015193] Re: Error libpoppler-qt4.so.3

Hello Stefan,

I have tried with the following PPA:

deb http://ppa.launchpad.net/texworks/stable/ubuntu precise main
deb-src http://ppa.launchpad.net/texworks/stable/ubuntu precise main

And it did work without any problem, likewise, the issue was from the
repository that I had in a source list.

Thank you.

BR,
Predrag

Pozdrav MSc. Predrag (Pece)
SINCERELY yours MSc. Predrag (Pece)
PREDRAGTASEVSKI.COM <http://predragtasevski.com/>
My Blog <http://predragtasevski.com/blog/>
---
*Please Check My Book on the following link:
Messenger-Pigeon <http://predragtasevski.com/projects/publication/>*

On Wed, Jun 20, 2012 at 6:23 PM, Stefan Löffler
<email address hidden>wrote:

> The line "TeXworks 0.5r952 (Debian)" indicates that this you are using a
> Debian build (maybe the one pulled into Ubuntu automatically?). It seems
> that it was built against an older version of poppler.
>
> Could you try if the same error occurs with one of the PPAs at
> https://launchpad.net/~texworks ?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1015193
>
> Title:
> Error libpoppler-qt4.so.3
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/texworks/+bug/1015193/+subscriptions
>

Revision history for this message
Phillip Susi (psusi) wrote :

Can you post the output of the following commands:

apt-cache policy texworks
apt-cache policy libpoppler-qt4-3

Changed in texworks (Ubuntu):
status: New → Incomplete
Revision history for this message
stepcellwolf (stepcellwolf) wrote :

Here are the outputs:
$ apt-cache policy texworks
texworks:
  Installed: 0.5~svn952-1
  Candidate: 0.5~svn952-1
  Version table:
 *** 0.5~svn952-1 0
        500 http://archive.ubuntu.com/ubuntu/ precise/universe i386 Packages
        100 /var/lib/dpkg/status
     0.4.4~svn1004~precise1 0
        500 http://ppa.launchpad.net/texworks/stable/ubuntu/ precise/main
i386 Packages

$ apt-cache policy libpoppler-qt4-3
libpoppler-qt4-3:
  Installed: 0.20.0-0ppa1
  Candidate: 0.20.0-0ppa1
  Version table:
 *** 0.20.0-0ppa1 0
        500 http://ppa.launchpad.net/olivier-berten/misc/ubuntu/precise/main
i386 Packages
        100 /var/lib/dpkg/status
     0.18.4-1ubuntu2 0
        500 http://archive.ubuntu.com/ubuntu/ precise/main i386 Packages

On Thu, Jul 19, 2012 at 8:38 PM, Phillip Susi <email address hidden> wrote:

> Can you post the output of the following commands:
>
> apt-cache policy texworks
> apt-cache policy libpoppler-qt4-3
>
>
> ** Changed in: texworks (Ubuntu)
> Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1015193
>
> Title:
> Error libpoppler-qt4.so.3
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/texworks/+bug/1015193/+subscriptions
>

Revision history for this message
Phillip Susi (psusi) wrote :

You seem to have installed a version of libpoppler-qt4-3 from a PPA. Please try reinstalling the package with:

sudo apt-get install --reinstall libpoppler-qt4-3

If that does not help, please disable the PPA and install the official version.

Revision history for this message
stepcellwolf (stepcellwolf) wrote :

It did help, the issue is resolved.

Thx

Pozdrav MSc. Predrag (Pece)
SINCERELY yours MSc. Predrag (Pece)
PREDRAGTASEVSKI.COM <http://predragtasevski.com/>
My Blog <http://predragtasevski.com/blog/>
---
*Please Check My Book on the following link:
Messenger-Pigeon <http://predragtasevski.com/projects/publication/>*

On Wed, Aug 1, 2012 at 7:49 PM, Phillip Susi <email address hidden> wrote:

> You seem to have installed a version of libpoppler-qt4-3 from a PPA.
> Please try reinstalling the package with:
>
> sudo apt-get install --reinstall libpoppler-qt4-3
>
> If that does not help, please disable the PPA and install the official
> version.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1015193
>
> Title:
> Error libpoppler-qt4.so.3
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/texworks/+bug/1015193/+subscriptions
>

Phillip Susi (psusi)
Changed in texworks (Ubuntu):
status: Incomplete → Invalid
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in texmaker (Ubuntu):
status: New → Confirmed
Micah Gersten (micahg)
no longer affects: texmaker (Ubuntu)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.