[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/990314

Title:
  libzip1 missing in (12.04 Precise Pangolin)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/990314

Title:
  libzip1 missing in (12.04 Precise Pangolin)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/990314

Title:
  libzip1 missing in (12.04 Precise Pangolin)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2013-01-03 Thread Nathaniel Eliot
A monkeypatch: 
cd /tmp
wget http://launchpadlibrarian.net/48191694/libzip1_0.9.3-1_amd64.deb
sudo dpkg -i libzip1_0.9.3-1_amd64.deb

This is a very silly bug; libzip1 is compatible with libzip2, and less
than 400K. Please reinstate it, as it is causing bugs in otherwise
completely functional architecture.

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

Title:
  libzip1 missing in (12.04 Precise Pangolin)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2013-01-02 Thread Evan Booyens
This affects Ubuntu 12.10 as well - had the same error with Kobo reader
- no fix found yet

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

Title:
  libzip1 missing in (12.04 Precise Pangolin)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2012-12-08 Thread Jim Caughran
I installed libzip2 and the debian package libzip1. The kobo reader
install tells me that the dependency for libzip1 is not satisfiable.

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

Title:
  libzip1 missing in (12.04 Precise Pangolin)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2012-06-15 Thread parq
It seems that libzip1 was replaced by libzip2, that is available in the
repositories.

A solution could be to link or re-route the calls to libzip2.

I'm trying to install Kobo reader, and get this dependency issue.

Regads,

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

Title:
  libzip1 missing in (12.04 Precise Pangolin)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2012-06-15 Thread parq
I've tried a simple link libzip.so.1 - libzip.so.2.1.0 but it didn't
work.

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

Title:
  libzip1 missing in (12.04 Precise Pangolin)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2012-05-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libzip (Ubuntu)
   Status: New = Confirmed

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

Title:
  libzip1 missing in (12.04 Precise Pangolin)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs