Package: gnucash Version: 1:2.6.12-1.1 Dear Maintainer,
When I run gnucash, in console, following errors occur: $ gnucash gnucash: error while loading shared libraries: libunistring.so.0: cannot open shared object file: No such file or directory $ There's no libunistring* in gnucash dependency list: # LC_ALL=C aptitude show gnucash Package: gnucash Version: 1:2.6.12-1.1 State: installed Automatically installed: no Priority: optional Section: gnome Maintainer: Dmitry Smirnov <only...@debian.org> Architecture: amd64 Uncompressed Size: 9726 k Depends: gnucash-common (= 1:2.6.12-1.1), guile-2.0-libs, libaqbanking35 (>= 5.6.0beta), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libdbi1 (>= 0.9.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libgnome-keyring0 (>= 2.20.3), libgnomecanvas2-0 (>= 2.11.1), libgoffice-0.8-8 (>= 0.8.8), libgtk2.0-0 (>= 2.24.0), libgwengui-gtk2-0 (>= 3.99.16), libgwenhywfar60 (>= 3.99.1), libktoblzcheck1v5, libofx6, libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpython2.7 (>= 2.7), libwebkitgtk-1.0-0 (>= 1.3.10), libx11-6, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), libaqbanking35-plugins, perl, guile-2.0, libfinance-quote-perl, libwww-perl, libhtml-tree-perl, libhtml-tableextract-perl, libcrypt-ssleay-perl, libdate-manip-perl Recommends: gnucash-docs, python-gnucash, yelp Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Conflicts: gnucash:i386 Breaks: gnucash-common (< 1:2.4.8-1~), gnucash-common:i386 (< 1:2.4.8-1~) Replaces: gnucash-common (< 1:2.4.8-1~), gnucash-common:i386 (< 1:2.4.8-1~) Description: personal and small-business financial-accounting software Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. Homepage: http://www.gnucash.org/ Tags: field::finance, implemented-in::c, interface::graphical, interface::x11, office::finance, role::program, scope::application, suite::gnome, suite::gnu, uitoolkit::gtk, works-with::pim, works-with::spreadsheet, x11::application Package libunistring0 is installed on my system, version: 0.9.6-1.1. But, there's no libunistring.so.0: $ find /usr -name 'libunistring*' /usr/lib/x86_64-linux-gnu/libunistring.so.2 /usr/lib/x86_64-linux-gnu/libunistring.so.2.0.0 /usr/share/doc/libunistring0 Following command fix problem: # ln -s /usr/lib/x86_64-linux-gnu/libunistring.so.2 /usr/lib/x86_64-linux-gnu/libunistring.so.0 I am using Debian GNU/Linux 9.0, kernel 4.0.0-1-amd64