[Desktop-packages] [Bug 1639300] Re: Error while loading shared libraries

2018-11-08 Thread Diego Solo
Hi, I had the same problem and couldn't find the exact solution
anywhere, so I'll post my solution here so anyone in the same situation
can solve the problem too.

Apparently, something was wrong with my Ubuntu (18.04). I installed the
OS and all the programs I use, but Inkscape would insist with the
missing libsigc-2.0.so.0 problem. First I thought it was something in
Inkscape so I let a few months pass as I didn't require Inkscape for
work. But when I check again, after several updates, the problem was
still present, so I started searching.

Long story short, some libraries where actually missing, despite all the
packages containing them where installed (so "apt install
[PACKAGE_NAME]" would say). So, the solution is to reinstall all the
packages with missing files, like libsigc-2.0.so.0 which comes with the
package libsigc++-2.0-0v5.

First, you need to know which libraries are missing. For this you can
use the command:

ldd $(which inkscape) | grep "not found"

Then you have to find out, through an internet search, which packages
that library comes with. Once you found it, you just need to reinstall
the package with the following command:

sudo apt install --reinstall [PACKAGE_NAME]

In my case I had to run the following commands:

sudo apt install --reinstall libsigc++-2.0-0v5
sudo apt install --reinstall libatkmm-1.6-1v5
sudo apt install --reinstall libpangomm-1.4-1v5
sudo apt install --reinstall libcairomm-1.0-1v5

Good luck!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/1639300

Title:
  Error while loading shared libraries

Status in Inkscape:
  New
Status in inkscape package in Ubuntu:
  New

Bug description:
  Hi

  I can't run Inskcape 0.91
  Installation was fine :
  $ apt-cache policy inkscape
  inkscape:
Installed: 0.91-7ubuntu2
Candidate: 0.91-7ubuntu2
Version table:
   *** 0.91-7ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  
  A library seems to be missing when launching: 

  inkscape: error while loading shared libraries: libIlmImf.so.6: cannot
  open shared object file: No such file or directory

  Running Ubuntu 16.04 xenial 
  4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 
x86_64 GNU/Linux

  $ ldd $(which inkscape)
  linux-vdso.so.1 =>  (0x7ffc0e9ba000)
libgtkspell.so.0 => /usr/lib/libgtkspell.so.0 (0x7f801000)
libgtkmm-2.4.so.1 => /usr/lib/x86_64-linux-gnu/libgtkmm-2.4.so.1 
(0x7f801b598000)
libatkmm-1.6.so.1 => /usr/lib/x86_64-linux-gnu/libatkmm-1.6.so.1 
(0x7f801b34d000)
libgdkmm-2.4.so.1 => /usr/lib/x86_64-linux-gnu/libgdkmm-2.4.so.1 
(0x7f801b10)
libpangomm-1.4.so.1 => /usr/lib/x86_64-linux-gnu/libpangomm-1.4.so.1 
(0x7f801aed3000)
libgtk-x11-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 
(0x7f801a887000)
libgdk-x11-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 
(0x7f801a5d2000)
libpangocairo-1.0.so.0 => 
/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 (0x7f801a3c5000)
libgdk_pixbuf-2.0.so.0 => 
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 (0x7f801a1a2000)
libgc.so.1 => /usr/lib/x86_64-linux-gnu/libgc.so.1 (0x7f8019f31000)
libcairomm-1.0.so.1 => /usr/lib/x86_64-linux-gnu/libcairomm-1.0.so.1 
(0x7f8019d0d000)
libgiomm-2.4.so.1 => /usr/lib/x86_64-linux-gnu/libgiomm-2.4.so.1 
(0x7f8019968000)
libglibmm-2.4.so.1 => /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1 
(0x7f80196ef000)
libgsl.so.19 => /usr/lib/x86_64-linux-gnu/libgsl.so.19 
(0x7f80192b)
libgslcblas.so.0 => /usr/lib/x86_64-linux-gnu/libgslcblas.so.0 
(0x7f8019071000)
libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 
(0x7f8018e4c000)
libxslt.so.1 => /usr/lib/x86_64-linux-gnu/libxslt.so.1 
(0x7f8018c0f000)
libxml2.so.2 => /usr/lib/x86_64-linux-gnu/libxml2.so.2 
(0x7f8018854000)
libpangoft2-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 
(0x7f801863e000)
libpango-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0 
(0x7f80183f2000)
libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 
(0x7f80181ae000)
libsigc-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0 
(0x7f8017fa8000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x7f8017d8e000)
libgomp.so.1 => /usr/lib/x86_64-linux-gnu/libgomp.so.1 
(0x7f8017b6b000)
libpopt.so.0 => /lib/x86_64-linux-gnu/libpopt.so.0 (0x7f801795f000)
libaspell.so.15 => /usr/lib/x86_64-linux-gnu/libaspell.so.15 
(0x7f80176b5000)
libgnomevfs-2.so.0 => /usr/lib/x86_64-linux-gnu/libgnomevfs-2.so.0 
(0x7f801744b000)
libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreet

[Desktop-packages] [Bug 1639300] Re: Error while loading shared libraries

2016-11-04 Thread su_v
** Also affects: inkscape (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/1639300

Title:
  Error while loading shared libraries

Status in Inkscape:
  New
Status in inkscape package in Ubuntu:
  New

Bug description:
  Hi

  I can't run Inskcape 0.91
  Installation was fine :
  $ apt-cache policy inkscape
  inkscape:
Installed: 0.91-7ubuntu2
Candidate: 0.91-7ubuntu2
Version table:
   *** 0.91-7ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  
  A library seems to be missing when launching: 

  inkscape: error while loading shared libraries: libIlmImf.so.6: cannot
  open shared object file: No such file or directory

  Running Ubuntu 16.04 xenial 
  4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 
x86_64 GNU/Linux

  $ ldd $(which inkscape)
  linux-vdso.so.1 =>  (0x7ffc0e9ba000)
libgtkspell.so.0 => /usr/lib/libgtkspell.so.0 (0x7f801000)
libgtkmm-2.4.so.1 => /usr/lib/x86_64-linux-gnu/libgtkmm-2.4.so.1 
(0x7f801b598000)
libatkmm-1.6.so.1 => /usr/lib/x86_64-linux-gnu/libatkmm-1.6.so.1 
(0x7f801b34d000)
libgdkmm-2.4.so.1 => /usr/lib/x86_64-linux-gnu/libgdkmm-2.4.so.1 
(0x7f801b10)
libpangomm-1.4.so.1 => /usr/lib/x86_64-linux-gnu/libpangomm-1.4.so.1 
(0x7f801aed3000)
libgtk-x11-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 
(0x7f801a887000)
libgdk-x11-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 
(0x7f801a5d2000)
libpangocairo-1.0.so.0 => 
/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 (0x7f801a3c5000)
libgdk_pixbuf-2.0.so.0 => 
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 (0x7f801a1a2000)
libgc.so.1 => /usr/lib/x86_64-linux-gnu/libgc.so.1 (0x7f8019f31000)
libcairomm-1.0.so.1 => /usr/lib/x86_64-linux-gnu/libcairomm-1.0.so.1 
(0x7f8019d0d000)
libgiomm-2.4.so.1 => /usr/lib/x86_64-linux-gnu/libgiomm-2.4.so.1 
(0x7f8019968000)
libglibmm-2.4.so.1 => /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1 
(0x7f80196ef000)
libgsl.so.19 => /usr/lib/x86_64-linux-gnu/libgsl.so.19 
(0x7f80192b)
libgslcblas.so.0 => /usr/lib/x86_64-linux-gnu/libgslcblas.so.0 
(0x7f8019071000)
libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 
(0x7f8018e4c000)
libxslt.so.1 => /usr/lib/x86_64-linux-gnu/libxslt.so.1 
(0x7f8018c0f000)
libxml2.so.2 => /usr/lib/x86_64-linux-gnu/libxml2.so.2 
(0x7f8018854000)
libpangoft2-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 
(0x7f801863e000)
libpango-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0 
(0x7f80183f2000)
libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 
(0x7f80181ae000)
libsigc-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0 
(0x7f8017fa8000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x7f8017d8e000)
libgomp.so.1 => /usr/lib/x86_64-linux-gnu/libgomp.so.1 
(0x7f8017b6b000)
libpopt.so.0 => /lib/x86_64-linux-gnu/libpopt.so.0 (0x7f801795f000)
libaspell.so.15 => /usr/lib/x86_64-linux-gnu/libaspell.so.15 
(0x7f80176b5000)
libgnomevfs-2.so.0 => /usr/lib/x86_64-linux-gnu/libgnomevfs-2.so.0 
(0x7f801744b000)
libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 
(0x7f80171a1000)
libwpg-0.3.so.3 => /usr/lib/x86_64-linux-gnu/libwpg-0.3.so.3 
(0x7f8016f85000)
libvisio-0.1.so.1 => /usr/lib/x86_64-linux-gnu/libvisio-0.1.so.1 
(0x7f8016cea000)
libcdr-0.1.so.1 => /usr/lib/x86_64-linux-gnu/libcdr-0.1.so.1 
(0x7f8016a4f000)
librevenge-0.0.so.0 => /usr/lib/x86_64-linux-gnu/librevenge-0.0.so.0 
(0x7f8016827000)
librevenge-stream-0.0.so.0 => 
/usr/lib/x86_64-linux-gnu/librevenge-stream-0.0.so.0 (0x7f8016608000)
libMagick++-6.Q16.so.5 => 
/usr/lib/x86_64-linux-gnu/libMagick++-6.Q16.so.5 (0x7f8016389000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 
(0x7f801604f000)
libjpeg.so.8 => /usr/lib/x86_64-linux-gnu/libjpeg.so.8 
(0x7f8015df5000)
liblcms2.so.2 => /usr/lib/x86_64-linux-gnu/liblcms2.so.2 
(0x7f8015b9e000)
libpoppler.so.58 => /usr/lib/x86_64-linux-gnu/libpoppler.so.58 
(0x7f801572)
libpoppler-glib.so.8 => /usr/lib/x86_64-linux-gnu/libpoppler-glib.so.8 
(0x7f80154c7000)
libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 
(0x7f8015274000)
libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 
(0x7f8014f63000)
libcairo.so.2 => /usr/lib/x86_64-linux-gnu/libcairo.so.2 
(0x7f8014c4e000)
libstdc++.so.6 => /us