xamarin-android-linux icon indicating copy to clipboard operation
xamarin-android-linux copied to clipboard

libzip.so.4

Open skela opened this issue 7 years ago • 7 comments

I've got an issue with libzip.so.4, I can't install it via apt-get as I'm running Antergos (Arch Linux Derivative).

Your suggestion of sudo ln -s /usr/lib/libzip.so /usr/lib/libzip.so.4

So I suppose first off I need to figure out how to install libzip.so.4 , but after that I don't really want to change the existing symbolic link that the system has, because that points to libzip.so.5, that could break other stuff I'm using.

Even if I manage to install libzip.so.4 somehow (not found it yet, no simple libzip4 package on Antergos), is there a way to have Rider use that without overwriting the system's libzip.so pointing at libzip.so.5 ?

skela avatar Mar 26 '18 12:03 skela

@skela I'm trying to put together my first docker image for building Xamarin.Android apps and I've just hit this issue. What did you settle for in the end. My image is based on debian so maybe I'll have it easier

mungojam avatar May 25 '19 10:05 mungojam

Never mind, it was easy in the end :).

apt install libzip4

Now onto the next error....

mungojam avatar May 25 '19 10:05 mungojam

@mungojam awesome

skela avatar May 26 '19 18:05 skela

@skela Any chance you found a solution for this? Just started trying to figure this out myself

priorax avatar Jun 26 '19 11:06 priorax

@priorax I'm on Arch and just created the symlink without downloading libzip4. So libzip.so.4 actually points to libzip.so.5. I haven't done much testing, but I haven't run into any problems yet.

rfvgyhn avatar Jul 29 '19 05:07 rfvgyhn

@priorax I'm on Arch and just created the symlink without downloading libzip4. So libzip.so.4 actually points to libzip.so.5. I haven't done much testing, but I haven't run into any problems yet.

I did the same thing and for now everything works fine.

maherlaaroussi avatar Aug 05 '19 14:08 maherlaaroussi

Looks like this has been resolved by #10.

knuxbbs avatar Feb 17 '20 23:02 knuxbbs