To whom it may concern:

I was having the same problem with GNOMESS, and I think it can be solved
by following this workaround.

WARNING: Before doing anything, please read these instructions. Only
proceed until you understand what you'll do.

1. Install the latest version of *libzip* available. At the time of this
writing, it was 4.

2. Determine the architecture of your computer. This can be done with
the following command, if such information is available:

uname -i

3. Execute the following command:

cat /etc/ld.so.config.d/*

This command lists the paths where shared libraries are stored.

4. Depending on your architecture, select one path and look for the file
"libzip.so.#", where the pound sign is the version number corresponding
to the *libzip* version installed in step 1.

In my case, I found the file under /usr/lib/x86_64-linux-gnu/

5. Being in the directory where the shared library is, create a symlink
named "libzip.so.1" with the following command:

ln -s libzip.so.# libzip.so.1

Remember to replace the pound sign with the actual version installed.

6. Test the program that caused the fault. This is important, as it is
possible the program expects methods from the library that are no longer
available in the version being used.

BE CAUTIOUS WITH THIS STEP! If possible, use the program with copies of
your work so that in case of failure, your work won't be lost.

7. If there's still the chance, inform the program developers about the
fault and the need to switch to the newer versions of the library
available in the repositories.

I hope this gets your problem solved.

P.S.: If this doesn't solve your problem, and a newer program is
available, don't risk yourself and use it instead of trying to get the
old one to work. Either that or use an older Ubuntu version.

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

Title:
  libzip1 missing in (12.04 Precise Pangolin)

Status in libzip package in Ubuntu:
  Invalid

Bug description:
  Hi. I see libzip1 has been removed from Ubuntu as of 12.04. It would
  be useful to still have this available, because there are external
  applications which depend on it, for example Kobo Desktop (for
  registering Kobo e-readers) and MySQL Workbench:
  http://www.mobileread.com/forums/showthread.php?p=1609547#post1609547
  and http://setupguides.blogspot.co.uk/2012/04/install-mysql-workbench-
  on-ubuntu-1204.html

  Debian Unstable still includes a libzip1 package:
  packages.debian.org/libzip1

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzip/+bug/990314/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to