Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After install of autotrace_0.40.0-20190108_all.deb in Ubuntu 18.04 I got libMagickCore-6.Q16.so.2 Error #19

Closed
Acer54 opened this issue Jan 23, 2019 · 4 comments

Comments

@Acer54
Copy link

Acer54 commented Jan 23, 2019

Fresh installation of deb-package leads into error message:

matthias@matthias-tuxedo:~/Downloads$ sudo apt install ./autotrace_0.40.0-20190108_all.deb 
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Hinweis: »autotrace« wird an Stelle von »./autotrace_0.40.0-20190108_all.deb« gewählt.
Die folgenden NEUEN Pakete werden installiert:
  autotrace
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 16 nicht aktualisiert.
Es müssen noch 0 B von 410 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 2.179 kB Plattenplatz zusätzlich benutzt.
Holen:1 /home/matthias/Downloads/autotrace_0.40.0-20190108_all.deb autotrace all 0.40.0-20190108 [410 kB]
Vormals nicht ausgewähltes Paket autotrace wird gewählt.
(Lese Datenbank ... 284035 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../autotrace_0.40.0-20190108_all.deb ...
Entpacken von autotrace (0.40.0-20190108) ...
Trigger für man-db (2.8.3-2ubuntu0.1) werden verarbeitet ...
autotrace (0.40.0-20190108) wird eingerichtet ...
matthias@matthias-tuxedo:~/Downloads$ autotrace 
autotrace: error while loading shared libraries: libMagickCore-6.Q16.so.2: cannot open shared object file: No such file or directory

Have I missed something?

@iszotic
Copy link

iszotic commented Mar 7, 2019

In Ubuntu 18.04 (at least in my system) there's only libMagickCore-6.Q16.so.3, so coping one of the link files and rename it to libMagickCore-6.Q16.so.2 fixed the issue, later it happened the same with libpng12.so.0, and there's libpng16.so.0, so I did the same and copied and renamed a link file to libpng12.so.0.
I tested the functionality with https://github.com/fablabnbg/inkscape-centerline-trace, no bugs whatsoever
these libraries are located in /usr/lib/x86_64-linux-gnu/

@jnweiger
Copy link
Member

When actually building a deb package on ubuntu-18.04 all looks good.
@iszotic seems to be right, not all Ubuntu have the same library versions, so there is no one-fit-all deb package :-)

ldd /usr/bin/autotrace | grep Core
libMagickCore-6.Q16.so.3 => /usr/lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.3 (0x00007f191efe0000)

autotrace_0.40.0-20190312_ubuntu1804.deb.zip

@lemenkov
Copy link
Member

Duplicate of the #12 issue.

@jnweiger
Copy link
Member

jnweiger commented Mar 29, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants