[Desktop-packages] [Bug 990314] Re: libzip1 missing in (12.04 Precise Pangolin)

2016-06-29 Thread Felipe B
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


Re: [Desktop-packages] [Bug 990314] Re: libzip1 missing in (12.04 Precise Pangolin)

2015-09-12 Thread ro...@bownes.co.za
What does that actually mean? Firstly, I'm not running 12.04, I'm 
running 14.04. Secondly, all I know is that Ubuntu keeps telling me that 
there's a problem, and I keep experiencing weird problems such as not 
being able to access my LAN unless I reboot, and the system telling me 
that various apps and services have ceased to run. Finally, today it 
tells me that there was an unspecified system problem, and asks whether 
I want to report it. I reported it, and then you send me a reply that is 
basically nonsensical unless I actually have sufficient knowledge to fix 
the problem myself. Which, if I follow, is what you're actually telling 
me to do.

I changed over to Ubuntu Linux after years of supporting, selling, 
training, and using Windows because I was sick of spending so much time 
trying to sort out OS/software issues, rather than doing the actual work 
that I needed to do. Recently, I'm finding that Ubuntu seems to have 
gone the same way. I'm constantly having to reboot, Google solutions to 
stupid little problems that stop me from doing what needs to be done, etc.

If you're getting the subtle impression that I'm feeling rather pissed 
off, you're right.

I'd appreciate it if you'd please provide some usable (read non-expert) 
information on what is actually going on, and what is required.

On 09/12/2015 11:04 AM, Matthias Klose wrote:
> There is nothing to fix. If the soname of the library changed, you have
> to rebuild the reverse dependencies.
>
> ** Changed in: libzip (Ubuntu)
> Status: Confirmed => Invalid
>
> I'

-- 
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


[Desktop-packages] [Bug 990314] Re: libzip1 missing in (12.04 Precise Pangolin)

2015-09-12 Thread Matthias Klose
There is nothing to fix. If the soname of the library changed, you have
to rebuild the reverse dependencies.

** Changed in: libzip (Ubuntu)
   Status: Confirmed => Invalid

-- 
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